Home
last modified time | relevance | path

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

/PHP-7.4/main/
H A Dphp_open_temporary_file.c89 …atic int php_do_open_temporary_file(const char *path, const char *pfx, zend_string **opened_path_p) in php_do_open_temporary_file()
288 PHPAPI int php_open_temporary_fd_ex(const char *dir, const char *pfx, zend_string **opened_path_p, … in php_open_temporary_fd_ex()
329 PHPAPI int php_open_temporary_fd(const char *dir, const char *pfx, zend_string **opened_path_p) in php_open_temporary_fd()
334 PHPAPI FILE *php_open_temporary_file(const char *dir, const char *pfx, zend_string **opened_path_p) in php_open_temporary_file()

Completed in 5 milliseconds