Home
last modified time | relevance | path

Searched defs:opened_path (Results 1 – 25 of 29) sorted by relevance

12

/php-src/main/streams/
H A Dphp_stream_plain_wrapper.h45 #define php_stream_fopen_temporary_file(dir, pfx, opened_path) _php_stream_fopen_temporary_file((di… argument
51 #define php_stream_open_wrapper_as_file(path, mode, options, opened_path) _php_stream_open_wrapper_… argument
H A Dplain_wrapper.c219 zend_string *opened_path = NULL; in _php_stream_fopen_temporary_file() local
1064 int options, zend_string **opened_path, php_stream_context *context STREAMS_DC) in php_plain_files_dir_opener()
1102 …ream *_php_stream_fopen(const char *filename, const char *mode, zend_string **opened_path, int opt… in _php_stream_fopen()
1208 int options, zend_string **opened_path, php_stream_context *context STREAMS_DC) in php_plain_files_stream_opener()
1594 …_path(const char *filename, const char *mode, const char *path, zend_string **opened_path, int opt… in _php_stream_fopen_with_path()
H A Dglob_wrapper.c216 int options, zend_string **opened_path, php_stream_context *context STREAMS_DC) in php_glob_stream_opener()
H A Duserspace.c294 int options, zend_string **opened_path, php_stream_context *context STREAMS_DC) in user_wrapper_opener()
395 int options, zend_string **opened_path, php_stream_context *context STREAMS_DC) in user_wrapper_opendir()
H A Dmemory.c606 const char *mode, int options, zend_string **opened_path, in php_stream_url_wrap_rfc2397()
/php-src/ext/bz2/
H A Dphp_bz2.h53 #define php_stream_bz2open(wrapper, path, mode, options, opened_path) _php_stream_bz2open((wrapper)… argument
H A Dbz2.c182 zend_string **opened_path, in _php_stream_bz2open()
/php-src/ext/standard/
H A Dftp_fopen_wrapper.c126 zend_string **opened_path, php_stream_context *context, php_stream **preuseid, in php_ftp_fopen_connect()
404 int options, zend_string **opened_path, php_stream_context *context STREAMS_DC) in php_stream_url_wrap_ftp()
682 zend_string **opened_path, php_stream_context *context STREAMS_DC) in php_stream_ftp_opendir()
H A Dhttp_fopen_wrapper.c119 const char *path, const char *mode, int options, zend_string **opened_path, in php_stream_url_wrap_http_ex()
981 …pper *wrapper, const char *path, const char *mode, int options, zend_string **opened_path, php_str… in php_stream_url_wrap_http()
H A Dphp_fopen_wrapper.c177 zend_string **opened_path, php_stream_context *context STREAMS_DC) /* {{{ */ in php_stream_url_wrap_php()
/php-src/main/
H A Dfopen_wrappers.c339 … FILE *php_fopen_and_set_opened_path(const char *path, const char *mode, zend_string **opened_path)
635 …open_with_path(const char *filename, const char *mode, const char *path, zend_string **opened_path)
H A Dphp_open_temporary_file.c90 char *opened_path = NULL; in php_do_open_temporary_file() local
H A Dphp_ini.c417 zend_string *opened_path = NULL; in php_init_config() local
H A Dmain.c1527 static FILE *php_fopen_wrapper_for_zend(zend_string *filename, zend_string **opened_path) in php_fopen_wrapper_for_zend()
1566 zend_string *opened_path; in php_stream_open_for_zend_ex() local
/php-src/ext/zlib/
H A Dzlib_fopen_wrapper.c109 zend_string **opened_path, php_stream_context *context STREAMS_DC) in php_stream_gzopen()
/php-src/Zend/
H A Dzend_stream.h57 zend_string *opened_path; member
H A Dzend_stream.c84 zend_string *opened_path; in zend_stream_open() local
H A Dzend_language_scanner.l700 zend_string *opened_path = NULL; in compile_filename() local
/php-src/ext/dba/
H A Ddba.c772 zend_string *opened_path = NULL; in php_dba_open() local
787 zend_string *opened_path = NULL; in php_dba_open() local
/php-src/ext/zip/
H A Dzip_stream.c281 zend_string **opened_path, in php_stream_zip_opener()
/php-src/ext/phar/
H A Ddirstream.c289 …pper *wrapper, const char *path, const char *mode, int options, zend_string **opened_path, php_str… in phar_wrapper_open_dir()
H A Dstream.c161 …pper *wrapper, const char *path, const char *mode, int options, zend_string **opened_path, php_str… in phar_wrapper_open_url()
/php-src/ext/spl/
H A Dphp_spl.c257 zend_string *opened_path; in spl_autoload() local
/php-src/sapi/phpdbg/
H A Dphpdbg.c1098 …pper *wrapper, const char *path, const char *mode, int options, zend_string **opened_path, php_str… in phpdbg_stream_url_wrap_php()
/php-src/ext/dom/
H A Dhtml_document.c993 zend_string *opened_path = NULL; in PHP_METHOD() local

Completed in 247 milliseconds

12