Lines Matching refs:php_stream_wrapper

99 typedef struct _php_stream_wrapper php_stream_wrapper;  typedef
134 php_stream *(*stream_opener)(php_stream_wrapper *wrapper, const char *filename, const char *mode,
137 int (*stream_closer)(php_stream_wrapper *wrapper, php_stream *stream);
139 int (*stream_stat)(php_stream_wrapper *wrapper, php_stream *stream, php_stream_statbuf *ssb);
141 …int (*url_stat)(php_stream_wrapper *wrapper, const char *url, int flags, php_stream_statbuf *ssb, …
143 php_stream *(*dir_opener)(php_stream_wrapper *wrapper, const char *filename, const char *mode,
149 …int (*unlink)(php_stream_wrapper *wrapper, const char *url, int options, php_stream_context *conte…
152 …int (*rename)(php_stream_wrapper *wrapper, const char *url_from, const char *url_to, int options, …
155 …int (*stream_mkdir)(php_stream_wrapper *wrapper, const char *url, int mode, int options, php_strea…
156 …int (*stream_rmdir)(php_stream_wrapper *wrapper, const char *url, int options, php_stream_context …
158 …int (*stream_metadata)(php_stream_wrapper *wrapper, const char *url, int options, void *value, php…
194 php_stream_wrapper *wrapper; /* which wrapper was used to open the stream */
564 PHPAPI int php_register_url_stream_wrapper(const char *protocol, const php_stream_wrapper *wrapper);
566 PHPAPI int php_register_url_stream_wrapper_volatile(zend_string *protocol, php_stream_wrapper *wrap…
569 PHPAPI php_stream_wrapper *php_stream_locate_url_wrapper(const char *path, const char **path_for_op…
576 PHPAPI void php_stream_wrapper_log_error(const php_stream_wrapper *wrapper, int options, const char…