Searched refs:opened_path_p (Results 1 – 2 of 2) sorted by relevance
/PHP-5.4/main/ |
H A D | php_open_temporary_file.c | 97 static int php_do_open_temporary_file(const char *path, const char *pfx, char **opened_path_p TSRML… in php_do_open_temporary_file() 168 if (fd == -1 || !opened_path_p) { in php_do_open_temporary_file() 171 *opened_path_p = opened_path; in php_do_open_temporary_file() 260 if (opened_path_p) { in php_open_temporary_fd_ex() 261 *opened_path_p = NULL; in php_open_temporary_fd_ex() 269 return php_do_open_temporary_file(temp_dir, pfx, opened_path_p TSRMLS_CC); in php_open_temporary_fd_ex() 276 fd = php_do_open_temporary_file(dir, pfx, opened_path_p TSRMLS_CC); in php_open_temporary_fd_ex() 284 PHPAPI int php_open_temporary_fd(const char *dir, const char *pfx, char **opened_path_p TSRMLS_DC) in php_open_temporary_fd() 286 return php_open_temporary_fd_ex(dir, pfx, opened_path_p, 0 TSRMLS_CC); in php_open_temporary_fd() 289 PHPAPI FILE *php_open_temporary_file(const char *dir, const char *pfx, char **opened_path_p TSRMLS_… in php_open_temporary_file() [all …]
|
H A D | php_open_temporary_file.h | 25 PHPAPI FILE *php_open_temporary_file(const char *dir, const char *pfx, char **opened_path_p TSRMLS_… 26 PHPAPI int php_open_temporary_fd_ex(const char *dir, const char *pfx, char **opened_path_p, zend_bo… 27 PHPAPI int php_open_temporary_fd(const char *dir, const char *pfx, char **opened_path_p TSRMLS_DC);
|
Completed in 9 milliseconds