Home
last modified time | relevance | path

Searched defs:wrapper (Results 26 – 26 of 26) sorted by path

12

/PHP-5.5/main/streams/
H A Duserspace.c45 php_stream_wrapper wrapper; member
122 struct php_user_stream_wrapper * wrapper; member
335 static php_stream *user_wrapper_opener(php_stream_wrapper *wrapper, char *filename, char *mode, int… in user_wrapper_opener()
440 static php_stream *user_wrapper_opendir(php_stream_wrapper *wrapper, char *filename, char *mode, in user_wrapper_opendir()
588 php_stream_wrapper **wrapperpp = NULL, *wrapper; in PHP_FUNCTION() local
1164 static int user_wrapper_unlink(php_stream_wrapper *wrapper, char *url, int options, php_stream_cont… in user_wrapper_unlink()
1211 static int user_wrapper_rename(php_stream_wrapper *wrapper, char *url_from, char *url_to, int optio… in user_wrapper_rename()
1263 static int user_wrapper_mkdir(php_stream_wrapper *wrapper, char *url, int mode, int options, php_st… in user_wrapper_mkdir()
1321 static int user_wrapper_rmdir(php_stream_wrapper *wrapper, char *url, int options, php_stream_conte… in user_wrapper_rmdir()
1374 static int user_wrapper_metadata(php_stream_wrapper *wrapper, char *url, int option, void *value, p… in user_wrapper_metadata()
[all …]

Completed in 13 milliseconds

12