Home
last modified time | relevance | path

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

/PHP-5.6/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.c282 …SG(request_info).request_body = php_stream_temp_create_ex(TEMP_STREAM_DEFAULT, SAPI_POST_BLOCK_SIZ… in SAPI_POST_READER_FUNC()
/PHP-5.6/ext/standard/
H A Dphp_fopen_wrapper.c204 mode_rw = TEMP_STREAM_DEFAULT; in php_stream_url_wrap_php()
213 mode_rw = TEMP_STREAM_DEFAULT; in php_stream_url_wrap_php()
238 …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 15 milliseconds