Home
last modified time | relevance | path

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

/php-src/main/
H A Dphp_open_temporary_file.c187 if (fd != -1 && opened_path_p) { in php_do_open_temporary_file()
188 *opened_path_p = zend_string_init(opened_path, opened_path_len, 0); in php_do_open_temporary_file()
192 if (fd != -1 && opened_path_p) { in php_do_open_temporary_file()
193 *opened_path_p = zend_string_init(opened_path, strlen(opened_path), 0); in php_do_open_temporary_file()
294 if (opened_path_p) { in php_open_temporary_fd_ex()
295 *opened_path_p = NULL; in php_open_temporary_fd_ex()
305 return php_do_open_temporary_file(temp_dir, pfx, opened_path_p); in php_open_temporary_fd_ex()
316 fd = php_do_open_temporary_file(dir, pfx, 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() argument
329 return php_open_temporary_fd_ex(dir, pfx, opened_path_p, PHP_TMP_FILE_DEFAULT); in php_open_temporary_fd()
[all …]
H A Dphp_open_temporary_file.h32 PHPAPI FILE *php_open_temporary_file(const char *dir, const char *pfx, zend_string **opened_path_p);
33 PHPAPI int php_open_temporary_fd_ex(const char *dir, const char *pfx, zend_string **opened_path_p, …
34 PHPAPI int php_open_temporary_fd(const char *dir, const char *pfx, zend_string **opened_path_p);

Completed in 8 milliseconds