Home
last modified time | relevance | path

Searched refs:sapi_read_post_block (Results 1 – 3 of 3) sorted by relevance

/PHP-8.1/main/
H A DSAPI.h189 SAPI_API size_t sapi_read_post_block(char *buffer, size_t buflen);
H A DSAPI.c232 SAPI_API size_t sapi_read_post_block(char *buffer, size_t buflen) in sapi_read_post_block() function
271 read_bytes = sapi_read_post_block(buffer, SAPI_POST_BLOCK_SIZE); in SAPI_POST_READER_FUNC()
504 read_bytes = sapi_read_post_block(dummy, SAPI_POST_BLOCK_SIZE); in sapi_deactivate_module()
/PHP-8.1/ext/standard/
H A Dphp_fopen_wrapper.c83 size_t read_bytes = sapi_read_post_block(buf, count); in php_stream_input_read()

Completed in 12 milliseconds