Lines Matching refs:php_stream_wrapper

43 	php_stream_wrapper wrapper;
46 static php_stream *user_wrapper_opener(php_stream_wrapper *wrapper, const char *filename, const cha…
47 static int user_wrapper_stat_url(php_stream_wrapper *wrapper, const char *url, int flags, php_strea…
48 static int user_wrapper_unlink(php_stream_wrapper *wrapper, const char *url, int options, php_strea…
49 static int user_wrapper_rename(php_stream_wrapper *wrapper, const char *url_from, const char *url_t…
50 static int user_wrapper_mkdir(php_stream_wrapper *wrapper, const char *url, int mode, int options, …
51 static int user_wrapper_rmdir(php_stream_wrapper *wrapper, const char *url, int options, php_stream…
52 static int user_wrapper_metadata(php_stream_wrapper *wrapper, const char *url, int option, void *va…
53 static php_stream *user_wrapper_opendir(php_stream_wrapper *wrapper, const char *filename, const ch…
329 static php_stream *user_wrapper_opener(php_stream_wrapper *wrapper, const char *filename, const cha… in user_wrapper_opener()
424 static php_stream *user_wrapper_opendir(php_stream_wrapper *wrapper, const char *filename, const ch… in user_wrapper_opendir()
561 php_stream_wrapper *wrapper; in PHP_FUNCTION()
1110 static int user_wrapper_unlink(php_stream_wrapper *wrapper, const char *url, int options, php_strea… in user_wrapper_unlink()
1153 static int user_wrapper_rename(php_stream_wrapper *wrapper, const char *url_from, const char *url_t… in user_wrapper_rename()
1199 static int user_wrapper_mkdir(php_stream_wrapper *wrapper, const char *url, int mode, in user_wrapper_mkdir()
1247 static int user_wrapper_rmdir(php_stream_wrapper *wrapper, const char *url, in user_wrapper_rmdir()
1293 static int user_wrapper_metadata(php_stream_wrapper *wrapper, const char *url, int option, in user_wrapper_metadata()
1366 static int user_wrapper_stat_url(php_stream_wrapper *wrapper, const char *url, int flags, in user_wrapper_stat_url()