opened_path_p 97 main/php_open_temporary_file.c static int php_do_open_temporary_file(const char *path, const char *pfx, char **opened_path_p TSRMLS_DC) opened_path_p 168 main/php_open_temporary_file.c if (fd == -1 || !opened_path_p) { opened_path_p 171 main/php_open_temporary_file.c *opened_path_p = opened_path; opened_path_p 275 main/php_open_temporary_file.c PHPAPI int php_open_temporary_fd_ex(const char *dir, const char *pfx, char **opened_path_p, zend_bool open_basedir_check TSRMLS_DC) opened_path_p 283 main/php_open_temporary_file.c if (opened_path_p) { opened_path_p 284 main/php_open_temporary_file.c *opened_path_p = NULL; opened_path_p 292 main/php_open_temporary_file.c return php_do_open_temporary_file(temp_dir, pfx, opened_path_p TSRMLS_CC); opened_path_p 299 main/php_open_temporary_file.c fd = php_do_open_temporary_file(dir, pfx, opened_path_p TSRMLS_CC); opened_path_p 307 main/php_open_temporary_file.c PHPAPI int php_open_temporary_fd(const char *dir, const char *pfx, char **opened_path_p TSRMLS_DC) opened_path_p 309 main/php_open_temporary_file.c return php_open_temporary_fd_ex(dir, pfx, opened_path_p, 0 TSRMLS_CC); opened_path_p 312 main/php_open_temporary_file.c PHPAPI FILE *php_open_temporary_file(const char *dir, const char *pfx, char **opened_path_p TSRMLS_DC) opened_path_p 315 main/php_open_temporary_file.c int fd = php_open_temporary_fd(dir, pfx, opened_path_p TSRMLS_CC); opened_path_p 25 main/php_open_temporary_file.h PHPAPI FILE *php_open_temporary_file(const char *dir, const char *pfx, char **opened_path_p TSRMLS_DC); opened_path_p 26 main/php_open_temporary_file.h PHPAPI int php_open_temporary_fd_ex(const char *dir, const char *pfx, char **opened_path_p, zend_bool open_basedir_check TSRMLS_DC); opened_path_p 27 main/php_open_temporary_file.h PHPAPI int php_open_temporary_fd(const char *dir, const char *pfx, char **opened_path_p TSRMLS_DC);