Searched refs:php_open_temporary_fd_ex (Results 1 – 4 of 4) sorted by relevance
/PHP-7.1/main/ |
H A D | php_open_temporary_file.h | 29 PHPAPI int php_open_temporary_fd_ex(const char *dir, const char *pfx, zend_string **opened_path_p, …
|
H A D | php_open_temporary_file.c | 294 PHPAPI int php_open_temporary_fd_ex(const char *dir, const char *pfx, zend_string **opened_path_p, … in php_open_temporary_fd_ex() function 331 return php_open_temporary_fd_ex(dir, pfx, opened_path_p, 0); in php_open_temporary_fd()
|
H A D | rfc1867.c | 1021 fd = php_open_temporary_fd_ex(PG(upload_tmp_dir), "php", &temp_filename, 1);
|
/PHP-7.1/ext/standard/ |
H A D | file.c | 825 if ((fd = php_open_temporary_fd_ex(dir, ZSTR_VAL(p), &opened_path, 1)) >= 0) { in PHP_FUNCTION()
|
Completed in 33 milliseconds