cbTotalBytes      340 sapi/isapi/php5isapi.c 		&& (SG(read_post_bytes)+read_from_buf) < lpECB->cbTotalBytes) {
cbTotalBytes      343 sapi/isapi/php5isapi.c 		read_from_input = MIN(count_bytes-read_from_buf, lpECB->cbTotalBytes-SG(read_post_bytes)-read_from_buf);
cbTotalBytes      747 sapi/isapi/php5isapi.c 	SG(request_info).content_length = lpECB->cbTotalBytes;
cbTotalBytes      225 sapi/pi3web/pi3web_sapi.c 		&& (SG(read_post_bytes)+read_from_buf) < lpCB->cbTotalBytes) {
cbTotalBytes      228 sapi/pi3web/pi3web_sapi.c 		read_from_input = MIN(count_bytes-read_from_buf, lpCB->cbTotalBytes-SG(read_post_bytes)-read_from_buf);
cbTotalBytes      274 sapi/pi3web/pi3web_sapi.c 	SG(request_info).content_length  = lpCB->cbTotalBytes;
cbTotalBytes       59 sapi/pi3web/pi3web_sapi.h     DWORD     cbTotalBytes;           // Total bytes indicated from client