Home
last modified time | relevance | path

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

/Zephyr-latest/samples/net/sockets/big_http_download/src/
Dbig_http_download.c140 static int parse_header(bool *location_found) in parse_header() argument
184 *location_found = true; in parse_header()
195 bool location_found = false; in skip_headers() local
219 if (parse_header(&location_found) < 0) { in skip_headers()
239 if (redirect_code && location_found) { in skip_headers()