Home
last modified time | relevance | path

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

/PHP-5.5/sapi/pi3web/
H A Dpi3web_sapi.c216 DWORD read_from_input=0; in sapi_pi3web_read_post() local
228read_from_input = MIN(count_bytes-read_from_buf, lpCB->cbTotalBytes-SG(read_post_bytes)-read_from_… in sapi_pi3web_read_post()
229 while (cbRead < read_from_input) { in sapi_pi3web_read_post()
230 cbSize = read_from_input - cbRead; in sapi_pi3web_read_post()
/PHP-5.5/sapi/isapi/
H A Dphp5isapi.c331 DWORD read_from_input=0; in sapi_isapi_read_post() local
343read_from_input = MIN(count_bytes-read_from_buf, lpECB->cbTotalBytes-SG(read_post_bytes)-read_from… in sapi_isapi_read_post()
344 while (cbRead < read_from_input) { in sapi_isapi_read_post()
345 cbSize = read_from_input - cbRead; in sapi_isapi_read_post()

Completed in 21 milliseconds