Searched refs:php_stream_temp_create (Results 1 – 3 of 3) sorted by relevance
36 #define php_stream_temp_new() php_stream_temp_create(TEMP_STREAM_DEFAULT, PHP_STREAM_MAX_MEM)37 #define php_stream_temp_create(mode, max_memory_usage) _php_stream_temp_create((mode), (max_memory_… macro
395 if ((fp = php_stream_temp_create(0, 64 * 1024)) == NULL) { in inifile_copy_to()496 fp_tmp = php_stream_temp_create(0, 64 * 1024); in inifile_delete_replace_append()
207 return php_stream_temp_create(mode_rw, max_memory); in php_stream_url_wrap_php()
Completed in 16 milliseconds