Home
last modified time | relevance | path

Searched defs:pfx (Results 1 – 4 of 4) sorted by relevance

/PHP-7.4/main/
H A Dphp_open_temporary_file.c89 static int php_do_open_temporary_file(const char *path, const char *pfx, zend_string **opened_path_… in php_do_open_temporary_file()
288 PHPAPI int php_open_temporary_fd_ex(const char *dir, const char *pfx, zend_string **opened_path_p, … in php_open_temporary_fd_ex()
329 PHPAPI int php_open_temporary_fd(const char *dir, const char *pfx, zend_string **opened_path_p) in php_open_temporary_fd()
334 PHPAPI FILE *php_open_temporary_file(const char *dir, const char *pfx, zend_string **opened_path_p) in php_open_temporary_file()
H A Dphp_streams.h77 #define php_stream_fopen_temporary_file_rel(dir, pfx, opened_path) _php_stream_fopen_temporary_file… argument
/PHP-7.4/main/streams/
H A Dphp_stream_plain_wrapper.h47 #define php_stream_fopen_temporary_file(dir, pfx, opened_path) _php_stream_fopen_temporary_file((di… argument
H A Dplain_wrapper.c210 PHPAPI php_stream *_php_stream_fopen_temporary_file(const char *dir, const char *pfx, zend_string *… in _php_stream_fopen_temporary_file()

Completed in 33 milliseconds