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

/external/wpa_supplicant_8/hostapd/src/wps/
H A Dhttpread.c68 int got_content_length; /* true if we know content length for sure */ member in struct:httpread
69 int content_length; /* body length, iff got_content_length */
175 h->got_content_length = 1;
316 h->got_content_length = 0;
336 if (h->chunked == 0 && h->got_content_length == 0)
396 if (h->chunked || h->got_content_length) {
455 if (h->got_content_length && h->content_length == 0) {
503 if (h->got_content_length &&
594 } else if (h->got_content_length &&
616 } else if (h->got_content_length) {
[all...]
/external/wpa_supplicant_8/src/wps/
H A Dhttpread.c68 int got_content_length; /* true if we know content length for sure */ member in struct:httpread
69 int content_length; /* body length, iff got_content_length */
175 h->got_content_length = 1;
316 h->got_content_length = 0;
336 if (h->chunked == 0 && h->got_content_length == 0)
396 if (h->chunked || h->got_content_length) {
455 if (h->got_content_length && h->content_length == 0) {
503 if (h->got_content_length &&
594 } else if (h->got_content_length &&
616 } else if (h->got_content_length) {
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dhttpread.c68 int got_content_length; /* true if we know content length for sure */ member in struct:httpread
69 int content_length; /* body length, iff got_content_length */
175 h->got_content_length = 1;
316 h->got_content_length = 0;
336 if (h->chunked == 0 && h->got_content_length == 0)
396 if (h->chunked || h->got_content_length) {
455 if (h->got_content_length && h->content_length == 0) {
503 if (h->got_content_length &&
594 } else if (h->got_content_length &&
616 } else if (h->got_content_length) {
[all...]

Completed in 89 milliseconds