Home
last modified time | relevance | path

Searched refs:php_stream_temp_create_ex (Results 1 – 6 of 6) sorted by relevance

/PHP-7.1/main/
H A Dphp_memory_streams.h39 #define php_stream_temp_create_ex(mode, max_memory_usage, tmpdir) _php_stream_temp_create_ex((mode)… macro
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.1/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()
/PHP-7.1/ext/standard/
H A Dphp_fopen_wrapper.c241 …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.1/main/streams/
H A Dmemory.c591 return php_stream_temp_create_ex(mode, max_memory_usage, NULL); in _php_stream_temp_create()

Completed in 28 milliseconds