Home
last modified time | relevance | path

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

/PHP-7.0/main/streams/
H A Dplain_wrapper.c206 PHPAPI php_stream *_php_stream_fopen_temporary_file(const char *dir, const char *pfx, zend_string *… in _php_stream_fopen_temporary_file() argument
211 fd = php_open_temporary_fd(dir, pfx, &opened_path); in _php_stream_fopen_temporary_file()
H A Dphp_stream_plain_wrapper.h48 PHPAPI php_stream *_php_stream_fopen_temporary_file(const char *dir, const char *pfx, zend_string *…
49 #define php_stream_fopen_temporary_file(dir, pfx, opened_path) _php_stream_fopen_temporary_file((di… argument
/PHP-7.0/main/
H A Dphp_open_temporary_file.c97 static int php_do_open_temporary_file(const char *path, const char *pfx, zend_string **opened_path_… in php_do_open_temporary_file() argument
117 if (!php_win32_check_trailing_space(pfx, (const int)strlen(pfx))) { in php_do_open_temporary_file()
148 if (GetTempFileName(new_state.cwd, pfx, 0, opened_path)) { in php_do_open_temporary_file()
257 if (!pfx) { in php_open_temporary_fd_ex()
258 pfx = "tmp."; in php_open_temporary_fd_ex()
269 return php_do_open_temporary_file(temp_dir, pfx, opened_path_p); in php_open_temporary_fd_ex()
276 fd = php_do_open_temporary_file(dir, pfx, opened_path_p); in php_open_temporary_fd_ex()
284 PHPAPI int php_open_temporary_fd(const char *dir, const char *pfx, zend_string **opened_path_p) in php_open_temporary_fd() argument
286 return php_open_temporary_fd_ex(dir, pfx, opened_path_p, 0); in php_open_temporary_fd()
289 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.h25 PHPAPI FILE *php_open_temporary_file(const char *dir, const char *pfx, zend_string **opened_path_p);
26 PHPAPI int php_open_temporary_fd_ex(const char *dir, const char *pfx, zend_string **opened_path_p, …
27 PHPAPI int php_open_temporary_fd(const char *dir, const char *pfx, zend_string **opened_path_p);
H A Dphp_streams.h79 …ine php_stream_fopen_temporary_file_rel(dir, pfx, opened_path) _php_stream_fopen_temporary_file((d… argument
/PHP-7.0/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.0/ext/openssl/tests/
H A Dbug74022.phpt2 Bug #74022 PHP Fast CGI crashes when reading from a pfx file with valid password
9 $pfx = dirname(__FILE__) . 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.0/
H A DNEWS615 . Fixed bug #74022 (PHP Fast CGI crashes when reading from a pfx file).
H A DREADME.STREAMS83 const char *pfx, char **opened_path);

Completed in 36 milliseconds