sapi_read_post_block   85 ext/standard/php_fopen_wrapper.c 		size_t read_bytes = sapi_read_post_block(buf, count);
sapi_read_post_block  279 main/SAPI.c    			read_bytes = sapi_read_post_block(buffer, SAPI_POST_BLOCK_SIZE);
sapi_read_post_block  513 main/SAPI.c    				read_bytes = sapi_read_post_block(dummy, SAPI_POST_BLOCK_SIZE);
sapi_read_post_block  194 main/SAPI.h    SAPI_API size_t sapi_read_post_block(char *buffer, size_t buflen);