Home
last modified time | relevance | path

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

/PHP-5.5/main/
H A Dphp_open_temporary_file.h27 PHPAPI int php_open_temporary_fd(const char *dir, const char *pfx, char **opened_path_p TSRMLS_DC);
H A Dphp_open_temporary_file.c307 PHPAPI int php_open_temporary_fd(const char *dir, const char *pfx, char **opened_path_p TSRMLS_DC) in php_open_temporary_fd() function
315 int fd = php_open_temporary_fd(dir, pfx, opened_path_p TSRMLS_CC); in php_open_temporary_file()
/PHP-5.5/main/streams/
H A Dplain_wrapper.c189 int fd = php_open_temporary_fd(dir, pfx, opened_path TSRMLS_CC); in _php_stream_fopen_temporary_file()
208 int fd = php_open_temporary_fd(NULL, "php", &opened_path TSRMLS_CC); in _php_stream_fopen_tmpfile()

Completed in 10 milliseconds