Home
last modified time | relevance | path

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

12

/PHP-5.3/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()
414 php_stream * php_stream_url_wrap_ftp(php_stream_wrapper *wrapper, char *path, char *mode, int optio… in php_stream_url_wrap_ftp()
695 php_stream * php_stream_ftp_opendir(php_stream_wrapper *wrapper, char *path, char *mode, int option… in php_stream_ftp_opendir()
784 static int php_stream_ftp_url_stat(php_stream_wrapper *wrapper, char *url, int flags, php_stream_st… in php_stream_ftp_url_stat()
907 static int php_stream_ftp_unlink(php_stream_wrapper *wrapper, char *url, int options, php_stream_co… in php_stream_ftp_unlink()
957 static int php_stream_ftp_rename(php_stream_wrapper *wrapper, char *url_from, char *url_to, int opt… in php_stream_ftp_rename()
1036 static int php_stream_ftp_mkdir(php_stream_wrapper *wrapper, char *url, int mode, int options, php_… in php_stream_ftp_mkdir()
1130 static int php_stream_ftp_rmdir(php_stream_wrapper *wrapper, char *url, int options, php_stream_con… in php_stream_ftp_rmdir()
H A Dhttp_fopen_wrapper.c87 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()
922 php_stream *php_stream_url_wrap_http(php_stream_wrapper *wrapper, char *path, char *mode, int optio… in php_stream_url_wrap_http()
928 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 Dfilestat.c794 php_stream_wrapper *wrapper; in php_stat() local
H A Dfile.c1549 php_stream_wrapper *wrapper; in PHP_FUNCTION() local
1593 php_stream_wrapper *wrapper; in PHP_FUNCTION() local
H A Dstreamsfuncs.c1526 php_stream_wrapper *wrapper = NULL; in PHP_FUNCTION() local
/PHP-5.3/main/streams/
H A Duserspace.c36 php_stream_wrapper wrapper; member
106 struct php_user_stream_wrapper * wrapper; member
261 static php_stream *user_wrapper_opener(php_stream_wrapper *wrapper, char *filename, char *mode, int… in user_wrapper_opener()
407 static php_stream *user_wrapper_opendir(php_stream_wrapper *wrapper, char *filename, char *mode, in user_wrapper_opendir()
561 php_stream_wrapper **wrapperpp = NULL, *wrapper; in PHP_FUNCTION() local
1082 static int user_wrapper_unlink(php_stream_wrapper *wrapper, char *url, int options, php_stream_cont… in user_wrapper_unlink()
1136 static int user_wrapper_rename(php_stream_wrapper *wrapper, char *url_from, char *url_to, int optio… in user_wrapper_rename()
1195 static int user_wrapper_mkdir(php_stream_wrapper *wrapper, char *url, int mode, int options, php_st… in user_wrapper_mkdir()
1260 static int user_wrapper_rmdir(php_stream_wrapper *wrapper, char *url, int options, php_stream_conte… in user_wrapper_rmdir()
1320 static int user_wrapper_stat_url(php_stream_wrapper *wrapper, char *url, int flags, php_stream_stat… in user_wrapper_stat_url()
H A Dplain_wrapper.c852 static php_stream *php_plain_files_dir_opener(php_stream_wrapper *wrapper, char *path, char *mode, in php_plain_files_dir_opener()
994 static php_stream *php_plain_files_stream_opener(php_stream_wrapper *wrapper, char *path, char *mod… in php_plain_files_stream_opener()
1011 static int php_plain_files_url_stater(php_stream_wrapper *wrapper, char *url, int flags, php_stream… in php_plain_files_url_stater()
1045 static int php_plain_files_unlink(php_stream_wrapper *wrapper, char *url, int options, php_stream_c… in php_plain_files_unlink()
1080 static int php_plain_files_rename(php_stream_wrapper *wrapper, char *url_from, char *url_to, int op… in php_plain_files_rename()
1174 static int php_plain_files_mkdir(php_stream_wrapper *wrapper, char *dir, int mode, int options, php… in php_plain_files_mkdir()
1269 static int php_plain_files_rmdir(php_stream_wrapper *wrapper, char *url, int options, php_stream_co… in php_plain_files_rmdir()
H A Dstreams.c164 void php_stream_display_wrapper_errors(php_stream_wrapper *wrapper, const char *path, const char *c… in php_stream_display_wrapper_errors()
240 PHPAPI void php_stream_wrapper_log_error(php_stream_wrapper *wrapper, int options TSRMLS_DC, const … in php_stream_wrapper_log_error()
1820 php_stream_wrapper *wrapper = NULL; local
1835 php_stream_wrapper *wrapper = NULL; local
1849 php_stream_wrapper *wrapper = NULL; local
1896 php_stream_wrapper *wrapper = NULL; local
1945 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.c605 static php_stream * php_stream_url_wrap_rfc2397(php_stream_wrapper *wrapper, char *path, char *mode… in php_stream_url_wrap_rfc2397()
/PHP-5.3/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.c322 php_stream *phar_wrapper_open_dir(php_stream_wrapper *wrapper, char *path, char *mode, int options,… in phar_wrapper_open_dir()
435 int phar_wrapper_mkdir(php_stream_wrapper *wrapper, char *url_from, int mode, int options, php_stre… in phar_wrapper_mkdir()
567 int phar_wrapper_rmdir(php_stream_wrapper *wrapper, char *url, int options, php_stream_context *con… in phar_wrapper_rmdir()
/PHP-5.3/ext/xsl/
H A Dphp_xsl.c216 void php_xsl_set_object(zval *wrapper, void *obj TSRMLS_DC) in php_xsl_set_object()
229 zval *wrapper; in php_xsl_create_object() local
/PHP-5.3/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.c207 PHP_BZ2_API php_stream *_php_stream_bz2open(php_stream_wrapper *wrapper, in _php_stream_bz2open()
/PHP-5.3/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.3/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.3/ext/zip/
H A Dzip_stream.c237 php_stream *php_stream_zip_opener(php_stream_wrapper *wrapper, in php_stream_zip_opener()
/PHP-5.3/ext/libxml/
H A Dlibxml.c156 php_libxml_node_object *wrapper; in php_libxml_unregister_node() local
274 php_stream_wrapper *wrapper = NULL; in php_libxml_streams_IO_open_wrapper() local
/PHP-5.3/ext/curl/
H A Dstreams.c269 php_stream *php_curl_stream_opener(php_stream_wrapper *wrapper, char *filename, char *mode, in php_curl_stream_opener()
/PHP-5.3/main/
H A Dfopen_wrappers.c543 php_stream_wrapper *wrapper; local
/PHP-5.3/ext/dom/
H A Dphp_dom.c1028 dom_object *wrapper; in node_list_unlink() local
1321 zval *wrapper; in php_dom_create_object() local
/PHP-5.3/ext/xmlwriter/
H A Dphp_xmlwriter.c681 php_stream_wrapper *wrapper = NULL; in php_xmlwriter_streams_IO_open_write_wrapper() local

Completed in 89 milliseconds

12