Home
last modified time | relevance | path

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

12

/PHP-7.4/main/streams/
H A Dphp_stream_plain_wrapper.h47 #define php_stream_fopen_temporary_file(dir, pfx, opened_path) _php_stream_fopen_temporary_file((di… argument
53 #define php_stream_open_wrapper_as_file(path, mode, options, opened_path) _php_stream_open_wrapper_… argument
H A Dplain_wrapper.c212 zend_string *opened_path = NULL; in _php_stream_fopen_temporary_file() local
1005 int options, zend_string **opened_path, php_stream_context *context STREAMS_DC) in php_plain_files_dir_opener()
1043 …ream *_php_stream_fopen(const char *filename, const char *mode, zend_string **opened_path, int opt… in _php_stream_fopen()
1144 int options, zend_string **opened_path, php_stream_context *context STREAMS_DC) in php_plain_files_stream_opener()
1521 …_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.c200 int options, zend_string **opened_path, php_stream_context *context STREAMS_DC) in php_glob_stream_opener()
H A Duserspace.c330 int options, zend_string **opened_path, php_stream_context *context STREAMS_DC) in user_wrapper_opener()
425 int options, zend_string **opened_path, php_stream_context *context STREAMS_DC) in user_wrapper_opendir()
H A Dmemory.c634 const char *mode, int options, zend_string **opened_path, in php_stream_url_wrap_rfc2397()
/PHP-7.4/ext/bz2/
H A Dphp_bz2.h55 #define php_stream_bz2open(wrapper, path, mode, options, opened_path) _php_stream_bz2open((wrapper)… argument
H A Dbz2.c250 zend_string **opened_path, in _php_stream_bz2open()
/PHP-7.4/ext/standard/
H A Dftp_fopen_wrapper.c132 zend_string **opened_path, php_stream_context *context, php_stream **preuseid, in php_ftp_fopen_connect()
414 int options, zend_string **opened_path, php_stream_context *context STREAMS_DC) in php_stream_url_wrap_ftp()
694 zend_string **opened_path, php_stream_context *context STREAMS_DC) in php_stream_ftp_opendir()
H A Dhttp_fopen_wrapper.c120 const char *path, const char *mode, int options, zend_string **opened_path, in php_stream_url_wrap_http_ex()
965 …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.c179 zend_string **opened_path, php_stream_context *context STREAMS_DC) /* {{{ */ in php_stream_url_wrap_php()
/PHP-7.4/main/
H A Dfopen_wrappers.c338 … 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.c92 char *opened_path = NULL; in php_do_open_temporary_file() local
H A Dmain.c1598 static FILE *php_fopen_wrapper_for_zend(const char *filename, zend_string **opened_path) in php_fopen_wrapper_for_zend()
1636 zend_string *opened_path; in php_stream_open_for_zend_ex() local
H A Dphp_ini.c422 zend_string *opened_path = NULL; in php_init_config() local
/PHP-7.4/ext/zlib/
H A Dzlib_fopen_wrapper.c109 zend_string **opened_path, php_stream_context *context STREAMS_DC) in php_stream_gzopen()
/PHP-7.4/Zend/
H A Dzend_stream.c78 zend_string *opened_path; in zend_stream_open() local
H A Dzend_stream.h57 zend_string *opened_path; member
H A Dzend_language_scanner.l662 zend_string *opened_path = NULL; in compile_filename() local
H A Dzend.c512 static FILE *zend_fopen_wrapper(const char *filename, zend_string **opened_path) /* {{{ */ in zend_fopen_wrapper()
/PHP-7.4/ext/zip/
H A Dzip_stream.c266 zend_string **opened_path, in php_stream_zip_opener()
/PHP-7.4/ext/phar/
H A Ddirstream.c303 …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-7.4/ext/spl/
H A Dphp_spl.c276 zend_string *opened_path; in spl_autoload() local
/PHP-7.4/ext/dba/
H A Ddba.c651 zend_string *opened_path = NULL; in php_dba_open() local
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg.c1335 …pper *wrapper, const char *path, const char *mode, int options, zend_string **opened_path, php_str… in phpdbg_stream_url_wrap_php()

Completed in 101 milliseconds

12