Home
last modified time | relevance | path

Searched defs:wrapper (Results 1 – 24 of 24) sorted by relevance

/PHP-8.1/ext/standard/
H A Dftp_fopen_wrapper.c88 static int php_stream_ftp_stream_stat(php_stream_wrapper *wrapper, php_stream *stream, php_stream_s… in php_stream_ftp_stream_stat()
97 static int php_stream_ftp_stream_close(php_stream_wrapper *wrapper, php_stream *stream) in php_stream_ftp_stream_close()
125 static php_stream *php_ftp_fopen_connect(php_stream_wrapper *wrapper, const char *path, const char … in php_ftp_fopen_connect()
405 php_stream * php_stream_url_wrap_ftp(php_stream_wrapper *wrapper, const char *path, const char *mod… in php_stream_url_wrap_ftp()
682 php_stream * php_stream_ftp_opendir(php_stream_wrapper *wrapper, const char *path, const char *mode… in php_stream_ftp_opendir()
774 static int php_stream_ftp_url_stat(php_stream_wrapper *wrapper, const char *url, int flags, php_str… in php_stream_ftp_url_stat()
896 static int php_stream_ftp_unlink(php_stream_wrapper *wrapper, const char *url, int options, php_str… in php_stream_ftp_unlink()
945 static int php_stream_ftp_rename(php_stream_wrapper *wrapper, const char *url_from, const char *url… in php_stream_ftp_rename()
1023 static int php_stream_ftp_mkdir(php_stream_wrapper *wrapper, const char *url, int mode, int options… in php_stream_ftp_mkdir()
1115 static int php_stream_ftp_rmdir(php_stream_wrapper *wrapper, const char *url, int options, php_stre… in php_stream_ftp_rmdir()
H A Dfilestat.c350 php_stream_wrapper *wrapper; in php_do_chgrp() local
476 php_stream_wrapper *wrapper; in php_do_chown() local
571 php_stream_wrapper *wrapper; in PHP_FUNCTION() local
620 php_stream_wrapper *wrapper; in PHP_FUNCTION() local
747 php_stream_wrapper *wrapper = NULL; in php_stat() local
H A Dhttp_fopen_wrapper.c118 static php_stream *php_stream_url_wrap_http_ex(php_stream_wrapper *wrapper, in php_stream_url_wrap_http_ex()
980 php_stream *php_stream_url_wrap_http(php_stream_wrapper *wrapper, const char *path, const char *mod… in php_stream_url_wrap_http()
1001 static int php_stream_http_stream_stat(php_stream_wrapper *wrapper, php_stream *stream, php_stream_… in php_stream_http_stream_stat()
H A Dphp_fopen_wrapper.c176 php_stream * php_stream_url_wrap_php(php_stream_wrapper *wrapper, const char *path, const char *mod… in php_stream_url_wrap_php()
H A Dstreamsfuncs.c45 #define GET_CTX_OPT(stream, wrapper, name, val) (PHP_STREAM_CONTEXT(stream) && NULL != (val = php_s… argument
1586 php_stream_wrapper *wrapper = NULL; in PHP_FUNCTION() local
H A Dfile.c1405 php_stream_wrapper *wrapper; in PHP_FUNCTION() local
1443 php_stream_wrapper *wrapper; in PHP_FUNCTION() local
/PHP-8.1/ext/xsl/
H A Dphp_xsl.c169 static void xsl_object_set_data(void *obj, zval *wrapper) in xsl_object_set_data()
176 void php_xsl_set_object(zval *wrapper, void *obj) in php_xsl_set_object()
189 zval *wrapper; in php_xsl_create_object() local
/PHP-8.1/main/streams/
H A Duserspace.c40 php_stream_wrapper wrapper; member
116 struct php_user_stream_wrapper * wrapper; member
304 static php_stream *user_wrapper_opener(php_stream_wrapper *wrapper, const char *filename, const cha… in user_wrapper_opener()
398 static php_stream *user_wrapper_opendir(php_stream_wrapper *wrapper, const char *filename, const ch… in user_wrapper_opendir()
528 php_stream_wrapper *wrapper; in PHP_FUNCTION() local
1075 static int user_wrapper_unlink(php_stream_wrapper *wrapper, const char *url, int options, php_strea… in user_wrapper_unlink()
1117 static int user_wrapper_rename(php_stream_wrapper *wrapper, const char *url_from, const char *url_t… in user_wrapper_rename()
1162 static int user_wrapper_mkdir(php_stream_wrapper *wrapper, const char *url, int mode, in user_wrapper_mkdir()
1209 static int user_wrapper_rmdir(php_stream_wrapper *wrapper, const char *url, in user_wrapper_rmdir()
1254 static int user_wrapper_metadata(php_stream_wrapper *wrapper, const char *url, int option, in user_wrapper_metadata()
[all …]
H A Dstreams.c141 static zend_llist *php_get_wrapper_errors_list(php_stream_wrapper *wrapper) in php_get_wrapper_errors_list()
151 void php_stream_display_wrapper_errors(php_stream_wrapper *wrapper, const char *path, const char *c… in php_stream_display_wrapper_errors()
221 void php_stream_tidy_wrapper_error_log(php_stream_wrapper *wrapper) in php_stream_tidy_wrapper_error_log()
1754 PHPAPI int php_register_url_stream_wrapper(const char *protocol, const php_stream_wrapper *wrapper) in php_register_url_stream_wrapper()
1783 …PI int php_register_url_stream_wrapper_volatile(zend_string *protocol, php_stream_wrapper *wrapper) in php_register_url_stream_wrapper_volatile()
1810 php_stream_wrapper *wrapper = NULL; local
1939 php_stream_wrapper *wrapper = NULL; local
1953 php_stream_wrapper *wrapper = NULL; local
1967 php_stream_wrapper *wrapper = NULL; local
1985 php_stream_wrapper *wrapper = NULL; local
[all …]
H A Dplain_wrapper.c1054 static php_stream *php_plain_files_dir_opener(php_stream_wrapper *wrapper, const char *path, const … in php_plain_files_dir_opener()
1193 static php_stream *php_plain_files_stream_opener(php_stream_wrapper *wrapper, const char *path, con… in php_plain_files_stream_opener()
1203 static int php_plain_files_url_stater(php_stream_wrapper *wrapper, const char *url, int flags, php_… in php_plain_files_url_stater()
1229 static int php_plain_files_unlink(php_stream_wrapper *wrapper, const char *url, int options, php_st… in php_plain_files_unlink()
1255 static int php_plain_files_rename(php_stream_wrapper *wrapper, const char *url_from, const char *ur… in php_plain_files_rename()
1356 static int php_plain_files_mkdir(php_stream_wrapper *wrapper, const char *dir, int mode, int option… in php_plain_files_mkdir()
1448 static int php_plain_files_rmdir(php_stream_wrapper *wrapper, const char *url, int options, php_str… in php_plain_files_rmdir()
1476 static int php_plain_files_metadata(php_stream_wrapper *wrapper, const char *url, int option, void … in php_plain_files_metadata()
H A Dglob_wrapper.c197 static php_stream *php_glob_stream_opener(php_stream_wrapper *wrapper, const char *path, const char… in php_glob_stream_opener()
H A Dmemory.c602 static php_stream * php_stream_url_wrap_rfc2397(php_stream_wrapper *wrapper, const char *path, in php_stream_url_wrap_rfc2397()
/PHP-8.1/ext/phar/
H A Dstream.c60 php_url* phar_parse_url(php_stream_wrapper *wrapper, const char *filename, const char *mode, int op… in phar_parse_url()
161 static php_stream * phar_wrapper_open_url(php_stream_wrapper *wrapper, const char *path, const char… in phar_wrapper_open_url()
550 static int phar_wrapper_stat(php_stream_wrapper *wrapper, const char *url, int flags, in phar_wrapper_stat()
659 static int phar_wrapper_unlink(php_stream_wrapper *wrapper, const char *url, int options, php_strea… in phar_wrapper_unlink()
733 static int phar_wrapper_rename(php_stream_wrapper *wrapper, const char *url_from, const char *url_t… in phar_wrapper_rename()
H A Ddirstream.c289 php_stream *phar_wrapper_open_dir(php_stream_wrapper *wrapper, const char *path, const char *mode, … in phar_wrapper_open_dir()
397 int phar_wrapper_mkdir(php_stream_wrapper *wrapper, const char *url_from, int mode, int options, ph… in phar_wrapper_mkdir()
529 int phar_wrapper_rmdir(php_stream_wrapper *wrapper, const char *url, int options, php_stream_contex… in phar_wrapper_rmdir()
/PHP-8.1/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.c178 PHP_BZ2_API php_stream *_php_stream_bz2open(php_stream_wrapper *wrapper, in _php_stream_bz2open()
/PHP-8.1/ext/zlib/
H A Dzlib_fopen_wrapper.c106 php_stream *php_stream_gzopen(php_stream_wrapper *wrapper, const char *path, const char *mode, int … in php_stream_gzopen()
/PHP-8.1/ext/zip/
H A Dzip_stream.c241 php_stream *php_stream_zip_opener(php_stream_wrapper *wrapper, in php_stream_zip_opener()
/PHP-8.1/ext/libxml/
H A Dlibxml.c116 php_libxml_node_object *wrapper; in php_libxml_unregister_node() local
253 php_stream_wrapper *wrapper = NULL; in php_libxml_streams_IO_open_wrapper() local
/PHP-8.1/main/
H A Dfopen_wrappers.c482 php_stream_wrapper *wrapper; local
H A Dphp_streams.h196 php_stream_wrapper *wrapper; /* which wrapper was used to open the stream */ member
/PHP-8.1/sapi/phpdbg/
H A Dphpdbg.c1093 php_stream *phpdbg_stream_url_wrap_php(php_stream_wrapper *wrapper, const char *path, const char *m… in phpdbg_stream_url_wrap_php()
1148 php_stream_wrapper wrapper; in main() local
/PHP-8.1/ext/dom/
H A Dphp_dom.c949 dom_object *wrapper; in node_list_unlink() local
/PHP-8.1/ext/opcache/
H A DZendAccelerator.c894 php_stream_wrapper *wrapper; in zend_get_stream_timestamp() local

Completed in 130 milliseconds