Home
last modified time | relevance | path

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

/PHP-7.4/main/
H A DSAPI.h192 SAPI_API size_t sapi_read_post_block(char *buffer, size_t buflen);
H A DSAPI.c234 SAPI_API size_t sapi_read_post_block(char *buffer, size_t buflen) in sapi_read_post_block() function
273 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()
/PHP-7.4/ext/standard/
H A Dphp_fopen_wrapper.c85 size_t read_bytes = sapi_read_post_block(buf, count); in php_stream_input_read()

Completed in 11 milliseconds