| /PHP_5_4/ext/spl/internal/ |
| H A D | iteratoriterator.inc | 13 * @brief Basic Iterator wrapper 16 * This iterator wrapper allows to convert anything that is traversable into
|
| H A D | norewinditerator.inc | 13 * @brief An Iterator wrapper that doesn't call rewind
|
| /PHP_5_4/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_4/ext/mysql/tests/ |
| H A D | connect.inc | 23 /* wrapper to simplify test porting */
|
| /PHP_5_4/ext/bz2/ |
| H A D | php_bz2.h | 50 PHP_BZ2_API php_stream *_php_stream_bz2open(php_stream_wrapper *wrapper, char *path, char *mode, int options, char **opened_path, php_stream_context *context STREAMS_DC TSRMLS_DC); 54 #define php_stream_bz2open(wrapper, path, mode, options, opened_path) _php_stream_bz2open((wrapper), (path), (mode), (options), (opened_path), NULL STREAMS_CC TSRMLS_CC)
|
| /PHP_5_4/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 | php_fopen_wrappers.h | 26 php_stream *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); 27 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);
|
| 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...] |
| /PHP_5_4/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...] |
| H A D | php_xsl.h | 72 void php_xsl_set_object(zval *wrapper, void *obj TSRMLS_DC);
|
| /PHP_5_4/ext/zip/ |
| H A D | php_zip.h | 84 php_stream *php_stream_zip_opener(php_stream_wrapper *wrapper, char *path, char *mode, int options, char **opened_path, php_stream_context *context STREAMS_DC TSRMLS_DC);
|
| /PHP_5_4/ext/zlib/ |
| H A D | php_zlib.h | 61 php_stream *php_stream_gzopen(php_stream_wrapper *wrapper, char *path, char *mode, int options, char **opened_path, php_stream_context *context STREAMS_DC TSRMLS_DC);
|
| /PHP_5_4/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 196 php_stream_wrapper *wrapper; /* which wrapper was used to open the stream */ member in struct:_php_stream [all...] |
| /PHP_5_4/main/streams/ |
| 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 | php_streams_int.h | 69 void php_stream_tidy_wrapper_error_log(php_stream_wrapper *wrapper TSRMLS_DC); 70 void php_stream_display_wrapper_errors(php_stream_wrapper *wrapper, const char *path, const char *caption TSRMLS_DC);
|
| 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 1890 php_stream_wrapper *wrapper = NULL; local 1905 php_stream_wrapper *wrapper = NULL; local 1919 php_stream_wrapper *wrapper = NULL; local 1966 php_stream_wrapper *wrapper = NULL; local 2015 php_stream_wrapper *wrapper = NULL; local [all...] |
| /PHP_5_4/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 | dirstream.h | 23 int phar_wrapper_mkdir(php_stream_wrapper *wrapper, char *url_from, int mode, int options, php_stream_context *context TSRMLS_DC); 24 int phar_wrapper_rmdir(php_stream_wrapper *wrapper, char *url, int options, php_stream_context *context TSRMLS_DC); 27 php_url* phar_parse_url(php_stream_wrapper *wrapper, char *filename, char *mode, int options TSRMLS_DC); 36 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);
|
| H A D | stream.h | 24 php_url* phar_parse_url(php_stream_wrapper *wrapper, char *filename, char *mode, int options TSRMLS_DC); 27 static php_stream* phar_wrapper_open_url(php_stream_wrapper *wrapper, char *path, char *mode, int options, char **opened_path, php_stream_context *context STREAMS_DC TSRMLS_DC); 28 static int phar_wrapper_rename(php_stream_wrapper *wrapper, char *url_from, char *url_to, int options, php_stream_context *context TSRMLS_DC); 29 static int phar_wrapper_unlink(php_stream_wrapper *wrapper, char *url, int options, php_stream_context *context TSRMLS_DC); 30 static int phar_wrapper_stat(php_stream_wrapper *wrapper, char *url, int flags, php_stream_statbuf *ssb, php_stream_context *context TSRMLS_DC);
|
| 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...] |