Lines Matching refs:options

1064 		int options, zend_string **opened_path, php_stream_context *context STREAMS_DC)  in php_plain_files_dir_opener()  argument
1070 if (options & STREAM_USE_GLOB_DIR_OPEN) { in php_plain_files_dir_opener()
1071 …s->dir_opener((php_stream_wrapper*)&php_glob_stream_wrapper, path, mode, options, opened_path, con… in php_plain_files_dir_opener()
1075 if (((options & STREAM_DISABLE_OPEN_BASEDIR) == 0) && php_check_open_basedir(path)) { in php_plain_files_dir_opener()
1102 …am_fopen(const char *filename, const char *mode, zend_string **opened_path, int options STREAMS_DC) in _php_stream_fopen()
1108 int persistent = options & STREAM_OPEN_PERSISTENT; in _php_stream_fopen()
1112 …php_stream_wrapper_log_error(&php_plain_files_wrapper, options, "`%s' is not a valid mode for fope… in _php_stream_fopen()
1116 if (options & STREAM_ASSUME_REALPATH) { in _php_stream_fopen()
1146 if (options & STREAM_OPEN_FOR_INCLUDE) { in _php_stream_fopen()
1170 if (options & STREAM_OPEN_FOR_INCLUDE) { in _php_stream_fopen()
1189 if (options & STREAM_USE_BLOCKING_PIPE) { in _php_stream_fopen()
1208 int options, zend_string **opened_path, php_stream_context *context STREAMS_DC) in php_plain_files_stream_opener() argument
1210 if (((options & STREAM_DISABLE_OPEN_BASEDIR) == 0) && php_check_open_basedir(path)) { in php_plain_files_stream_opener()
1214 return php_stream_fopen_rel(path, mode, opened_path, options); in php_plain_files_stream_opener()
1243 static int php_plain_files_unlink(php_stream_wrapper *wrapper, const char *url, int options, php_st… in php_plain_files_unlink() argument
1257 if (options & REPORT_ERRORS) { in php_plain_files_unlink()
1269 …p_stream_wrapper *wrapper, const char *url_from, const char *url_to, int options, php_stream_conte… in php_plain_files_rename() argument
1370 …_files_mkdir(php_stream_wrapper *wrapper, const char *dir, int mode, int options, php_stream_conte… in php_plain_files_mkdir() argument
1376 if (!(options & PHP_STREAM_MKDIR_RECURSIVE)) { in php_plain_files_mkdir()
1432 if (options & REPORT_ERRORS) { in php_plain_files_mkdir()
1452 if (options & REPORT_ERRORS) { in php_plain_files_mkdir()
1462 static int php_plain_files_rmdir(php_stream_wrapper *wrapper, const char *url, int options, php_str… in php_plain_files_rmdir() argument
1594 …r *filename, const char *mode, const char *path, zend_string **opened_path, int options STREAMS_DC) in _php_stream_fopen_with_path()
1629 if (((options & STREAM_DISABLE_OPEN_BASEDIR) == 0) && php_check_open_basedir(filename)) { in _php_stream_fopen_with_path()
1633 return php_stream_fopen_rel(filename, mode, opened_path, options); in _php_stream_fopen_with_path()
1641 if (((options & STREAM_DISABLE_OPEN_BASEDIR) == 0) && php_check_open_basedir(filename)) { in _php_stream_fopen_with_path()
1645 return php_stream_fopen_rel(filename, mode, opened_path, options); in _php_stream_fopen_with_path()
1662 if (((options & STREAM_DISABLE_OPEN_BASEDIR) == 0) && php_check_open_basedir(trypath)) { in _php_stream_fopen_with_path()
1666 return php_stream_fopen_rel(trypath, mode, opened_path, options); in _php_stream_fopen_with_path()
1671 return php_stream_fopen_rel(filename, mode, opened_path, options); in _php_stream_fopen_with_path()
1715 if (((options & STREAM_DISABLE_OPEN_BASEDIR) == 0) && php_check_open_basedir_ex(trypath, 0)) { in _php_stream_fopen_with_path()
1719 stream = php_stream_fopen_rel(trypath, mode, opened_path, options); in _php_stream_fopen_with_path()