wrapper 237 ext/bz2/bz2.c PHP_BZ2_API php_stream *_php_stream_bz2open(php_stream_wrapper *wrapper, wrapper 53 ext/bz2/php_bz2.h PHP_BZ2_API php_stream *_php_stream_bz2open(php_stream_wrapper *wrapper, const char *path, const char *mode, int options, zend_string **opened_path, php_stream_context *context STREAMS_DC); wrapper 57 ext/bz2/php_bz2.h #define php_stream_bz2open(wrapper, path, mode, options, opened_path) _php_stream_bz2open((wrapper), (path), (mode), (options), (opened_path), NULL STREAMS_CC) wrapper 974 ext/dom/php_dom.c dom_object *wrapper; wrapper 978 ext/dom/php_dom.c wrapper = php_dom_object_get_data(node); wrapper 980 ext/dom/php_dom.c if (wrapper != NULL ) { wrapper 169 ext/libxml/libxml.c php_libxml_node_object *wrapper; wrapper 174 ext/libxml/libxml.c wrapper = nodeptr->_private; wrapper 175 ext/libxml/libxml.c if (wrapper) { wrapper 176 ext/libxml/libxml.c php_libxml_clear_object(wrapper); wrapper 304 ext/libxml/libxml.c php_stream_wrapper *wrapper = NULL; wrapper 350 ext/libxml/libxml.c wrapper = php_stream_locate_url_wrapper(resolved_path, &path_to_open, 0); wrapper 351 ext/libxml/libxml.c if (wrapper && read_only && wrapper->wops->url_stat) { wrapper 352 ext/libxml/libxml.c if (wrapper->wops->url_stat(wrapper, path_to_open, PHP_STREAM_URL_STAT_QUIET, &ssbuf, NULL) == -1) { wrapper 675 ext/opcache/ZendAccelerator.c php_stream_wrapper *wrapper; wrapper 683 ext/opcache/ZendAccelerator.c wrapper = php_stream_locate_url_wrapper(filename, NULL, STREAM_LOCATE_WRAPPERS_ONLY); wrapper 684 ext/opcache/ZendAccelerator.c if (!wrapper) { wrapper 687 ext/opcache/ZendAccelerator.c if (!wrapper->wops || !wrapper->wops->url_stat) { wrapper 695 ext/opcache/ZendAccelerator.c ret = wrapper->wops->url_stat(wrapper, (char*)filename, PHP_STREAM_URL_STAT_QUIET, &stream_statbuf, NULL); wrapper 168 ext/openssl/xp_ssl.c if (Z_TYPE(stream->wrapperdata) == IS_ARRAY && stream->wrapper && strcasecmp(stream->wrapper->wops->label, "HTTP") == 0) { wrapper 770 ext/openssl/xp_ssl.c } else if (stream->wrapper->is_url) { wrapper 304 ext/phar/dirstream.c php_stream *phar_wrapper_open_dir(php_stream_wrapper *wrapper, const char *path, const char *mode, int options, zend_string **opened_path, php_stream_context *context STREAMS_DC) /* {{{ */ wrapper 315 ext/phar/dirstream.c if ((resource = phar_parse_url(wrapper, path, mode, options)) == NULL) { wrapper 316 ext/phar/dirstream.c php_stream_wrapper_log_error(wrapper, options, "phar url \"%s\" is unknown", path); wrapper 323 ext/phar/dirstream.c php_stream_wrapper_log_error(wrapper, options, "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); wrapper 328 ext/phar/dirstream.c php_stream_wrapper_log_error(wrapper, options, "phar error: invalid url \"%s\", must have at least phar://%s/", path, path); wrapper 334 ext/phar/dirstream.c php_stream_wrapper_log_error(wrapper, options, "phar error: not a phar url \"%s\"", path); wrapper 344 ext/phar/dirstream.c php_stream_wrapper_log_error(wrapper, options, "%s", error); wrapper 347 ext/phar/dirstream.c php_stream_wrapper_log_error(wrapper, options, "phar file \"%s\" is unknown", resource->host); wrapper 412 ext/phar/dirstream.c int phar_wrapper_mkdir(php_stream_wrapper *wrapper, const char *url_from, int mode, int options, php_stream_context *context) /* {{{ */ wrapper 423 ext/phar/dirstream.c php_stream_wrapper_log_error(wrapper, options, "phar error: cannot create directory \"%s\", no phar archive specified", url_from); wrapper 435 ext/phar/dirstream.c php_stream_wrapper_log_error(wrapper, options, "phar error: cannot create directory \"%s\", write operations disabled", url_from); wrapper 439 ext/phar/dirstream.c if ((resource = phar_parse_url(wrapper, url_from, "w", options)) == NULL) { wrapper 446 ext/phar/dirstream.c php_stream_wrapper_log_error(wrapper, options, "phar error: invalid url \"%s\"", url_from); wrapper 452 ext/phar/dirstream.c php_stream_wrapper_log_error(wrapper, options, "phar error: not a phar stream url \"%s\"", url_from); wrapper 459 ext/phar/dirstream.c php_stream_wrapper_log_error(wrapper, options, "phar error: cannot create directory \"%s\" in phar \"%s\", error retrieving phar information: %s", resource->path+1, resource->host, error); wrapper 471 ext/phar/dirstream.c php_stream_wrapper_log_error(wrapper, options, "phar error: cannot create directory \"%s\" in phar \"%s\", directory already exists", resource->path+1, resource->host); wrapper 477 ext/phar/dirstream.c php_stream_wrapper_log_error(wrapper, options, "phar error: cannot create directory \"%s\" in phar \"%s\", %s", resource->path+1, resource->host, error); wrapper 485 ext/phar/dirstream.c php_stream_wrapper_log_error(wrapper, options, "phar error: cannot create directory \"%s\" in phar \"%s\", file already exists", resource->path+1, resource->host); wrapper 491 ext/phar/dirstream.c php_stream_wrapper_log_error(wrapper, options, "phar error: cannot create directory \"%s\" in phar \"%s\", %s", resource->path+1, resource->host, error); wrapper 521 ext/phar/dirstream.c php_stream_wrapper_log_error(wrapper, options, "phar error: cannot create directory \"%s\" in phar \"%s\", adding to manifest failed", entry.filename, phar->fname); wrapper 530 ext/phar/dirstream.c php_stream_wrapper_log_error(wrapper, options, "phar error: cannot create directory \"%s\" in phar \"%s\", %s", entry.filename, phar->fname, error); wrapper 544 ext/phar/dirstream.c int phar_wrapper_rmdir(php_stream_wrapper *wrapper, const char *url, int options, php_stream_context *context) /* {{{ */ wrapper 558 ext/phar/dirstream.c php_stream_wrapper_log_error(wrapper, options, "phar error: cannot remove directory \"%s\", no phar archive specified, or phar archive does not exist", url); wrapper 570 ext/phar/dirstream.c php_stream_wrapper_log_error(wrapper, options, "phar error: cannot rmdir directory \"%s\", write operations disabled", url); wrapper 574 ext/phar/dirstream.c if ((resource = phar_parse_url(wrapper, url, "w", options)) == NULL) { wrapper 581 ext/phar/dirstream.c php_stream_wrapper_log_error(wrapper, options, "phar error: invalid url \"%s\"", url); wrapper 587 ext/phar/dirstream.c php_stream_wrapper_log_error(wrapper, options, "phar error: not a phar stream url \"%s\"", url); wrapper 594 ext/phar/dirstream.c php_stream_wrapper_log_error(wrapper, options, "phar error: cannot remove directory \"%s\" in phar \"%s\", error retrieving phar information: %s", resource->path+1, resource->host, error); wrapper 604 ext/phar/dirstream.c php_stream_wrapper_log_error(wrapper, options, "phar error: cannot remove directory \"%s\" in phar \"%s\", %s", resource->path+1, resource->host, error); wrapper 607 ext/phar/dirstream.c php_stream_wrapper_log_error(wrapper, options, "phar error: cannot remove directory \"%s\" in phar \"%s\", directory does not exist", resource->path+1, resource->host); wrapper 621 ext/phar/dirstream.c php_stream_wrapper_log_error(wrapper, options, "phar error: Directory not empty"); wrapper 638 ext/phar/dirstream.c php_stream_wrapper_log_error(wrapper, options, "phar error: Directory not empty"); wrapper 659 ext/phar/dirstream.c php_stream_wrapper_log_error(wrapper, options, "phar error: cannot remove directory \"%s\" in phar \"%s\", %s", entry->filename, phar->fname, error); wrapper 23 ext/phar/dirstream.h int phar_wrapper_mkdir(php_stream_wrapper *wrapper, const char *url_from, int mode, int options, php_stream_context *context); wrapper 24 ext/phar/dirstream.h int phar_wrapper_rmdir(php_stream_wrapper *wrapper, const char *url, int options, php_stream_context *context); wrapper 27 ext/phar/dirstream.h php_url* phar_parse_url(php_stream_wrapper *wrapper, const char *filename, const char *mode, int options); wrapper 36 ext/phar/dirstream.h php_stream* phar_wrapper_open_dir(php_stream_wrapper *wrapper, const char *path, const char *mode, int options, zend_string **opened_path, php_stream_context *context STREAMS_DC); wrapper 59 ext/phar/stream.c php_url* phar_parse_url(php_stream_wrapper *wrapper, const char *filename, const char *mode, int options) /* {{{ */ wrapper 70 ext/phar/stream.c php_stream_wrapper_log_error(wrapper, options, "phar error: open mode append not supported"); wrapper 77 ext/phar/stream.c php_stream_wrapper_log_error(wrapper, options, "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); wrapper 80 ext/phar/stream.c php_stream_wrapper_log_error(wrapper, options, "phar error: invalid url or non-existent phar \"%s\"", filename); wrapper 111 ext/phar/stream.c php_stream_wrapper_log_error(wrapper, options, "phar error: write operations disabled by the php.ini setting phar.readonly"); wrapper 120 ext/phar/stream.c php_stream_wrapper_log_error(wrapper, options, "%s", error); wrapper 131 ext/phar/stream.c php_stream_wrapper_log_error(wrapper, options, "%s", error); wrapper 143 ext/phar/stream.c php_stream_wrapper_log_error(wrapper, options, "%s", error); wrapper 158 ext/phar/stream.c static php_stream * phar_wrapper_open_url(php_stream_wrapper *wrapper, const char *path, const char *mode, int options, zend_string **opened_path, php_stream_context *context STREAMS_DC) /* {{{ */ wrapper 170 ext/phar/stream.c if ((resource = phar_parse_url(wrapper, path, mode, options)) == NULL) { wrapper 177 ext/phar/stream.c php_stream_wrapper_log_error(wrapper, options, "phar error: invalid url \"%s\"", path); wrapper 183 ext/phar/stream.c php_stream_wrapper_log_error(wrapper, options, "phar error: not a phar stream url \"%s\"", path); wrapper 195 ext/phar/stream.c php_stream_wrapper_log_error(wrapper, options, "%s", error); wrapper 198 ext/phar/stream.c php_stream_wrapper_log_error(wrapper, options, "phar error: file \"%s\" could not be created in phar \"%s\"", internal_file, resource->host); wrapper 242 ext/phar/stream.c php_stream_wrapper_log_error(wrapper, options, "file %s is not a valid phar archive", resource->host); wrapper 289 ext/phar/stream.c php_stream_wrapper_log_error(wrapper, options, "%s", error); wrapper 292 ext/phar/stream.c php_stream_wrapper_log_error(wrapper, options, "phar error: \"%s\" is not a file in phar \"%s\"", internal_file, resource->host); wrapper 312 ext/phar/stream.c php_stream_wrapper_log_error(wrapper, options, "%s", error); wrapper 443 ext/phar/stream.c php_stream_wrapper_log_error(stream->wrapper, stream->flags, "phar error: Could not write %d characters to \"%s\" in phar \"%s\"", (int) count, data->internal_file->filename, data->phar->fname); wrapper 470 ext/phar/stream.c php_stream_wrapper_log_error(stream->wrapper, REPORT_ERRORS, "%s", error); wrapper 569 ext/phar/stream.c static int phar_wrapper_stat(php_stream_wrapper *wrapper, const char *url, int flags, wrapper 579 ext/phar/stream.c if ((resource = phar_parse_url(wrapper, url, "r", flags|PHP_STREAM_URL_STAT_QUIET)) == NULL) { wrapper 678 ext/phar/stream.c static int phar_wrapper_unlink(php_stream_wrapper *wrapper, const char *url, int options, php_stream_context *context) /* {{{ */ wrapper 687 ext/phar/stream.c if ((resource = phar_parse_url(wrapper, url, "rb", options)) == NULL) { wrapper 688 ext/phar/stream.c php_stream_wrapper_log_error(wrapper, options, "phar error: unlink failed"); wrapper 695 ext/phar/stream.c php_stream_wrapper_log_error(wrapper, options, "phar error: invalid url \"%s\"", url); wrapper 701 ext/phar/stream.c php_stream_wrapper_log_error(wrapper, options, "phar error: not a phar stream url \"%s\"", url); wrapper 711 ext/phar/stream.c php_stream_wrapper_log_error(wrapper, options, "phar error: write operations disabled by the php.ini setting phar.readonly"); wrapper 721 ext/phar/stream.c php_stream_wrapper_log_error(wrapper, options, "unlink of \"%s\" failed: %s", url, error); wrapper 724 ext/phar/stream.c php_stream_wrapper_log_error(wrapper, options, "unlink of \"%s\" failed, file does not exist", url); wrapper 735 ext/phar/stream.c php_stream_wrapper_log_error(wrapper, options, "phar error: \"%s\" in phar \"%s\", has open file pointers, cannot unlink", internal_file, resource->host); wrapper 745 ext/phar/stream.c php_stream_wrapper_log_error(wrapper, options, "%s", error); wrapper 752 ext/phar/stream.c static int phar_wrapper_rename(php_stream_wrapper *wrapper, const char *url_from, const char *url_to, int options, php_stream_context *context) /* {{{ */ wrapper 764 ext/phar/stream.c if ((resource_from = phar_parse_url(wrapper, url_from, "wb", options|PHP_STREAM_URL_STAT_QUIET)) == NULL) { wrapper 780 ext/phar/stream.c if ((resource_to = phar_parse_url(wrapper, url_to, "wb", options|PHP_STREAM_URL_STAT_QUIET)) == NULL) { wrapper 24 ext/phar/stream.h php_url* phar_parse_url(php_stream_wrapper *wrapper, const char *filename, const char *mode, int options); wrapper 27 ext/phar/stream.h static php_stream* phar_wrapper_open_url(php_stream_wrapper *wrapper, const char *path, const char *mode, int options, zend_string **opened_path, php_stream_context *context STREAMS_DC); wrapper 28 ext/phar/stream.h static int phar_wrapper_rename(php_stream_wrapper *wrapper, const char *url_from, const char *url_to, int options, php_stream_context *context); wrapper 29 ext/phar/stream.h static int phar_wrapper_unlink(php_stream_wrapper *wrapper, const char *url, int options, php_stream_context *context); wrapper 30 ext/phar/stream.h static int phar_wrapper_stat(php_stream_wrapper *wrapper, const char *url, int flags, php_stream_statbuf *ssb, php_stream_context *context); wrapper 1471 ext/standard/file.c php_stream_wrapper *wrapper; wrapper 1478 ext/standard/file.c wrapper = php_stream_locate_url_wrapper(old_name, NULL, 0); wrapper 1480 ext/standard/file.c if (!wrapper || !wrapper->wops) { wrapper 1485 ext/standard/file.c if (!wrapper->wops->rename) { wrapper 1486 ext/standard/file.c php_error_docref(NULL, E_WARNING, "%s wrapper does not support renaming", wrapper->wops->label ? wrapper->wops->label : "Source"); wrapper 1490 ext/standard/file.c if (wrapper != php_stream_locate_url_wrapper(new_name, NULL, 0)) { wrapper 1497 ext/standard/file.c RETURN_BOOL(wrapper->wops->rename(wrapper, old_name, new_name, 0, context)); wrapper 1507 ext/standard/file.c php_stream_wrapper *wrapper; wrapper 1517 ext/standard/file.c wrapper = php_stream_locate_url_wrapper(filename, NULL, 0); wrapper 1519 ext/standard/file.c if (!wrapper || !wrapper->wops) { wrapper 1524 ext/standard/file.c if (!wrapper->wops->unlink) { wrapper 1525 ext/standard/file.c php_error_docref(NULL, E_WARNING, "%s does not allow unlinking", wrapper->wops->label ? wrapper->wops->label : "Wrapper"); wrapper 1528 ext/standard/file.c RETURN_BOOL(wrapper->wops->unlink(wrapper, filename, REPORT_ERRORS, context)); wrapper 417 ext/standard/filestat.c php_stream_wrapper *wrapper; wrapper 423 ext/standard/filestat.c wrapper = php_stream_locate_url_wrapper(filename, NULL, 0); wrapper 424 ext/standard/filestat.c if(wrapper != &php_plain_files_wrapper || strncasecmp("file://", filename, 7) == 0) { wrapper 425 ext/standard/filestat.c if(wrapper && wrapper->wops->stream_metadata) { wrapper 438 ext/standard/filestat.c if(wrapper->wops->stream_metadata(wrapper, filename, option, value, NULL)) { wrapper 554 ext/standard/filestat.c php_stream_wrapper *wrapper; wrapper 560 ext/standard/filestat.c wrapper = php_stream_locate_url_wrapper(filename, NULL, 0); wrapper 561 ext/standard/filestat.c if(wrapper != &php_plain_files_wrapper || strncasecmp("file://", filename, 7) == 0) { wrapper 562 ext/standard/filestat.c if(wrapper && wrapper->wops->stream_metadata) { wrapper 575 ext/standard/filestat.c if(wrapper->wops->stream_metadata(wrapper, filename, option, value, NULL)) { wrapper 662 ext/standard/filestat.c php_stream_wrapper *wrapper; wrapper 668 ext/standard/filestat.c wrapper = php_stream_locate_url_wrapper(filename, NULL, 0); wrapper 669 ext/standard/filestat.c if(wrapper != &php_plain_files_wrapper || strncasecmp("file://", filename, 7) == 0) { wrapper 670 ext/standard/filestat.c if(wrapper && wrapper->wops->stream_metadata) { wrapper 671 ext/standard/filestat.c if(wrapper->wops->stream_metadata(wrapper, filename, PHP_STREAM_META_ACCESS, &mode, NULL)) { wrapper 710 ext/standard/filestat.c php_stream_wrapper *wrapper; wrapper 740 ext/standard/filestat.c wrapper = php_stream_locate_url_wrapper(filename, NULL, 0); wrapper 741 ext/standard/filestat.c if(wrapper != &php_plain_files_wrapper || strncasecmp("file://", filename, 7) == 0) { wrapper 742 ext/standard/filestat.c if(wrapper && wrapper->wops->stream_metadata) { wrapper 743 ext/standard/filestat.c if(wrapper->wops->stream_metadata(wrapper, filename, PHP_STREAM_META_TOUCH, newtime, NULL)) { wrapper 849 ext/standard/filestat.c php_stream_wrapper *wrapper; wrapper 855 ext/standard/filestat.c if ((wrapper = php_stream_locate_url_wrapper(filename, &local, 0)) == &php_plain_files_wrapper && php_check_open_basedir(local)) { wrapper 860 ext/standard/filestat.c if (wrapper == &php_plain_files_wrapper) { wrapper 941 ext/standard/filestat.c if (wrapper == &php_plain_files_wrapper) { wrapper 94 ext/standard/ftp_fopen_wrapper.c static int php_stream_ftp_stream_stat(php_stream_wrapper *wrapper, php_stream *stream, php_stream_statbuf *ssb) wrapper 104 ext/standard/ftp_fopen_wrapper.c static int php_stream_ftp_stream_close(php_stream_wrapper *wrapper, php_stream *stream) wrapper 133 ext/standard/ftp_fopen_wrapper.c static php_stream *php_ftp_fopen_connect(php_stream_wrapper *wrapper, const char *path, const char *mode, int options, wrapper 208 ext/standard/ftp_fopen_wrapper.c php_stream_wrapper_log_error(wrapper, options, "Unable to activate SSL mode"); wrapper 239 ext/standard/ftp_fopen_wrapper.c php_stream_wrapper_log_error(wrapper, options, err_msg, val); \ wrapper 414 ext/standard/ftp_fopen_wrapper.c php_stream * php_stream_url_wrap_ftp(php_stream_wrapper *wrapper, const char *path, const char *mode, wrapper 439 ext/standard/ftp_fopen_wrapper.c php_stream_wrapper_log_error(wrapper, options, "FTP does not support simultaneous read/write connections"); wrapper 450 ext/standard/ftp_fopen_wrapper.c php_stream_wrapper_log_error(wrapper, options, "Unknown file open mode"); wrapper 458 ext/standard/ftp_fopen_wrapper.c return php_stream_url_wrap_http(wrapper, path, mode, options, opened_path, context STREAMS_CC); wrapper 461 ext/standard/ftp_fopen_wrapper.c php_stream_wrapper_log_error(wrapper, options, "FTP proxy may only be used in read mode"); wrapper 466 ext/standard/ftp_fopen_wrapper.c stream = php_ftp_fopen_connect(wrapper, path, mode, options, opened_path, context, &reuseid, &resource, &use_ssl, &use_ssl_on_data); wrapper 513 ext/standard/ftp_fopen_wrapper.c php_stream_wrapper_log_error(wrapper, options, "Remote file already exists and overwrite context option not specified"); wrapper 537 ext/standard/ftp_fopen_wrapper.c php_stream_wrapper_log_error(wrapper, options, "Unable to resume from offset %pd", Z_LVAL_P(tmpzval)); wrapper 581 ext/standard/ftp_fopen_wrapper.c php_stream_wrapper_log_error(wrapper, options, "Unable to activate SSL mode"); wrapper 602 ext/standard/ftp_fopen_wrapper.c php_stream_wrapper_log_error(wrapper, options, "FTP server reports %s", tmp_line); wrapper 686 ext/standard/ftp_fopen_wrapper.c php_stream * php_stream_ftp_opendir(php_stream_wrapper *wrapper, const char *path, const char *mode, int options, wrapper 699 ext/standard/ftp_fopen_wrapper.c stream = php_ftp_fopen_connect(wrapper, path, mode, options, opened_path, context, &reuseid, &resource, &use_ssl, &use_ssl_on_data); wrapper 744 ext/standard/ftp_fopen_wrapper.c php_stream_wrapper_log_error(wrapper, options, "Unable to activate SSL mode"); wrapper 768 ext/standard/ftp_fopen_wrapper.c php_stream_wrapper_log_error(wrapper, options, "FTP server reports %s", tmp_line); wrapper 776 ext/standard/ftp_fopen_wrapper.c static int php_stream_ftp_url_stat(php_stream_wrapper *wrapper, const char *url, int flags, php_stream_statbuf *ssb, php_stream_context *context) wrapper 786 ext/standard/ftp_fopen_wrapper.c stream = php_ftp_fopen_connect(wrapper, url, "r", 0, NULL, context, NULL, &resource, NULL, NULL); wrapper 899 ext/standard/ftp_fopen_wrapper.c static int php_stream_ftp_unlink(php_stream_wrapper *wrapper, const char *url, int options, php_stream_context *context) wrapper 906 ext/standard/ftp_fopen_wrapper.c stream = php_ftp_fopen_connect(wrapper, url, "r", 0, NULL, NULL, NULL, &resource, NULL, NULL); wrapper 949 ext/standard/ftp_fopen_wrapper.c static int php_stream_ftp_rename(php_stream_wrapper *wrapper, const char *url_from, const char *url_to, int options, php_stream_context *context) wrapper 977 ext/standard/ftp_fopen_wrapper.c stream = php_ftp_fopen_connect(wrapper, url_from, "r", 0, NULL, NULL, NULL, NULL, NULL, NULL); wrapper 1028 ext/standard/ftp_fopen_wrapper.c static int php_stream_ftp_mkdir(php_stream_wrapper *wrapper, const char *url, int mode, int options, php_stream_context *context) wrapper 1035 ext/standard/ftp_fopen_wrapper.c stream = php_ftp_fopen_connect(wrapper, url, "r", 0, NULL, NULL, NULL, &resource, NULL, NULL); wrapper 1122 ext/standard/ftp_fopen_wrapper.c static int php_stream_ftp_rmdir(php_stream_wrapper *wrapper, const char *url, int options, php_stream_context *context) wrapper 1129 ext/standard/ftp_fopen_wrapper.c stream = php_ftp_fopen_connect(wrapper, url, "r", 0, NULL, NULL, NULL, &resource, NULL, NULL); wrapper 112 ext/standard/http_fopen_wrapper.c php_stream *php_stream_url_wrap_http_ex(php_stream_wrapper *wrapper, wrapper 153 ext/standard/http_fopen_wrapper.c php_stream_wrapper_log_error(wrapper, options, "Redirection limit reached, aborting"); wrapper 164 ext/standard/http_fopen_wrapper.c (tmpzval = php_stream_context_get_option(context, wrapper->wops->label, "proxy")) == NULL || wrapper 181 ext/standard/http_fopen_wrapper.c php_stream_wrapper_log_error(wrapper, options, "HTTP wrapper does not support writeable connections"); wrapper 194 ext/standard/http_fopen_wrapper.c (tmpzval = php_stream_context_get_option(context, wrapper->wops->label, "proxy")) != NULL && wrapper 205 ext/standard/http_fopen_wrapper.c if (context && (tmpzval = php_stream_context_get_option(context, wrapper->wops->label, "timeout")) != NULL) { wrapper 232 ext/standard/http_fopen_wrapper.c php_stream_wrapper_log_error(wrapper, options, "%s", ZSTR_VAL(errstr)); wrapper 315 ext/standard/http_fopen_wrapper.c php_stream_wrapper_log_error(wrapper, options, "Cannot connect to HTTPS server through proxy"); wrapper 338 ext/standard/http_fopen_wrapper.c php_stream_wrapper_log_error(wrapper, options, "Cannot connect to HTTPS server through proxy"); wrapper 730 ext/standard/http_fopen_wrapper.c php_stream_wrapper_log_error(wrapper, options, "HTTP request failed, unexpected end of socket!"); wrapper 745 ext/standard/http_fopen_wrapper.c php_stream_wrapper_log_error(wrapper, options, "Failed to read HTTP headers"); wrapper 865 ext/standard/http_fopen_wrapper.c php_stream_wrapper_log_error(wrapper, options, "Invalid redirect URL! %s", new_path); wrapper 877 ext/standard/http_fopen_wrapper.c php_stream_wrapper_log_error(wrapper, options, "Invalid redirect URL! %s", new_path); \ wrapper 890 ext/standard/http_fopen_wrapper.c stream = php_stream_url_wrap_http_ex(wrapper, new_path, mode, options, opened_path, context, --redirect_max, HTTP_WRAPPER_REDIRECTED STREAMS_CC); wrapper 892 ext/standard/http_fopen_wrapper.c php_stream_wrapper_log_error(wrapper, options, "HTTP request failed! %s", tmp_line); wrapper 947 ext/standard/http_fopen_wrapper.c php_stream *php_stream_url_wrap_http(php_stream_wrapper *wrapper, const char *path, const char *mode, int options, zend_string **opened_path, php_stream_context *context STREAMS_DC) /* {{{ */ wrapper 949 ext/standard/http_fopen_wrapper.c return php_stream_url_wrap_http_ex(wrapper, path, mode, options, opened_path, context, PHP_URL_REDIRECT_MAX, HTTP_WRAPPER_HEADER_INIT STREAMS_CC); wrapper 953 ext/standard/http_fopen_wrapper.c static int php_stream_http_stream_stat(php_stream_wrapper *wrapper, php_stream *stream, php_stream_statbuf *ssb) /* {{{ */ wrapper 174 ext/standard/php_fopen_wrapper.c php_stream * php_stream_url_wrap_php(php_stream_wrapper *wrapper, const char *path, const char *mode, int options, wrapper 321 ext/standard/php_fopen_wrapper.c php_stream_wrapper_log_error(wrapper, options, wrapper 333 ext/standard/php_fopen_wrapper.c php_stream_wrapper_log_error(wrapper, options, wrapper 340 ext/standard/php_fopen_wrapper.c php_stream_wrapper_log_error(wrapper, options, wrapper 26 ext/standard/php_fopen_wrappers.h php_stream *php_stream_url_wrap_http(php_stream_wrapper *wrapper, const char *path, const char *mode, int options, zend_string **opened_path, php_stream_context *context STREAMS_DC); wrapper 27 ext/standard/php_fopen_wrappers.h php_stream *php_stream_url_wrap_ftp(php_stream_wrapper *wrapper, const char *path, const char *mode, int options, zend_string **opened_path, php_stream_context *context STREAMS_DC); wrapper 43 ext/standard/streamsfuncs.c #define GET_CTX_OPT(stream, wrapper, name, val) (PHP_STREAM_CONTEXT(stream) && NULL != (val = php_stream_context_get_option(PHP_STREAM_CONTEXT(stream), wrapper, name))) wrapper 520 ext/standard/streamsfuncs.c if (stream->wrapper) { wrapper 521 ext/standard/streamsfuncs.c add_assoc_string(return_value, "wrapper_type", (char *)stream->wrapper->wops->label); wrapper 1590 ext/standard/streamsfuncs.c php_stream_wrapper *wrapper = NULL; wrapper 1601 ext/standard/streamsfuncs.c wrapper = stream->wrapper; wrapper 1605 ext/standard/streamsfuncs.c wrapper = php_stream_locate_url_wrapper(Z_STRVAL_P(zstream), NULL, 0); wrapper 1608 ext/standard/streamsfuncs.c if (!wrapper) { wrapper 1612 ext/standard/streamsfuncs.c RETURN_BOOL(wrapper->is_url==0); wrapper 280 ext/xmlrpc/libxmlrpc/xml_to_dandarpc.c xml_element* wrapper = NULL; wrapper 289 ext/xmlrpc/libxmlrpc/xml_to_dandarpc.c wrapper = xml_elem_new(); wrapper 298 ext/xmlrpc/libxmlrpc/xml_to_dandarpc.c wrapper->name = strdup(pStr); wrapper 304 ext/xmlrpc/libxmlrpc/xml_to_dandarpc.c Q_PushTail(&root->children, wrapper); wrapper 312 ext/xmlrpc/libxmlrpc/xml_to_dandarpc.c Q_PushTail(&wrapper->children, method); wrapper 314 ext/xmlrpc/libxmlrpc/xml_to_dandarpc.c Q_PushTail(&wrapper->children, wrapper 372 ext/xmlrpc/libxmlrpc/xml_to_xmlrpc.c xml_element* wrapper = NULL; wrapper 378 ext/xmlrpc/libxmlrpc/xml_to_xmlrpc.c wrapper = xml_elem_new(); wrapper 387 ext/xmlrpc/libxmlrpc/xml_to_xmlrpc.c wrapper->name = strdup(pStr); wrapper 397 ext/xmlrpc/libxmlrpc/xml_to_xmlrpc.c Q_PushTail(&wrapper->children, method); wrapper 401 ext/xmlrpc/libxmlrpc/xml_to_xmlrpc.c Q_PushTail(&wrapper->children, wrapper 408 ext/xmlrpc/libxmlrpc/xml_to_xmlrpc.c Q_PushTail(&wrapper->children, params); wrapper 411 ext/xmlrpc/libxmlrpc/xml_to_xmlrpc.c return wrapper; wrapper 185 ext/xsl/php_xsl.c static void xsl_object_set_data(void *obj, zval *wrapper) wrapper 187 ext/xsl/php_xsl.c ((xsltStylesheetPtr) obj)->_private = wrapper; wrapper 192 ext/xsl/php_xsl.c void php_xsl_set_object(zval *wrapper, void *obj) wrapper 196 ext/xsl/php_xsl.c object = Z_XSL_P(wrapper); wrapper 198 ext/xsl/php_xsl.c xsl_object_set_data(obj, wrapper); wrapper 205 ext/xsl/php_xsl.c zval *wrapper; wrapper 209 ext/xsl/php_xsl.c wrapper = wrapper_in; wrapper 210 ext/xsl/php_xsl.c ZVAL_NULL(wrapper); wrapper 214 ext/xsl/php_xsl.c if ((wrapper = xsl_object_get_data((void *) obj))) { wrapper 215 ext/xsl/php_xsl.c ZVAL_COPY(wrapper, wrapper_in); wrapper 220 ext/xsl/php_xsl.c wrapper = return_value; wrapper 222 ext/xsl/php_xsl.c wrapper = wrapper_in; wrapper 229 ext/xsl/php_xsl.c object_init_ex(wrapper, ce); wrapper 231 ext/xsl/php_xsl.c php_xsl_set_object(wrapper, (void *) obj); wrapper 81 ext/xsl/php_xsl.h void php_xsl_set_object(zval *wrapper, void *obj); wrapper 92 ext/zip/php_zip.h php_stream *php_stream_zip_opener(php_stream_wrapper *wrapper, const char *path, const char *mode, int options, zend_string **opened_path, php_stream_context *context STREAMS_DC); wrapper 260 ext/zip/zip_stream.c php_stream *php_stream_zip_opener(php_stream_wrapper *wrapper, wrapper 68 ext/zlib/php_zlib.h php_stream *php_stream_gzopen(php_stream_wrapper *wrapper, const char *path, const char *mode, int options, zend_string **opened_path, php_stream_context *context STREAMS_DC); wrapper 113 ext/zlib/zlib_fopen_wrapper.c php_stream *php_stream_gzopen(php_stream_wrapper *wrapper, const char *path, const char *mode, int options, wrapper 485 main/fopen_wrappers.c php_stream_wrapper *wrapper; wrapper 495 main/fopen_wrappers.c wrapper = php_stream_locate_url_wrapper(filename, &actual_path, STREAM_OPEN_FOR_INCLUDE); wrapper 496 main/fopen_wrappers.c if (wrapper == &php_plain_files_wrapper) { wrapper 553 main/fopen_wrappers.c wrapper = php_stream_locate_url_wrapper(trypath, &actual_path, STREAM_OPEN_FOR_INCLUDE); wrapper 554 main/fopen_wrappers.c if (!wrapper) { wrapper 556 main/fopen_wrappers.c } else if (wrapper != &php_plain_files_wrapper) { wrapper 557 main/fopen_wrappers.c if (wrapper->wops->url_stat) { wrapper 560 main/fopen_wrappers.c if (SUCCESS == wrapper->wops->url_stat(wrapper, trypath, 0, &ssb, NULL)) { wrapper 589 main/fopen_wrappers.c wrapper = php_stream_locate_url_wrapper(trypath, &actual_path, STREAM_OPEN_FOR_INCLUDE); wrapper 590 main/fopen_wrappers.c if (!wrapper) { wrapper 592 main/fopen_wrappers.c } else if (wrapper != &php_plain_files_wrapper) { wrapper 593 main/fopen_wrappers.c if (wrapper->wops->url_stat) { wrapper 596 main/fopen_wrappers.c if (SUCCESS == wrapper->wops->url_stat(wrapper, trypath, 0, &ssb, NULL)) { wrapper 136 main/php_streams.h php_stream *(*stream_opener)(php_stream_wrapper *wrapper, const char *filename, const char *mode, wrapper 139 main/php_streams.h int (*stream_closer)(php_stream_wrapper *wrapper, php_stream *stream); wrapper 141 main/php_streams.h int (*stream_stat)(php_stream_wrapper *wrapper, php_stream *stream, php_stream_statbuf *ssb); wrapper 143 main/php_streams.h int (*url_stat)(php_stream_wrapper *wrapper, const char *url, int flags, php_stream_statbuf *ssb, php_stream_context *context); wrapper 145 main/php_streams.h php_stream *(*dir_opener)(php_stream_wrapper *wrapper, const char *filename, const char *mode, wrapper 151 main/php_streams.h int (*unlink)(php_stream_wrapper *wrapper, const char *url, int options, php_stream_context *context); wrapper 154 main/php_streams.h int (*rename)(php_stream_wrapper *wrapper, const char *url_from, const char *url_to, int options, php_stream_context *context); wrapper 157 main/php_streams.h int (*stream_mkdir)(php_stream_wrapper *wrapper, const char *url, int mode, int options, php_stream_context *context); wrapper 158 main/php_streams.h int (*stream_rmdir)(php_stream_wrapper *wrapper, const char *url, int options, php_stream_context *context); wrapper 160 main/php_streams.h int (*stream_metadata)(php_stream_wrapper *wrapper, const char *url, int options, void *value, php_stream_context *context); wrapper 196 main/php_streams.h php_stream_wrapper *wrapper; /* which wrapper was used to open the stream */ wrapper 560 main/php_streams.h PHPAPI int php_register_url_stream_wrapper(const char *protocol, php_stream_wrapper *wrapper); wrapper 562 main/php_streams.h PHPAPI int php_register_url_stream_wrapper_volatile(const char *protocol, php_stream_wrapper *wrapper); wrapper 572 main/php_streams.h PHPAPI void php_stream_wrapper_log_error(php_stream_wrapper *wrapper, int options, const char *fmt, ...) PHP_ATTRIBUTE_FORMAT(printf, 3, 4); wrapper 209 main/streams/glob_wrapper.c static php_stream *php_glob_stream_opener(php_stream_wrapper *wrapper, const char *path, const char *mode, wrapper 621 main/streams/memory.c static php_stream * php_stream_url_wrap_rfc2397(php_stream_wrapper *wrapper, const char *path, wrapper 648 main/streams/memory.c php_stream_wrapper_log_error(wrapper, options, "rfc2397: no comma in URL"); wrapper 660 main/streams/memory.c php_stream_wrapper_log_error(wrapper, options, "rfc2397: illegal media type"); wrapper 675 main/streams/memory.c php_stream_wrapper_log_error(wrapper, options, "rfc2397: illegal media type"); wrapper 688 main/streams/memory.c php_stream_wrapper_log_error(wrapper, options, "rfc2397: illegal parameter"); wrapper 710 main/streams/memory.c php_stream_wrapper_log_error(wrapper, options, "rfc2397: illegal URL"); wrapper 726 main/streams/memory.c php_stream_wrapper_log_error(wrapper, options, "rfc2397: unable to decode"); wrapper 65 main/streams/php_streams_int.h void php_stream_tidy_wrapper_error_log(php_stream_wrapper *wrapper); wrapper 66 main/streams/php_streams_int.h void php_stream_display_wrapper_errors(php_stream_wrapper *wrapper, const char *path, const char *caption); wrapper 216 main/streams/plain_wrapper.c stream->wrapper = &php_plain_files_wrapper; wrapper 912 main/streams/plain_wrapper.c static php_stream *php_plain_files_dir_opener(php_stream_wrapper *wrapper, const char *path, const char *mode, wrapper 1047 main/streams/plain_wrapper.c static php_stream *php_plain_files_stream_opener(php_stream_wrapper *wrapper, const char *path, const char *mode, wrapper 1057 main/streams/plain_wrapper.c static int php_plain_files_url_stater(php_stream_wrapper *wrapper, const char *url, int flags, php_stream_statbuf *ssb, php_stream_context *context) wrapper 1081 main/streams/plain_wrapper.c static int php_plain_files_unlink(php_stream_wrapper *wrapper, const char *url, int options, php_stream_context *context) wrapper 1107 main/streams/plain_wrapper.c static int php_plain_files_rename(php_stream_wrapper *wrapper, const char *url_from, const char *url_to, int options, php_stream_context *context) wrapper 1191 main/streams/plain_wrapper.c static int php_plain_files_mkdir(php_stream_wrapper *wrapper, const char *dir, int mode, int options, php_stream_context *context) wrapper 1277 main/streams/plain_wrapper.c static int php_plain_files_rmdir(php_stream_wrapper *wrapper, const char *url, int options, php_stream_context *context) wrapper 1305 main/streams/plain_wrapper.c static int php_plain_files_metadata(php_stream_wrapper *wrapper, const char *url, int option, void *value, php_stream_context *context) wrapper 140 main/streams/streams.c static zend_llist *php_get_wrapper_errors_list(php_stream_wrapper *wrapper) wrapper 145 main/streams/streams.c return (zend_llist*) zend_hash_str_find_ptr(FG(wrapper_errors), (const char*)&wrapper, sizeof(wrapper)); wrapper 150 main/streams/streams.c void php_stream_display_wrapper_errors(php_stream_wrapper *wrapper, const char *path, const char *caption) wrapper 156 main/streams/streams.c if (wrapper) { wrapper 157 main/streams/streams.c zend_llist *err_list = php_get_wrapper_errors_list(wrapper); wrapper 196 main/streams/streams.c if (wrapper == &php_plain_files_wrapper) { wrapper 214 main/streams/streams.c void php_stream_tidy_wrapper_error_log(php_stream_wrapper *wrapper) wrapper 216 main/streams/streams.c if (wrapper && FG(wrapper_errors)) { wrapper 217 main/streams/streams.c zend_hash_str_del(FG(wrapper_errors), (const char*)&wrapper, sizeof(wrapper)); wrapper 232 main/streams/streams.c PHPAPI void php_stream_wrapper_log_error(php_stream_wrapper *wrapper, int options, const char *fmt, ...) wrapper 241 main/streams/streams.c if (options & REPORT_ERRORS || wrapper == NULL) { wrapper 250 main/streams/streams.c list = zend_hash_str_find_ptr(FG(wrapper_errors), (const char*)&wrapper, sizeof(wrapper)); wrapper 256 main/streams/streams.c list = zend_hash_str_update_mem(FG(wrapper_errors), (const char*)&wrapper, wrapper 257 main/streams/streams.c sizeof(wrapper), &new_list, sizeof(new_list)); wrapper 313 main/streams/streams.c ret->wrapper = NULL; wrapper 486 main/streams/streams.c if (stream->wrapper && stream->wrapper->wops && stream->wrapper->wops->stream_closer) { wrapper 487 main/streams/streams.c stream->wrapper->wops->stream_closer(stream->wrapper, stream); wrapper 488 main/streams/streams.c stream->wrapper = NULL; wrapper 744 main/streams/streams.c if (stream->wrapper != &php_plain_files_wrapper) { wrapper 810 main/streams/streams.c if (stream->wrapper && stream->wrapper->wops->stream_stat != NULL) { wrapper 811 main/streams/streams.c return stream->wrapper->wops->stream_stat(stream->wrapper, stream, ssb); wrapper 1701 main/streams/streams.c PHPAPI int php_register_url_stream_wrapper(const char *protocol, php_stream_wrapper *wrapper) wrapper 1709 main/streams/streams.c return zend_hash_str_add_ptr(&url_stream_wrappers_hash, protocol, protocol_len, wrapper) ? SUCCESS : FAILURE; wrapper 1725 main/streams/streams.c PHPAPI int php_register_url_stream_wrapper_volatile(const char *protocol, php_stream_wrapper *wrapper) wrapper 1737 main/streams/streams.c return zend_hash_str_add_ptr(FG(stream_wrappers), protocol, protocol_len, wrapper) ? SUCCESS : FAILURE; wrapper 1754 main/streams/streams.c php_stream_wrapper *wrapper = NULL; wrapper 1781 main/streams/streams.c if (NULL == (wrapper = zend_hash_str_find_ptr(wrapper_hash, (char*)tmp, n))) { wrapper 1783 main/streams/streams.c if (NULL == (wrapper = zend_hash_str_find_ptr(wrapper_hash, (char*)tmp, n))) { wrapper 1793 main/streams/streams.c wrapper = NULL; wrapper 1845 main/streams/streams.c if (wrapper) { wrapper 1847 main/streams/streams.c return wrapper; wrapper 1851 main/streams/streams.c if ((wrapper = zend_hash_str_find_ptr(wrapper_hash, "file", sizeof("file")-1)) != NULL) { wrapper 1852 main/streams/streams.c return wrapper; wrapper 1864 main/streams/streams.c if (wrapper && wrapper->is_url && wrapper 1882 main/streams/streams.c return wrapper; wrapper 1890 main/streams/streams.c php_stream_wrapper *wrapper = NULL; wrapper 1892 main/streams/streams.c wrapper = php_stream_locate_url_wrapper(path, NULL, 0); wrapper 1893 main/streams/streams.c if (!wrapper || !wrapper->wops || !wrapper->wops->stream_mkdir) { wrapper 1897 main/streams/streams.c return wrapper->wops->stream_mkdir(wrapper, path, mode, options, context); wrapper 1905 main/streams/streams.c php_stream_wrapper *wrapper = NULL; wrapper 1907 main/streams/streams.c wrapper = php_stream_locate_url_wrapper(path, NULL, 0); wrapper 1908 main/streams/streams.c if (!wrapper || !wrapper->wops || !wrapper->wops->stream_rmdir) { wrapper 1912 main/streams/streams.c return wrapper->wops->stream_rmdir(wrapper, path, options, context); wrapper 1919 main/streams/streams.c php_stream_wrapper *wrapper = NULL; wrapper 1938 main/streams/streams.c wrapper = php_stream_locate_url_wrapper(path, &path_to_open, 0); wrapper 1939 main/streams/streams.c if (wrapper && wrapper->wops->url_stat) { wrapper 1940 main/streams/streams.c ret = wrapper->wops->url_stat(wrapper, path_to_open, flags, ssb, context); wrapper 1970 main/streams/streams.c php_stream_wrapper *wrapper = NULL; wrapper 1979 main/streams/streams.c wrapper = php_stream_locate_url_wrapper(path, &path_to_open, options); wrapper 1981 main/streams/streams.c if (wrapper && wrapper->wops->dir_opener) { wrapper 1982 main/streams/streams.c stream = wrapper->wops->dir_opener(wrapper, wrapper 1987 main/streams/streams.c stream->wrapper = wrapper; wrapper 1990 main/streams/streams.c } else if (wrapper) { wrapper 1991 main/streams/streams.c php_stream_wrapper_log_error(wrapper, options ^ REPORT_ERRORS, "not implemented"); wrapper 1994 main/streams/streams.c php_stream_display_wrapper_errors(wrapper, path, "failed to open dir"); wrapper 1996 main/streams/streams.c php_stream_tidy_wrapper_error_log(wrapper); wrapper 2019 main/streams/streams.c php_stream_wrapper *wrapper = NULL; wrapper 2046 main/streams/streams.c wrapper = php_stream_locate_url_wrapper(path, &path_to_open, options); wrapper 2047 main/streams/streams.c if (options & STREAM_USE_URL && (!wrapper || !wrapper->is_url)) { wrapper 2055 main/streams/streams.c if (wrapper) { wrapper 2056 main/streams/streams.c if (!wrapper->wops->stream_opener) { wrapper 2057 main/streams/streams.c php_stream_wrapper_log_error(wrapper, options ^ REPORT_ERRORS, wrapper 2060 main/streams/streams.c stream = wrapper->wops->stream_opener(wrapper, wrapper 2068 main/streams/streams.c php_stream_wrapper_log_error(wrapper, options ^ REPORT_ERRORS, wrapper 2075 main/streams/streams.c stream->wrapper = wrapper; wrapper 2140 main/streams/streams.c php_stream_display_wrapper_errors(wrapper, path, "failed to open stream"); wrapper 2146 main/streams/streams.c php_stream_tidy_wrapper_error_log(wrapper); wrapper 45 main/streams/userspace.c php_stream_wrapper wrapper; wrapper 48 main/streams/userspace.c static php_stream *user_wrapper_opener(php_stream_wrapper *wrapper, const char *filename, const char *mode, int options, zend_string **opened_path, php_stream_context *context STREAMS_DC); wrapper 49 main/streams/userspace.c static int user_wrapper_stat_url(php_stream_wrapper *wrapper, const char *url, int flags, php_stream_statbuf *ssb, php_stream_context *context); wrapper 50 main/streams/userspace.c static int user_wrapper_unlink(php_stream_wrapper *wrapper, const char *url, int options, php_stream_context *context); wrapper 51 main/streams/userspace.c static int user_wrapper_rename(php_stream_wrapper *wrapper, const char *url_from, const char *url_to, int options, php_stream_context *context); wrapper 52 main/streams/userspace.c static int user_wrapper_mkdir(php_stream_wrapper *wrapper, const char *url, int mode, int options, php_stream_context *context); wrapper 53 main/streams/userspace.c static int user_wrapper_rmdir(php_stream_wrapper *wrapper, const char *url, int options, php_stream_context *context); wrapper 54 main/streams/userspace.c static int user_wrapper_metadata(php_stream_wrapper *wrapper, const char *url, int option, void *value, php_stream_context *context); wrapper 55 main/streams/userspace.c static php_stream *user_wrapper_opendir(php_stream_wrapper *wrapper, const char *filename, const char *mode, wrapper 122 main/streams/userspace.c struct php_user_stream_wrapper * wrapper; wrapper 327 main/streams/userspace.c static php_stream *user_wrapper_opener(php_stream_wrapper *wrapper, const char *filename, const char *mode, wrapper 330 main/streams/userspace.c struct php_user_stream_wrapper *uwrap = (struct php_user_stream_wrapper*)wrapper->abstract; wrapper 340 main/streams/userspace.c php_stream_wrapper_log_error(wrapper, options, "infinite recursion prevented"); wrapper 350 main/streams/userspace.c if(uwrap->wrapper.is_url == 0 && wrapper 357 main/streams/userspace.c us->wrapper = uwrap; wrapper 394 main/streams/userspace.c php_stream_wrapper_log_error(wrapper, options, "\"%s::" USERSTREAM_OPEN "\" call failed", wrapper 395 main/streams/userspace.c us->wrapper->classname); wrapper 417 main/streams/userspace.c static php_stream *user_wrapper_opendir(php_stream_wrapper *wrapper, const char *filename, const char *mode, wrapper 420 main/streams/userspace.c struct php_user_stream_wrapper *uwrap = (struct php_user_stream_wrapper*)wrapper->abstract; wrapper 429 main/streams/userspace.c php_stream_wrapper_log_error(wrapper, options, "infinite recursion prevented"); wrapper 435 main/streams/userspace.c us->wrapper = uwrap; wrapper 464 main/streams/userspace.c php_stream_wrapper_log_error(wrapper, options, "\"%s::" USERSTREAM_DIR_OPEN "\" call failed", wrapper 465 main/streams/userspace.c us->wrapper->classname); wrapper 502 main/streams/userspace.c uwrap->wrapper.wops = &user_stream_wops; wrapper 503 main/streams/userspace.c uwrap->wrapper.abstract = uwrap; wrapper 504 main/streams/userspace.c uwrap->wrapper.is_url = ((flags & PHP_STREAM_IS_URL) != 0); wrapper 509 main/streams/userspace.c if (php_register_url_stream_wrapper_volatile(ZSTR_VAL(protocol), &uwrap->wrapper) == SUCCESS) { wrapper 555 main/streams/userspace.c php_stream_wrapper *wrapper; wrapper 568 main/streams/userspace.c if ((wrapper = zend_hash_find_ptr(global_wrapper_hash, protocol)) == NULL) { wrapper 576 main/streams/userspace.c if (php_register_url_stream_wrapper_volatile(ZSTR_VAL(protocol), wrapper) == FAILURE) { wrapper 620 main/streams/userspace.c us->wrapper->classname); wrapper 626 main/streams/userspace.c us->wrapper->classname, wrapper 670 main/streams/userspace.c us->wrapper->classname, (zend_long)(didread - count), (zend_long)didread, (zend_long)count); wrapper 677 main/streams/userspace.c us->wrapper->classname); wrapper 698 main/streams/userspace.c us->wrapper->classname); wrapper 824 main/streams/userspace.c php_error_docref(NULL, E_WARNING, "%s::" USERSTREAM_TELL " is not implemented!", us->wrapper->classname); wrapper 902 main/streams/userspace.c us->wrapper->classname); wrapper 931 main/streams/userspace.c us->wrapper->classname); wrapper 972 main/streams/userspace.c us->wrapper->classname); wrapper 1011 main/streams/userspace.c us->wrapper->classname); wrapper 1016 main/streams/userspace.c us->wrapper->classname); wrapper 1071 main/streams/userspace.c us->wrapper->classname); wrapper 1093 main/streams/userspace.c static int user_wrapper_unlink(php_stream_wrapper *wrapper, const char *url, int options, php_stream_context *context) wrapper 1095 main/streams/userspace.c struct php_user_stream_wrapper *uwrap = (struct php_user_stream_wrapper*)wrapper->abstract; wrapper 1136 main/streams/userspace.c static int user_wrapper_rename(php_stream_wrapper *wrapper, const char *url_from, const char *url_to, wrapper 1139 main/streams/userspace.c struct php_user_stream_wrapper *uwrap = (struct php_user_stream_wrapper*)wrapper->abstract; wrapper 1182 main/streams/userspace.c static int user_wrapper_mkdir(php_stream_wrapper *wrapper, const char *url, int mode, wrapper 1185 main/streams/userspace.c struct php_user_stream_wrapper *uwrap = (struct php_user_stream_wrapper*)wrapper->abstract; wrapper 1230 main/streams/userspace.c static int user_wrapper_rmdir(php_stream_wrapper *wrapper, const char *url, wrapper 1233 main/streams/userspace.c struct php_user_stream_wrapper *uwrap = (struct php_user_stream_wrapper*)wrapper->abstract; wrapper 1276 main/streams/userspace.c static int user_wrapper_metadata(php_stream_wrapper *wrapper, const char *url, int option, wrapper 1279 main/streams/userspace.c struct php_user_stream_wrapper *uwrap = (struct php_user_stream_wrapper*)wrapper->abstract; wrapper 1349 main/streams/userspace.c static int user_wrapper_stat_url(php_stream_wrapper *wrapper, const char *url, int flags, wrapper 1352 main/streams/userspace.c struct php_user_stream_wrapper *uwrap = (struct php_user_stream_wrapper*)wrapper->abstract; wrapper 1430 main/streams/userspace.c us->wrapper->classname); wrapper 1516 main/streams/userspace.c us->wrapper->classname); wrapper 1525 main/streams/userspace.c us->wrapper->classname); wrapper 1530 main/streams/userspace.c us->wrapper->classname);