Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/wps/
Dhttpread.c68 int got_content_length; /* true if we know content length for sure */ member
175 h->got_content_length = 1; in httpread_hdr_option_analyze()
316 h->got_content_length = 0; in httpread_hdr_analyze()
336 if (h->chunked == 0 && h->got_content_length == 0) in httpread_hdr_analyze()
396 if (h->chunked || h->got_content_length) { in httpread_read_handler()
455 if (h->got_content_length && h->content_length == 0) { in httpread_read_handler()
503 if (h->got_content_length && in httpread_read_handler()
594 } else if (h->got_content_length && in httpread_read_handler()
616 } else if (h->got_content_length) { in httpread_read_handler()