Home
last modified time | relevance | path

Searched defs:opened_path_p (Results 1 – 1 of 1) sorted by relevance

/PHP-8.3/main/
H A Dphp_open_temporary_file.c87 …atic int php_do_open_temporary_file(const char *path, const char *pfx, zend_string **opened_path_p) in php_do_open_temporary_file()
286 PHPAPI int php_open_temporary_fd_ex(const char *dir, const char *pfx, zend_string **opened_path_p, … in php_open_temporary_fd_ex()
327 PHPAPI int php_open_temporary_fd(const char *dir, const char *pfx, zend_string **opened_path_p) in php_open_temporary_fd()
332 PHPAPI FILE *php_open_temporary_file(const char *dir, const char *pfx, zend_string **opened_path_p) in php_open_temporary_file()

Completed in 6 milliseconds