Home
last modified time | relevance | path

Searched refs:parse_header (Results 1 – 2 of 2) sorted by relevance

/Zephyr-Core-3.5.0/drivers/fpga/
Dfpga_zynqmp.c124 static uint32_t *parse_header(const struct device *dev, uint32_t *image_ptr, in parse_header() function
288 uint32_t *addr = parse_header(dev, image_ptr, &img_size); in zynqmp_fpga_load()
/Zephyr-Core-3.5.0/samples/net/sockets/big_http_download/src/
Dbig_http_download.c138 static int parse_header(bool *location_found) in parse_header() function
217 if (parse_header(&location_found) < 0) { in skip_headers()