Home
last modified time | relevance | path

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

12

/PHP-5.5/ext/standard/
H A Dftp_fopen_wrapper.c94 static int php_stream_ftp_stream_stat(php_stream_wrapper *wrapper, php_stream *stream, php_stream_s… in php_stream_ftp_stream_stat()
104 static int php_stream_ftp_stream_close(php_stream_wrapper *wrapper, php_stream *stream TSRMLS_DC) in php_stream_ftp_stream_close()
133 static php_stream *php_ftp_fopen_connect(php_stream_wrapper *wrapper, char *path, char *mode, int o… in php_ftp_fopen_connect()
413 php_stream * php_stream_url_wrap_ftp(php_stream_wrapper *wrapper, char *path, char *mode, int optio… in php_stream_url_wrap_ftp()
694 php_stream * php_stream_ftp_opendir(php_stream_wrapper *wrapper, char *path, char *mode, int option… in php_stream_ftp_opendir()
783 static int php_stream_ftp_url_stat(php_stream_wrapper *wrapper, char *url, int flags, php_stream_st… in php_stream_ftp_url_stat()
906 static int php_stream_ftp_unlink(php_stream_wrapper *wrapper, char *url, int options, php_stream_co… in php_stream_ftp_unlink()
956 static int php_stream_ftp_rename(php_stream_wrapper *wrapper, char *url_from, char *url_to, int opt… in php_stream_ftp_rename()
1035 static int php_stream_ftp_mkdir(php_stream_wrapper *wrapper, char *url, int mode, int options, php_… in php_stream_ftp_mkdir()
1129 static int php_stream_ftp_rmdir(php_stream_wrapper *wrapper, char *url, int options, php_stream_con… in php_stream_ftp_rmdir()
H A Dfilestat.c429 php_stream_wrapper *wrapper; in php_do_chgrp() local
566 php_stream_wrapper *wrapper; in php_do_chown() local
674 php_stream_wrapper *wrapper; in PHP_FUNCTION() local
722 php_stream_wrapper *wrapper; in PHP_FUNCTION() local
861 php_stream_wrapper *wrapper; in php_stat() local
H A Dhttp_fopen_wrapper.c111 php_stream *php_stream_url_wrap_http_ex(php_stream_wrapper *wrapper, char *path, char *mode, int op… in php_stream_url_wrap_http_ex()
938 php_stream *php_stream_url_wrap_http(php_stream_wrapper *wrapper, char *path, char *mode, int optio… in php_stream_url_wrap_http()
944 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.c160 php_stream * php_stream_url_wrap_php(php_stream_wrapper *wrapper, char *path, char *mode, int optio… in php_stream_url_wrap_php()
H A Dfile.c1438 php_stream_wrapper *wrapper; in PHP_FUNCTION() local
1474 php_stream_wrapper *wrapper; in PHP_FUNCTION() local
H A Dstreamsfuncs.c1571 php_stream_wrapper *wrapper = NULL; in PHP_FUNCTION() local
/PHP-5.5/main/streams/
H A Duserspace.c45 php_stream_wrapper wrapper; member
122 struct php_user_stream_wrapper * wrapper; member
335 static php_stream *user_wrapper_opener(php_stream_wrapper *wrapper, char *filename, char *mode, int… in user_wrapper_opener()
440 static php_stream *user_wrapper_opendir(php_stream_wrapper *wrapper, char *filename, char *mode, in user_wrapper_opendir()
588 php_stream_wrapper **wrapperpp = NULL, *wrapper; in PHP_FUNCTION() local
1164 static int user_wrapper_unlink(php_stream_wrapper *wrapper, char *url, int options, php_stream_cont… in user_wrapper_unlink()
1211 static int user_wrapper_rename(php_stream_wrapper *wrapper, char *url_from, char *url_to, int optio… in user_wrapper_rename()
1263 static int user_wrapper_mkdir(php_stream_wrapper *wrapper, char *url, int mode, int options, php_st… in user_wrapper_mkdir()
1321 static int user_wrapper_rmdir(php_stream_wrapper *wrapper, char *url, int options, php_stream_conte… in user_wrapper_rmdir()
1374 static int user_wrapper_metadata(php_stream_wrapper *wrapper, char *url, int option, void *value, p… in user_wrapper_metadata()
[all …]
H A Dplain_wrapper.c885 static php_stream *php_plain_files_dir_opener(php_stream_wrapper *wrapper, char *path, char *mode, in php_plain_files_dir_opener()
1023 static php_stream *php_plain_files_stream_opener(php_stream_wrapper *wrapper, char *path, char *mod… in php_plain_files_stream_opener()
1033 static int php_plain_files_url_stater(php_stream_wrapper *wrapper, char *url, int flags, php_stream… in php_plain_files_url_stater()
1059 static int php_plain_files_unlink(php_stream_wrapper *wrapper, char *url, int options, php_stream_c… in php_plain_files_unlink()
1085 static int php_plain_files_rename(php_stream_wrapper *wrapper, char *url_from, char *url_to, int op… in php_plain_files_rename()
1169 static int php_plain_files_mkdir(php_stream_wrapper *wrapper, char *dir, int mode, int options, php… in php_plain_files_mkdir()
1255 static int php_plain_files_rmdir(php_stream_wrapper *wrapper, char *url, int options, php_stream_co… in php_plain_files_rmdir()
1283 static int php_plain_files_metadata(php_stream_wrapper *wrapper, char *url, int option, void *value… in php_plain_files_metadata()
H A Dstreams.c173 void php_stream_display_wrapper_errors(php_stream_wrapper *wrapper, const char *path, const char *c… in php_stream_display_wrapper_errors()
249 PHPAPI void php_stream_wrapper_log_error(php_stream_wrapper *wrapper, int options TSRMLS_DC, const … in php_stream_wrapper_log_error()
1894 php_stream_wrapper *wrapper = NULL; local
1909 php_stream_wrapper *wrapper = NULL; local
1923 php_stream_wrapper *wrapper = NULL; local
1974 php_stream_wrapper *wrapper = NULL; local
2023 php_stream_wrapper *wrapper = NULL; local
H A Dglob_wrapper.c209 static php_stream *php_glob_stream_opener(php_stream_wrapper *wrapper, char *path, char *mode, in php_glob_stream_opener()
H A Dmemory.c609 static php_stream * php_stream_url_wrap_rfc2397(php_stream_wrapper *wrapper, char *path, char *mode… in php_stream_url_wrap_rfc2397()
/PHP-5.5/ext/phar/
H A Dstream.c59 php_url* phar_parse_url(php_stream_wrapper *wrapper, char *filename, char *mode, int options TSRMLS… in phar_parse_url()
158 static php_stream * phar_wrapper_open_url(php_stream_wrapper *wrapper, char *path, char *mode, int … in phar_wrapper_open_url()
566 static int phar_wrapper_stat(php_stream_wrapper *wrapper, char *url, int flags, in phar_wrapper_stat()
689 static int phar_wrapper_unlink(php_stream_wrapper *wrapper, char *url, int options, php_stream_cont… in phar_wrapper_unlink()
765 static int phar_wrapper_rename(php_stream_wrapper *wrapper, char *url_from, char *url_to, int optio… in phar_wrapper_rename()
H A Ddirstream.c319 php_stream *phar_wrapper_open_dir(php_stream_wrapper *wrapper, char *path, char *mode, int options,… in phar_wrapper_open_dir()
432 int phar_wrapper_mkdir(php_stream_wrapper *wrapper, char *url_from, int mode, int options, php_stre… in phar_wrapper_mkdir()
564 int phar_wrapper_rmdir(php_stream_wrapper *wrapper, char *url, int options, php_stream_context *con… in phar_wrapper_rmdir()
/PHP-5.5/ext/xsl/
H A Dphp_xsl.c217 void php_xsl_set_object(zval *wrapper, void *obj TSRMLS_DC) in php_xsl_set_object()
230 zval *wrapper; in php_xsl_create_object() local
/PHP-5.5/ext/bz2/
H A Dphp_bz2.h54 #define php_stream_bz2open(wrapper, path, mode, options, opened_path) _php_stream_bz2open((wrapper)… argument
H A Dbz2.c211 PHP_BZ2_API php_stream *_php_stream_bz2open(php_stream_wrapper *wrapper, in _php_stream_bz2open()
/PHP-5.5/ext/zlib/
H A Dzlib_fopen_wrapper.c109 php_stream *php_stream_gzopen(php_stream_wrapper *wrapper, char *path, char *mode, int options, in php_stream_gzopen()
/PHP-5.5/ext/xmlrpc/libxmlrpc/
H A Dxml_to_dandarpc.c280 xml_element* wrapper = NULL; in DANDARPC_REQUEST_to_xml_element() local
H A Dxml_to_xmlrpc.c373 xml_element* wrapper = NULL; in XMLRPC_REQUEST_to_xml_element() local
/PHP-5.5/ext/zip/
H A Dzip_stream.c237 php_stream *php_stream_zip_opener(php_stream_wrapper *wrapper, in php_stream_zip_opener()
/PHP-5.5/ext/libxml/
H A Dlibxml.c165 php_libxml_node_object *wrapper; in php_libxml_unregister_node() local
295 php_stream_wrapper *wrapper = NULL; in php_libxml_streams_IO_open_wrapper() local
/PHP-5.5/main/
H A Dfopen_wrappers.c479 php_stream_wrapper *wrapper; local
/PHP-5.5/ext/dom/
H A Dphp_dom.c1027 dom_object *wrapper; in node_list_unlink() local
1323 zval *wrapper; in php_dom_create_object() local
/PHP-5.5/ext/opcache/
H A DZendAccelerator.c643 php_stream_wrapper *wrapper; in zend_get_stream_timestamp() local
/PHP-5.5/ext/xmlwriter/
H A Dphp_xmlwriter.c679 php_stream_wrapper *wrapper = NULL; in php_xmlwriter_streams_IO_open_write_wrapper() local

Completed in 157 milliseconds

12