Searched refs:cbAvailable (Results 1 – 4 of 4) sorted by relevance
60 DWORD cbAvailable; // Available number of bytes member
219 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()
679 ECB.cbAvailable = strlen(postdata); in stress_main()680 ECB.cbTotalBytes = ECB.cbAvailable; in stress_main()906 ECB->cbAvailable = 0; in FillExtensionControlBlock()
334 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 24 milliseconds