Lines Matching refs:options

48 …php_stream_wrapper *wrapper, const char *filename, const char *mode, int options, zend_string **op…
50 static int user_wrapper_unlink(php_stream_wrapper *wrapper, const char *url, int options, php_strea…
51 …p_stream_wrapper *wrapper, const char *url_from, const char *url_to, int options, php_stream_conte…
52 static int user_wrapper_mkdir(php_stream_wrapper *wrapper, const char *url, int mode, int options, …
53 static int user_wrapper_rmdir(php_stream_wrapper *wrapper, const char *url, int options, php_stream…
56 int options, zend_string **opened_path, php_stream_context *context STREAMS_DC);
334 int options, zend_string **opened_path, php_stream_context *context STREAMS_DC) in user_wrapper_opener() argument
346 php_stream_wrapper_log_error(wrapper, options, "infinite recursion prevented"); in user_wrapper_opener()
357 (options & STREAM_OPEN_FOR_INCLUDE) && in user_wrapper_opener()
376 ZVAL_LONG(&args[2], options); in user_wrapper_opener()
405 php_stream_wrapper_log_error(wrapper, options, "\"%s::" USERSTREAM_OPEN "\" call failed", in user_wrapper_opener()
429 int options, zend_string **opened_path, php_stream_context *context STREAMS_DC) in user_wrapper_opendir() argument
440 php_stream_wrapper_log_error(wrapper, options, "infinite recursion prevented"); in user_wrapper_opendir()
457 ZVAL_LONG(&args[1], options); in user_wrapper_opendir()
475 php_stream_wrapper_log_error(wrapper, options, "\"%s::" USERSTREAM_DIR_OPEN "\" call failed", in user_wrapper_opendir()
1098 static int user_wrapper_unlink(php_stream_wrapper *wrapper, const char *url, int options, php_strea… in user_wrapper_unlink() argument
1142 int options, php_stream_context *context) in user_wrapper_rename() argument
1188 int options, php_stream_context *context) in user_wrapper_mkdir() argument
1206 ZVAL_LONG(&args[2], options); in user_wrapper_mkdir()
1236 int options, php_stream_context *context) in user_wrapper_rmdir() argument
1253 ZVAL_LONG(&args[1], options); in user_wrapper_rmdir()