Home
last modified time | relevance | path

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

/PHP-5.5/sapi/pi3web/
H A Dpi3web_sapi.h59 DWORD cbTotalBytes; // Total bytes indicated from client member
H A Dpi3web_sapi.c225 && (SG(read_post_bytes)+read_from_buf) < lpCB->cbTotalBytes) { in sapi_pi3web_read_post()
228 …read_from_input = MIN(count_bytes-read_from_buf, lpCB->cbTotalBytes-SG(read_post_bytes)-read_from_… in sapi_pi3web_read_post()
274 SG(request_info).content_length = lpCB->cbTotalBytes; in init_request_info()
/PHP-5.5/sapi/isapi/stresstest/
H A Dstresstest.cpp680 ECB.cbTotalBytes = ECB.cbAvailable; in stress_main()
684 _snprintf(buf, sizeof(buf)-1, "%d", ECB.cbTotalBytes); in stress_main()
905 ECB->cbTotalBytes=( (temp=GetEnv("CONTENT_LENGTH")) ? (atoi(temp)): 0); in FillExtensionControlBlock()
/PHP-5.5/sapi/isapi/
H A Dphp5isapi.c340 && (SG(read_post_bytes)+read_from_buf) < lpECB->cbTotalBytes) { in sapi_isapi_read_post()
343 …read_from_input = MIN(count_bytes-read_from_buf, lpECB->cbTotalBytes-SG(read_post_bytes)-read_from… in sapi_isapi_read_post()
747 SG(request_info).content_length = lpECB->cbTotalBytes; in init_request_info()

Completed in 13 milliseconds