Home
last modified time | relevance | path

Searched refs:pfx (Results 1 – 9 of 9) sorted by last modified time

/PHP-7.4/main/streams/
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() argument
215 fd = php_open_temporary_fd(dir, pfx, &opened_path); in _php_stream_fopen_temporary_file()
H A Dphp_stream_plain_wrapper.h46 PHPAPI php_stream *_php_stream_fopen_temporary_file(const char *dir, const char *pfx, zend_string *…
47 #define php_stream_fopen_temporary_file(dir, pfx, opened_path) _php_stream_fopen_temporary_file((di… argument
/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() argument
115 if (!php_win32_check_trailing_space(pfx, strlen(pfx))) { in php_do_open_temporary_file()
148 pfxw = php_win32_ioutil_any_to_w(pfx); in php_do_open_temporary_file()
293 if (!pfx) { in php_open_temporary_fd_ex()
294 pfx = "tmp."; in php_open_temporary_fd_ex()
307 return php_do_open_temporary_file(temp_dir, pfx, opened_path_p); in php_open_temporary_fd_ex()
318 fd = php_do_open_temporary_file(dir, pfx, 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() argument
331 return php_open_temporary_fd_ex(dir, pfx, opened_path_p, PHP_TMP_FILE_DEFAULT); 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() argument
[all …]
H A Dphp_open_temporary_file.h34 PHPAPI FILE *php_open_temporary_file(const char *dir, const char *pfx, zend_string **opened_path_p);
35 PHPAPI int php_open_temporary_fd_ex(const char *dir, const char *pfx, zend_string **opened_path_p, …
36 PHPAPI int php_open_temporary_fd(const char *dir, const char *pfx, zend_string **opened_path_p);
H A Dphp_streams.h77 …ine php_stream_fopen_temporary_file_rel(dir, pfx, opened_path) _php_stream_fopen_temporary_file((d… argument
/PHP-7.4/ext/openssl/tests/
H A Dbug74022.phpt2 Bug #74022 PHP Fast CGI crashes when reading from a pfx file with valid password
9 $pfx = __DIR__ . DIRECTORY_SEPARATOR . "bug74022.pfx";
10 $cert_store = file_get_contents($pfx);
H A Dbug74022_2.phpt2 Bug #74022 PHP Fast CGI crashes when reading from a pfx file with valid password, multiple extra ce…
/PHP-7.4/ext/zlib/tests/
H A Dcompress_zlib_wrapper.phpt9 $pfx = str_repeat('../', substr_count($_SERVER['PHP_SELF'], '../'));
12 $fp = fopen("compress.zlib://{$pfx}ext/xsl/tests/xslt.xsl.gz", "rb");
/PHP-7.4/docs/
H A Dstreams.md82 const char *pfx, char **opened_path);

Completed in 27 milliseconds