Searched refs:TEMP_STREAM_DEFAULT (Results 1 – 3 of 3) sorted by relevance
28 #define TEMP_STREAM_DEFAULT 0 macro37 #define php_stream_temp_new() php_stream_temp_create(TEMP_STREAM_DEFAULT, PHP_STREAM_MAX_MEM)
282 …SG(request_info).request_body = php_stream_temp_create_ex(TEMP_STREAM_DEFAULT, SAPI_POST_BLOCK_SIZ… in SAPI_POST_READER_FUNC()
204 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