Searched defs:pfx (Results 1 – 5 of 5) sorted by relevance
/PHP-8.2/main/ |
H A D | php_open_temporary_file.c | 87 static int php_do_open_temporary_file(const char *path, const char *pfx, zend_string **opened_path_… in php_do_open_temporary_file() 286 PHPAPI int php_open_temporary_fd_ex(const char *dir, const char *pfx, zend_string **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() 332 PHPAPI FILE *php_open_temporary_file(const char *dir, const char *pfx, zend_string **opened_path_p) in php_open_temporary_file()
|
H A D | php_streams.h | 75 #define php_stream_fopen_temporary_file_rel(dir, pfx, opened_path) _php_stream_fopen_temporary_file… argument
|
/PHP-8.2/main/streams/ |
H A D | php_stream_plain_wrapper.h | 45 #define php_stream_fopen_temporary_file(dir, pfx, opened_path) _php_stream_fopen_temporary_file((di… argument
|
H A D | plain_wrapper.c | 217 PHPAPI php_stream *_php_stream_fopen_temporary_file(const char *dir, const char *pfx, zend_string *… in _php_stream_fopen_temporary_file()
|
/PHP-8.2/ext/opcache/jit/libudis86/ |
H A D | decode.c | 1077 uint8_t pfx; in decode_ssepfx() local
|
Completed in 16 milliseconds