Searched defs:opened_path_p (Results 1 – 1 of 1) sorted by relevance
92 …atic int php_do_open_temporary_file(const char *path, const char *pfx, zend_string **opened_path_p) in php_do_open_temporary_file()317 PHPAPI int php_open_temporary_fd_ex(const char *dir, const char *pfx, zend_string **opened_path_p, … in php_open_temporary_fd_ex()358 PHPAPI int php_open_temporary_fd(const char *dir, const char *pfx, zend_string **opened_path_p) in php_open_temporary_fd()363 PHPAPI FILE *php_open_temporary_file(const char *dir, const char *pfx, zend_string **opened_path_p) in php_open_temporary_file()
Completed in 24 milliseconds