Home
last modified time | relevance | path

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

/PHP-5.5/sapi/thttpd/
H A Dthttpd.c47 size_t unconsumed_length; member
252 if (TG(unconsumed_length) > 0) { in sapi_thttpd_read_post()
253 read_bytes = MIN(TG(unconsumed_length), count_bytes); in sapi_thttpd_read_post()
255 TG(unconsumed_length) -= read_bytes; in sapi_thttpd_read_post()
463 TG(unconsumed_length) = SG(request_info).content_length;

Completed in 20 milliseconds