Home
last modified time | relevance | path

Searched refs:pfx (Results 1 – 7 of 7) sorted by relevance

/PHP-5.5/main/
H A Dphp_open_temporary_file.c97 static int php_do_open_temporary_file(const char *path, const char *pfx, char **opened_path_p TSRML… 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()
141 if (spprintf(&opened_path, 0, "%s%s%sXXXXXX", new_state.cwd, trailing_slash, pfx) >= MAXPATHLEN) { in php_do_open_temporary_file()
149 if (GetTempFileName(new_state.cwd, pfx, 0, opened_path)) { in php_do_open_temporary_file()
280 if (!pfx) { in php_open_temporary_fd_ex()
281 pfx = "tmp."; in php_open_temporary_fd_ex()
292 return php_do_open_temporary_file(temp_dir, pfx, opened_path_p TSRMLS_CC); in php_open_temporary_fd_ex()
299 fd = php_do_open_temporary_file(dir, pfx, opened_path_p TSRMLS_CC); in php_open_temporary_fd_ex()
307 PHPAPI int php_open_temporary_fd(const char *dir, const char *pfx, char **opened_path_p TSRMLS_DC) in php_open_temporary_fd() argument
309 return php_open_temporary_fd_ex(dir, pfx, opened_path_p, 0 TSRMLS_CC); in php_open_temporary_fd()
[all …]
H A Dphp_open_temporary_file.h25 PHPAPI FILE *php_open_temporary_file(const char *dir, const char *pfx, char **opened_path_p TSRMLS_…
26 PHPAPI int php_open_temporary_fd_ex(const char *dir, const char *pfx, char **opened_path_p, zend_bo…
27 PHPAPI int php_open_temporary_fd(const char *dir, const char *pfx, char **opened_path_p TSRMLS_DC);
H A Dphp_streams.h77 …ine php_stream_fopen_temporary_file_rel(dir, pfx, opened_path) _php_stream_fopen_temporary_file((d… argument
/PHP-5.5/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-5.5/main/streams/
H A Dphp_stream_plain_wrapper.h48 PHPAPI php_stream *_php_stream_fopen_temporary_file(const char *dir, const char *pfx, char **opened…
49 #define php_stream_fopen_temporary_file(dir, pfx, opened_path) _php_stream_fopen_temporary_file((di… argument
H A Dplain_wrapper.c187 PHPAPI php_stream *_php_stream_fopen_temporary_file(const char *dir, const char *pfx, char **opened… in _php_stream_fopen_temporary_file() argument
189 int fd = php_open_temporary_fd(dir, pfx, opened_path TSRMLS_CC); in _php_stream_fopen_temporary_file()
/PHP-5.5/
H A DREADME.STREAMS83 const char *pfx, char **opened_path TSRMLS_DC);

Completed in 30 milliseconds