Home
last modified time | relevance | path

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

/php-src/main/
H A Dphp_memory_streams.h24 #define TEMP_STREAM_DEFAULT 0x0 macro
34 #define php_stream_temp_new() php_stream_temp_create(TEMP_STREAM_DEFAULT, PHP_STREAM_MAX_MEM)
H A DSAPI.c267 …SG(request_info).request_body = php_stream_temp_create_ex(TEMP_STREAM_DEFAULT, SAPI_POST_BLOCK_SIZ… in SAPI_POST_READER_FUNC()
/php-src/sapi/fuzzer/
H A Dfuzzer-exif.c48 stream = php_stream_memory_create(TEMP_STREAM_DEFAULT); in LLVMFuzzerTestOneInput()
/php-src/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-src/main/streams/
H A Dmemory.c269 return TEMP_STREAM_DEFAULT; in php_stream_mode_from_str()

Completed in 31 milliseconds