Searched refs:sapi_read_post_block (Results 1 – 3 of 3) sorted by relevance
192 SAPI_API size_t sapi_read_post_block(char *buffer, size_t buflen);
240 SAPI_API size_t sapi_read_post_block(char *buffer, size_t buflen) in sapi_read_post_block() function279 read_bytes = sapi_read_post_block(buffer, SAPI_POST_BLOCK_SIZE); in SAPI_POST_READER_FUNC()512 read_bytes = sapi_read_post_block(dummy, SAPI_POST_BLOCK_SIZE); in sapi_deactivate()
85 size_t read_bytes = sapi_read_post_block(buf, count); in php_stream_input_read()
Completed in 11 milliseconds