Searched refs:sapi_read_post_block (Results 1 – 3 of 3) sorted by relevance
211 SAPI_API size_t sapi_read_post_block(char *buffer, size_t buflen);
232 SAPI_API size_t sapi_read_post_block(char *buffer, size_t buflen) in sapi_read_post_block() function273 read_bytes = sapi_read_post_block(buffer, SAPI_POST_BLOCK_SIZE); in SAPI_POST_READER_FUNC()506 read_bytes = sapi_read_post_block(dummy, SAPI_POST_BLOCK_SIZE); in sapi_deactivate_module()
83 size_t read_bytes = sapi_read_post_block(buf, count); in php_stream_input_read()
Completed in 11 milliseconds