Lines Matching refs:options

48 …pper_opener(php_stream_wrapper *wrapper, char *filename, char *mode, int options, char **opened_pa…
50 static int user_wrapper_unlink(php_stream_wrapper *wrapper, char *url, int options, php_stream_cont…
51 …er_rename(php_stream_wrapper *wrapper, char *url_from, char *url_to, int options, php_stream_conte…
52 static int user_wrapper_mkdir(php_stream_wrapper *wrapper, char *url, int mode, int options, php_st…
53 static int user_wrapper_rmdir(php_stream_wrapper *wrapper, char *url, int options, php_stream_conte…
56 int options, char **opened_path, php_stream_context *context STREAMS_DC TSRMLS_DC);
335 …pper_opener(php_stream_wrapper *wrapper, char *filename, char *mode, int options, char **opened_pa… in user_wrapper_opener() argument
347 php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "infinite recursion prevented"); in user_wrapper_opener()
358 (options & STREAM_OPEN_FOR_INCLUDE) && in user_wrapper_opener()
384 ZVAL_LONG(zoptions, options); in user_wrapper_opener()
416 …php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "\"%s::" USERSTREAM_OPEN "\" call failed", in user_wrapper_opener()
441 int options, char **opened_path, php_stream_context *context STREAMS_DC TSRMLS_DC) in user_wrapper_opendir() argument
452 php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "infinite recursion prevented"); in user_wrapper_opendir()
473 ZVAL_LONG(zoptions, options); in user_wrapper_opendir()
494 …php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "\"%s::" USERSTREAM_DIR_OPEN "\" call fai… in user_wrapper_opendir()
1164 static int user_wrapper_unlink(php_stream_wrapper *wrapper, char *url, int options, php_stream_cont… in user_wrapper_unlink() argument
1211 …er_rename(php_stream_wrapper *wrapper, char *url_from, char *url_to, int options, php_stream_conte… in user_wrapper_rename() argument
1263 static int user_wrapper_mkdir(php_stream_wrapper *wrapper, char *url, int mode, int options, php_st… in user_wrapper_mkdir() argument
1288 ZVAL_LONG(zoptions, options); 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() argument
1342 ZVAL_LONG(zoptions, options); in user_wrapper_rmdir()