Searched refs:SAPI_POST_BLOCK_SIZE (Results 1 – 5 of 5) sorted by relevance
/PHP-7.3/main/ |
H A D | SAPI.c | 269 …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 D | SAPI.h | 33 #define SAPI_POST_BLOCK_SIZE 0x4000 macro
|
/PHP-7.3/sapi/phpdbg/ |
H A D | phpdbg_webdata_transfer.c | 57 stream = php_stream_temp_create_ex(TEMP_STREAM_DEFAULT, SAPI_POST_BLOCK_SIZE, PG(upload_tmp_dir)); in phpdbg_webdata_compress()
|
H A D | phpdbg_wait.c | 177 …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 D | php_fopen_wrapper.c | 233 …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 11 milliseconds