Home
last modified time | relevance | path

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

/PHP-5.5/sapi/pi3web/
H A Dpi3web_sapi.h60 DWORD cbAvailable; // Available number of bytes member
H A Dpi3web_sapi.c219 if ((DWORD)SG(read_post_bytes) < lpCB->cbAvailable) { in sapi_pi3web_read_post()
220 read_from_buf = MIN(lpCB->cbAvailable-SG(read_post_bytes), count_bytes); in sapi_pi3web_read_post()
/PHP-5.5/sapi/isapi/stresstest/
H A Dstresstest.cpp679 ECB.cbAvailable = strlen(postdata); in stress_main()
680 ECB.cbTotalBytes = ECB.cbAvailable; in stress_main()
906 ECB->cbAvailable = 0; in FillExtensionControlBlock()
/PHP-5.5/sapi/isapi/
H A Dphp5isapi.c334 if ((DWORD) SG(read_post_bytes) < lpECB->cbAvailable) { in sapi_isapi_read_post()
335 read_from_buf = MIN(lpECB->cbAvailable-SG(read_post_bytes), count_bytes); in sapi_isapi_read_post()

Completed in 12 milliseconds