Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
H A Dhttpread.c68 int got_content_length; /* true if we know content length for sure */ member
69 int content_length; /* body length, iff got_content_length */
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()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
H A Dhttpread.c68 int got_content_length; /* true if we know content length for sure */ member
69 int content_length; /* body length, iff got_content_length */
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()
[all...]

Completed in 2 milliseconds