Searched refs:php_stream_temp_create (Results 1 – 3 of 3) sorted by relevance
34 #define php_stream_temp_new() php_stream_temp_create(TEMP_STREAM_DEFAULT, PHP_STREAM_MAX_MEM)35 #define php_stream_temp_create(mode, max_memory_usage) _php_stream_temp_create((mode), (max_memory_… macro
387 if ((fp = php_stream_temp_create(0, 64 * 1024)) == NULL) { in inifile_copy_to()487 fp_tmp = php_stream_temp_create(0, 64 * 1024); in inifile_delete_replace_append()
205 return php_stream_temp_create(mode_rw, max_memory); in php_stream_url_wrap_php()
Completed in 8 milliseconds