Home
last modified time | relevance | path

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

/PHP-8.3/main/
H A Dphp_memory_streams.h36 #define php_stream_temp_create_ex(mode, max_memory_usage, tmpdir) _php_stream_temp_create_ex((mode)… macro
H A DSAPI.c265 …SG(request_info).request_body = php_stream_temp_create_ex(TEMP_STREAM_DEFAULT, SAPI_POST_BLOCK_SIZ… in SAPI_POST_READER_FUNC()
/PHP-8.3/ext/standard/
H A Dphp_fopen_wrapper.c231 …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-8.3/main/streams/
H A Dmemory.c572 return php_stream_temp_create_ex(mode, max_memory_usage, NULL); in _php_stream_temp_create()

Completed in 12 milliseconds