Home
last modified time | relevance | path

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

/PHP-5.6/main/
H A Dphp_open_temporary_file.c97 static int php_do_open_temporary_file(const char *path, const char *pfx, char **opened_path_p TSRML… in php_do_open_temporary_file() function
292 return php_do_open_temporary_file(temp_dir, pfx, opened_path_p TSRMLS_CC); in php_open_temporary_fd_ex()
299 fd = php_do_open_temporary_file(dir, pfx, opened_path_p TSRMLS_CC); in php_open_temporary_fd_ex()

Completed in 7 milliseconds