Home
last modified time | relevance | path

Searched refs:SAPI_POST_BLOCK_SIZE (Results 1 – 5 of 5) sorted by relevance

/PHP-7.3/main/
H A DSAPI.c269 …fo).request_body = php_stream_temp_create_ex(TEMP_STREAM_DEFAULT, SAPI_POST_BLOCK_SIZE, PG(upload_… in SAPI_POST_READER_FUNC()
275 char buffer[SAPI_POST_BLOCK_SIZE]; in SAPI_POST_READER_FUNC()
277 read_bytes = sapi_read_post_block(buffer, SAPI_POST_BLOCK_SIZE); in SAPI_POST_READER_FUNC()
293 if (read_bytes < SAPI_POST_BLOCK_SIZE) { in SAPI_POST_READER_FUNC()
506 char dummy[SAPI_POST_BLOCK_SIZE]; in sapi_deactivate()
510 read_bytes = sapi_read_post_block(dummy, SAPI_POST_BLOCK_SIZE); in sapi_deactivate()
511 } while (SAPI_POST_BLOCK_SIZE == read_bytes); in sapi_deactivate()
H A DSAPI.h33 #define SAPI_POST_BLOCK_SIZE 0x4000 macro
/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_webdata_transfer.c57 stream = php_stream_temp_create_ex(TEMP_STREAM_DEFAULT, SAPI_POST_BLOCK_SIZE, PG(upload_tmp_dir)); in phpdbg_webdata_compress()
H A Dphpdbg_wait.c177 …fo).request_body = php_stream_temp_create_ex(TEMP_STREAM_DEFAULT, SAPI_POST_BLOCK_SIZE, PG(upload_… in phpdbg_webdata_decompress()
/PHP-7.3/ext/standard/
H A Dphp_fopen_wrapper.c233 …input->body = php_stream_temp_create_ex(TEMP_STREAM_DEFAULT, SAPI_POST_BLOCK_SIZE, PG(upload_tmp_d… in php_stream_url_wrap_php()

Completed in 20 milliseconds