Home
last modified time | relevance | path

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

/PHP-7.0/main/
H A Dphp_memory_streams.h28 #define TEMP_STREAM_DEFAULT 0 macro
37 #define php_stream_temp_new() php_stream_temp_create(TEMP_STREAM_DEFAULT, PHP_STREAM_MAX_MEM)
H A DSAPI.c271 …SG(request_info).request_body = php_stream_temp_create_ex(TEMP_STREAM_DEFAULT, SAPI_POST_BLOCK_SIZ… in SAPI_POST_READER_FUNC()
/PHP-7.0/ext/standard/
H A Dphp_fopen_wrapper.c207 mode_rw = TEMP_STREAM_DEFAULT; in php_stream_url_wrap_php()
216 mode_rw = TEMP_STREAM_DEFAULT; in php_stream_url_wrap_php()
241 …input->body = php_stream_temp_create_ex(TEMP_STREAM_DEFAULT, SAPI_POST_BLOCK_SIZE, PG(upload_tmp_d… in php_stream_url_wrap_php()
/PHP-7.0/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 …SG(request_info).request_body = php_stream_temp_create_ex(TEMP_STREAM_DEFAULT, SAPI_POST_BLOCK_SIZ… in phpdbg_webdata_decompress()

Completed in 19 milliseconds