read_from_buf 330 sapi/isapi/php5isapi.c DWORD read_from_buf=0; read_from_buf 335 sapi/isapi/php5isapi.c read_from_buf = MIN(lpECB->cbAvailable-SG(read_post_bytes), count_bytes); read_from_buf 336 sapi/isapi/php5isapi.c memcpy(buffer, lpECB->lpbData+SG(read_post_bytes), read_from_buf); read_from_buf 337 sapi/isapi/php5isapi.c total_read += read_from_buf; read_from_buf 339 sapi/isapi/php5isapi.c if (read_from_buf<count_bytes read_from_buf 340 sapi/isapi/php5isapi.c && (SG(read_post_bytes)+read_from_buf) < lpECB->cbTotalBytes) { read_from_buf 343 sapi/isapi/php5isapi.c read_from_input = MIN(count_bytes-read_from_buf, lpECB->cbTotalBytes-SG(read_post_bytes)-read_from_buf); read_from_buf 346 sapi/isapi/php5isapi.c if (!lpECB->ReadClient(lpECB->ConnID, buffer+read_from_buf+cbRead, &cbSize) || cbSize==0) { read_from_buf 215 sapi/pi3web/pi3web_sapi.c DWORD read_from_buf=0; read_from_buf 220 sapi/pi3web/pi3web_sapi.c read_from_buf = MIN(lpCB->cbAvailable-SG(read_post_bytes), count_bytes); read_from_buf 221 sapi/pi3web/pi3web_sapi.c memcpy(buffer, lpCB->lpbData+SG(read_post_bytes), read_from_buf); read_from_buf 222 sapi/pi3web/pi3web_sapi.c total_read += read_from_buf; read_from_buf 224 sapi/pi3web/pi3web_sapi.c if (read_from_buf<count_bytes read_from_buf 225 sapi/pi3web/pi3web_sapi.c && (SG(read_post_bytes)+read_from_buf) < lpCB->cbTotalBytes) { read_from_buf 228 sapi/pi3web/pi3web_sapi.c read_from_input = MIN(count_bytes-read_from_buf, lpCB->cbTotalBytes-SG(read_post_bytes)-read_from_buf); read_from_buf 231 sapi/pi3web/pi3web_sapi.c if (!lpCB->ReadClient(lpCB->ConnID, buffer+read_from_buf+cbRead, &cbSize) || cbSize==0) {