Home
last modified time | relevance | path

Searched refs:php_open_temporary_fd (Results 1 – 3 of 3) sorted by relevance

/php-src/main/
H A Dphp_open_temporary_file.h34 PHPAPI int php_open_temporary_fd(const char *dir, const char *pfx, zend_string **opened_path_p);
H A Dphp_open_temporary_file.c358 PHPAPI int php_open_temporary_fd(const char *dir, const char *pfx, zend_string **opened_path_p) in php_open_temporary_fd() function
366 int fd = php_open_temporary_fd(dir, pfx, opened_path_p); in php_open_temporary_file()
/php-src/main/streams/
H A Dplain_wrapper.c222 fd = php_open_temporary_fd(dir, pfx, &opened_path); in _php_stream_fopen_temporary_file()

Completed in 26 milliseconds