| /PHP_5_5/ext/xmlrpc/libxmlrpc/ |
| H A D | xml_to_dandarpc.c | 280 xml_element* wrapper = NULL; local 289 wrapper = xml_elem_new(); 298 wrapper->name = strdup(pStr); 304 Q_PushTail(&root->children, wrapper); 312 Q_PushTail(&wrapper->children, method); 314 Q_PushTail(&wrapper->children,
|
| H A D | xml_to_xmlrpc.c | 373 xml_element* wrapper = NULL; local 379 wrapper = xml_elem_new(); 388 wrapper->name = strdup(pStr); 398 Q_PushTail(&wrapper->children, method); 402 Q_PushTail(&wrapper->children, 409 Q_PushTail(&wrapper->children, params); 412 return wrapper;
|
| /PHP_5_5/ext/zip/ |
| H A D | zip_stream.c | 237 php_stream *php_stream_zip_opener(php_stream_wrapper *wrapper, argument 325 "zip wrapper",
|
| /PHP_5_5/ext/bz2/ |
| H A D | bz2.c | 207 PHP_BZ2_API php_stream *_php_stream_bz2open(php_stream_wrapper *wrapper, argument 244 /* that didn't work, so try and get something from the network/wrapper */
|
| /PHP_5_5/ext/standard/ |
| H A D | filestat.c | 429 php_stream_wrapper *wrapper; local 435 wrapper = php_stream_locate_url_wrapper(filename, NULL, 0 TSRMLS_CC); 436 if(wrapper != &php_plain_files_wrapper || strncasecmp("file://", filename, 7) == 0) { 437 if(wrapper && wrapper->wops->stream_metadata) { 450 if(wrapper->wops->stream_metadata(wrapper, filename, option, value, NULL TSRMLS_CC)) { 566 php_stream_wrapper *wrapper; local 572 wrapper = php_stream_locate_url_wrapper(filename, NULL, 0 TSRMLS_CC); 573 if(wrapper ! 674 php_stream_wrapper *wrapper; local 722 php_stream_wrapper *wrapper; local 861 php_stream_wrapper *wrapper; local [all...] |
| H A D | ftp_fopen_wrapper.c | 94 static int php_stream_ftp_stream_stat(php_stream_wrapper *wrapper, php_stream *stream, php_stream_statbuf *ssb TSRMLS_DC) argument 104 static int php_stream_ftp_stream_close(php_stream_wrapper *wrapper, php_stream *stream TSRMLS_DC) argument 133 static php_stream *php_ftp_fopen_connect(php_stream_wrapper *wrapper, char *path, char *mode, int options, char **opened_path, php_stream_context *context, argument 207 php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "Unable to activate SSL mode"); 238 php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, err_msg, val); \ 413 php_stream * php_stream_url_wrap_ftp(php_stream_wrapper *wrapper, char *path, char *mode, int options, char **opened_path, php_stream_context *context STREAMS_DC TSRMLS_DC) argument 437 php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "FTP does not support simultaneous read/write connections"); 448 php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "Unknown file open mode"); 455 /* Use http wrapper to proxy ftp request */ 456 return php_stream_url_wrap_http(wrapper, pat 694 php_stream_ftp_opendir(php_stream_wrapper *wrapper, char *path, char *mode, int options, char **opened_path, php_stream_context *context STREAMS_DC TSRMLS_DC) argument 783 php_stream_ftp_url_stat(php_stream_wrapper *wrapper, char *url, int flags, php_stream_statbuf *ssb, php_stream_context *context TSRMLS_DC) argument 906 php_stream_ftp_unlink(php_stream_wrapper *wrapper, char *url, int options, php_stream_context *context TSRMLS_DC) argument 956 php_stream_ftp_rename(php_stream_wrapper *wrapper, char *url_from, char *url_to, int options, php_stream_context *context TSRMLS_DC) argument 1035 php_stream_ftp_mkdir(php_stream_wrapper *wrapper, char *url, int mode, int options, php_stream_context *context TSRMLS_DC) argument 1129 php_stream_ftp_rmdir(php_stream_wrapper *wrapper, char *url, int options, php_stream_context *context TSRMLS_DC) argument [all...] |
| H A D | php_fopen_wrapper.c | 160 php_stream * php_stream_url_wrap_php(php_stream_wrapper *wrapper, char *path, char *mode, int options, char **opened_path, php_stream_context *context STREAMS_DC TSRMLS_DC) /* {{{ */ argument 283 php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, 295 php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, 302 php_stream_wrapper_log_error(wrapper, options TSRMLS_CC,
|
| H A D | file.c | 1430 php_stream_wrapper *wrapper; local 1437 wrapper = php_stream_locate_url_wrapper(old_name, NULL, 0 TSRMLS_CC); 1439 if (!wrapper || !wrapper->wops) { 1440 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to locate stream wrapper"); 1444 if (!wrapper->wops->rename) { 1445 php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s wrapper does not support renaming", wrapper->wops->label ? wrapper->wops->label : "Source"); 1449 if (wrapper ! 1466 php_stream_wrapper *wrapper; local [all...] |
| H A D | http_fopen_wrapper.c | 87 php_stream *php_stream_url_wrap_http_ex(php_stream_wrapper *wrapper, char *path, char *mode, int options, char **opened_path, php_stream_context *context, int redirect_max, int flags STREAMS_DC TSRMLS_DC) /* {{{ */ argument 121 php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "Redirection limit reached, aborting"); 132 php_stream_context_get_option(context, wrapper->wops->label, "proxy", &tmpzval) == FAILURE || 138 /* Called from a non-http wrapper with http proxying requested (i.e. ftp) */ 149 php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "HTTP wrapper does not support writeable connections"); 162 php_stream_context_get_option(context, wrapper->wops->label, "proxy", &tmpzval) == SUCCESS && 173 if (context && php_stream_context_get_option(context, wrapper->wops->label, "timeout", &tmpzval) == SUCCESS) { 192 php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "%s", errstr); 271 php_stream_wrapper_log_error(wrapper, option 924 php_stream_url_wrap_http(php_stream_wrapper *wrapper, char *path, char *mode, int options, char **opened_path, php_stream_context *context STREAMS_DC TSRMLS_DC) argument 930 php_stream_http_stream_stat(php_stream_wrapper *wrapper, php_stream *stream, php_stream_statbuf *ssb TSRMLS_DC) argument [all...] |
| H A D | streamsfuncs.c | 501 if (stream->wrapper) { 502 add_assoc_string(return_value, "wrapper_type", (char *)stream->wrapper->wops->label, 1); 1012 Retrieve options for a stream/wrapper/context */ 1032 Set an option for a wrapper */ 1567 php_stream_wrapper *wrapper = NULL; local 1578 wrapper = stream->wrapper; 1582 wrapper = php_stream_locate_url_wrapper(Z_STRVAL_PP(zstream), NULL, 0 TSRMLS_CC); 1585 if (!wrapper) { 1589 RETURN_BOOL(wrapper [all...] |
| /PHP_5_5/ext/xmlwriter/ |
| H A D | php_xmlwriter.c | 679 php_stream_wrapper *wrapper = NULL; local
|
| /PHP_5_5/ext/xsl/ |
| H A D | php_xsl.c | 98 /* free wrapper */ 210 static void xsl_object_set_data(void *obj, zval *wrapper TSRMLS_DC) 212 ((xsltStylesheetPtr) obj)->_private = wrapper; 217 void php_xsl_set_object(zval *wrapper, void *obj TSRMLS_DC) argument 221 object = (xsl_object *)zend_objects_get_address(wrapper TSRMLS_CC); 223 xsl_object_set_data(obj, wrapper TSRMLS_CC); 230 zval *wrapper; local 237 ALLOC_ZVAL(wrapper); 239 wrapper = wrapper_in; 241 ZVAL_NULL(wrapper); [all...] |
| /PHP_5_5/ext/zlib/ |
| H A D | zlib_fopen_wrapper.c | 109 php_stream *php_stream_gzopen(php_stream_wrapper *wrapper, char *path, char *mode, int options, argument
|
| /PHP_5_5/main/ |
| H A D | fopen_wrappers.c | 479 php_stream_wrapper *wrapper; local 488 wrapper = php_stream_locate_url_wrapper(filename, &actual_path, STREAM_OPEN_FOR_INCLUDE TSRMLS_CC); 489 if (wrapper == &php_plain_files_wrapper) { 512 /* Check for stream wrapper */ 517 /* .:// or ..:// is not a stream wrapper */ 546 wrapper = php_stream_locate_url_wrapper(trypath, &actual_path, STREAM_OPEN_FOR_INCLUDE TSRMLS_CC); 547 if (!wrapper) { 549 } else if (wrapper != &php_plain_files_wrapper) { 550 if (wrapper->wops->url_stat) { 553 if (SUCCESS == wrapper [all...] |
| H A D | php_streams.h | 134 php_stream *(*stream_opener)(php_stream_wrapper *wrapper, char *filename, char *mode, 137 int (*stream_closer)(php_stream_wrapper *wrapper, php_stream *stream TSRMLS_DC); 139 int (*stream_stat)(php_stream_wrapper *wrapper, php_stream *stream, php_stream_statbuf *ssb TSRMLS_DC); 141 int (*url_stat)(php_stream_wrapper *wrapper, char *url, int flags, php_stream_statbuf *ssb, php_stream_context *context TSRMLS_DC); 143 php_stream *(*dir_opener)(php_stream_wrapper *wrapper, char *filename, char *mode, 149 int (*unlink)(php_stream_wrapper *wrapper, char *url, int options, php_stream_context *context TSRMLS_DC); 152 int (*rename)(php_stream_wrapper *wrapper, char *url_from, char *url_to, int options, php_stream_context *context TSRMLS_DC); 155 int (*stream_mkdir)(php_stream_wrapper *wrapper, char *url, int mode, int options, php_stream_context *context TSRMLS_DC); 156 int (*stream_rmdir)(php_stream_wrapper *wrapper, char *url, int options, php_stream_context *context TSRMLS_DC); 158 int (*stream_metadata)(php_stream_wrapper *wrapper, cha 192 php_stream_wrapper *wrapper; /* which wrapper was used to open the stream */ member in struct:_php_stream [all...] |
| /PHP_5_5/main/streams/ |
| H A D | glob_wrapper.c | 209 static php_stream *php_glob_stream_opener(php_stream_wrapper *wrapper, char *path, char *mode, argument
|
| H A D | memory.c | 601 static php_stream * php_stream_url_wrap_rfc2397(php_stream_wrapper *wrapper, char *path, char *mode, int options, char **opened_path, php_stream_context *context STREAMS_DC TSRMLS_DC) /* {{{ */ argument 624 php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "rfc2397: no comma in URL"); 636 php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "rfc2397: illegal media type"); 652 php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "rfc2397: illegal media type"); 665 php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "rfc2397: illegal parameter"); 685 php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "rfc2397: illegal URL"); 702 php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "rfc2397: unable to decode");
|
| H A D | plain_wrapper.c | 211 stream->wrapper = &php_plain_files_wrapper; 854 static php_stream *php_plain_files_dir_opener(php_stream_wrapper *wrapper, char *path, char *mode, argument 992 static php_stream *php_plain_files_stream_opener(php_stream_wrapper *wrapper, char *path, char *mode, argument 1002 static int php_plain_files_url_stater(php_stream_wrapper *wrapper, char *url, int flags, php_stream_statbuf *ssb, php_stream_context *context TSRMLS_DC) argument 1032 static int php_plain_files_unlink(php_stream_wrapper *wrapper, char *url, int options, php_stream_context *context TSRMLS_DC) argument 1061 static int php_plain_files_rename(php_stream_wrapper *wrapper, char *url_from, char *url_to, int options, php_stream_context *context TSRMLS_DC) argument 1150 static int php_plain_files_mkdir(php_stream_wrapper *wrapper, char *dir, int mode, int options, php_stream_context *context TSRMLS_DC) argument 1238 static int php_plain_files_rmdir(php_stream_wrapper *wrapper, char *url, int options, php_stream_context *context TSRMLS_DC) argument 1265 static int php_plain_files_metadata(php_stream_wrapper *wrapper, char *url, int option, void *value, php_stream_context *context TSRMLS_DC) argument
|
| H A D | userspace.c | 45 php_stream_wrapper wrapper; member in struct:php_user_stream_wrapper 48 static php_stream *user_wrapper_opener(php_stream_wrapper *wrapper, char *filename, char *mode, int options, char **opened_path, php_stream_context *context STREAMS_DC TSRMLS_DC); 49 static int user_wrapper_stat_url(php_stream_wrapper *wrapper, char *url, int flags, php_stream_statbuf *ssb, php_stream_context *context TSRMLS_DC); 50 static int user_wrapper_unlink(php_stream_wrapper *wrapper, char *url, int options, php_stream_context *context TSRMLS_DC); 51 static int user_wrapper_rename(php_stream_wrapper *wrapper, char *url_from, char *url_to, int options, php_stream_context *context TSRMLS_DC); 52 static int user_wrapper_mkdir(php_stream_wrapper *wrapper, char *url, int mode, int options, php_stream_context *context TSRMLS_DC); 53 static int user_wrapper_rmdir(php_stream_wrapper *wrapper, char *url, int options, php_stream_context *context TSRMLS_DC); 54 static int user_wrapper_metadata(php_stream_wrapper *wrapper, char *url, int option, void *value, php_stream_context *context TSRMLS_DC); 55 static php_stream *user_wrapper_opendir(php_stream_wrapper *wrapper, char *filename, char *mode, 122 struct php_user_stream_wrapper * wrapper; member in struct:_php_userstream_data 335 user_wrapper_opener(php_stream_wrapper *wrapper, char *filename, char *mode, int options, char **opened_path, php_stream_context *context STREAMS_DC TSRMLS_DC) argument 440 user_wrapper_opendir(php_stream_wrapper *wrapper, char *filename, char *mode, int options, char **opened_path, php_stream_context *context STREAMS_DC TSRMLS_DC) argument 588 php_stream_wrapper **wrapperpp = NULL, *wrapper; local 1154 user_wrapper_unlink(php_stream_wrapper *wrapper, char *url, int options, php_stream_context *context TSRMLS_DC) argument 1201 user_wrapper_rename(php_stream_wrapper *wrapper, char *url_from, char *url_to, int options, php_stream_context *context TSRMLS_DC) argument 1253 user_wrapper_mkdir(php_stream_wrapper *wrapper, char *url, int mode, int options, php_stream_context *context TSRMLS_DC) argument 1311 user_wrapper_rmdir(php_stream_wrapper *wrapper, char *url, int options, php_stream_context *context TSRMLS_DC) argument 1364 user_wrapper_metadata(php_stream_wrapper *wrapper, char *url, int option, void *value, php_stream_context *context TSRMLS_DC) argument 1447 user_wrapper_stat_url(php_stream_wrapper *wrapper, char *url, int flags, php_stream_statbuf *ssb, php_stream_context *context TSRMLS_DC) argument [all...] |
| H A D | streams.c | 37 /* Global wrapper hash, copied to FG(stream_wrappers) on registration of volatile wrapper */ 160 static zend_llist *php_get_wrapper_errors_list(php_stream_wrapper *wrapper TSRMLS_DC) 166 zend_hash_find(FG(wrapper_errors), (const char*)&wrapper, 167 sizeof wrapper, (void**)&list); local 172 /* {{{ wrapper error reporting */ 173 void php_stream_display_wrapper_errors(php_stream_wrapper *wrapper, const char *path, const char *caption TSRMLS_DC) argument 179 if (wrapper) { 180 zend_llist *err_list = php_get_wrapper_errors_list(wrapper TSRMLS_CC); 219 if (wrapper 240 zend_hash_del(FG(wrapper_errors), (const char*)&wrapper, sizeof wrapper); local 249 php_stream_wrapper_log_error(php_stream_wrapper *wrapper, int options TSRMLS_DC, const char *fmt, ...) argument 269 sizeof wrapper, (void**)&list); local 276 sizeof wrapper, &new_list, sizeof new_list, (void**)&list); local 1885 php_stream_wrapper *wrapper = NULL; local 1900 php_stream_wrapper *wrapper = NULL; local 1914 php_stream_wrapper *wrapper = NULL; local 1961 php_stream_wrapper *wrapper = NULL; local 2010 php_stream_wrapper *wrapper = NULL; local [all...] |
| /PHP_5_5/ext/phar/ |
| H A D | dirstream.c | 3 | phar:// stream wrapper support | 322 php_stream *phar_wrapper_open_dir(php_stream_wrapper *wrapper, char *path, char *mode, int options, char **opened_path, php_stream_context *context STREAMS_DC TSRMLS_DC) /* {{{ */ argument 334 if ((resource = phar_parse_url(wrapper, path, mode, options TSRMLS_CC)) == NULL) { 335 php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "phar url \"%s\" is unknown", path); 342 php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "phar error: no directory in \"%s\", must have at least phar://%s/ for root directory (always use full path to a new phar)", path, resource->host); 347 php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "phar error: invalid url \"%s\", must have at least phar://%s/", path, path); 353 php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "phar error: not a phar url \"%s\"", path); 363 php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "%s", error); 366 php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "phar file \"%s\" is unknown", resource->host); 435 int phar_wrapper_mkdir(php_stream_wrapper *wrapper, cha argument 567 phar_wrapper_rmdir(php_stream_wrapper *wrapper, char *url, int options, php_stream_context *context TSRMLS_DC) argument [all...] |
| H A D | stream.c | 3 | phar:// stream wrapper support | 59 php_url* phar_parse_url(php_stream_wrapper *wrapper, char *filename, char *mode, int options TSRMLS_DC) /* {{{ */ argument 70 php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "phar error: open mode append not supported"); 77 php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "phar error: no directory in \"%s\", must have at least phar://%s/ for root directory (always use full path to a new phar)", filename, arch); 80 php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "phar error: invalid url or non-existent phar \"%s\"", filename); 111 php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "phar error: write operations disabled by the php.ini setting phar.readonly"); 120 php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "%s", error); 131 php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "%s", error); 143 php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "%s", error); 158 static php_stream * phar_wrapper_open_url(php_stream_wrapper *wrapper, cha argument 566 phar_wrapper_stat(php_stream_wrapper *wrapper, char *url, int flags, php_stream_statbuf *ssb, php_stream_context *context TSRMLS_DC) argument 689 phar_wrapper_unlink(php_stream_wrapper *wrapper, char *url, int options, php_stream_context *context TSRMLS_DC) argument 765 phar_wrapper_rename(php_stream_wrapper *wrapper, char *url_from, char *url_to, int options, php_stream_context *context TSRMLS_DC) argument [all...] |
| /PHP_5_5/ext/libxml/ |
| H A D | libxml.c | 164 php_libxml_node_object *wrapper; local 169 wrapper = nodeptr->_private; 170 if (wrapper) { 171 php_libxml_clear_object(wrapper TSRMLS_CC); 294 php_stream_wrapper *wrapper = NULL; local 320 if the wrapper supports stat, otherwise, figure it out from 325 wrapper = php_stream_locate_url_wrapper(resolved_path, &path_to_open, 0 TSRMLS_CC); 326 if (wrapper && read_only && wrapper->wops->url_stat) { 327 if (wrapper [all...] |
| /PHP_5_5/ext/dom/ |
| H A D | php_dom.c | 1027 dom_object *wrapper; local 1031 wrapper = php_dom_object_get_data(node); 1033 if (wrapper != NULL ) { 1319 zval *wrapper; local 1326 ALLOC_ZVAL(wrapper); 1327 ZVAL_NULL(wrapper); 1328 return wrapper; 1341 wrapper = return_value; 1414 ZVAL_NULL(wrapper); 1415 return wrapper; [all...] |
| /PHP_5_5/ext/opcache/ |
| H A D | ZendAccelerator.c | 642 php_stream_wrapper *wrapper; local 650 wrapper = php_stream_locate_url_wrapper(filename, NULL, STREAM_LOCATE_WRAPPERS_ONLY TSRMLS_CC); 651 if (!wrapper) { 654 if (!wrapper->wops || !wrapper->wops->url_stat) { 662 ret = wrapper->wops->url_stat(wrapper, (char*)filename, PHP_STREAM_URL_STAT_QUIET, &stream_statbuf, NULL TSRMLS_CC);
|