Lines Matching refs:options

131 …php_ftp_fopen_connect(php_stream_wrapper *wrapper, const char *path, const char *mode, int options,  in php_ftp_fopen_connect()  argument
188 php_stream_wrapper_log_error(wrapper, options, "Server doesn't support FTPS."); in php_ftp_fopen_connect()
207 php_stream_wrapper_log_error(wrapper, options, "Unable to activate SSL mode"); in php_ftp_fopen_connect()
238 php_stream_wrapper_log_error(wrapper, options, err_msg, val); \ in php_ftp_fopen_connect()
414 int options, zend_string **opened_path, php_stream_context *context STREAMS_DC) in php_stream_url_wrap_ftp() argument
439 …php_stream_wrapper_log_error(wrapper, options, "FTP does not support simultaneous read/write conne… in php_stream_url_wrap_ftp()
450 php_stream_wrapper_log_error(wrapper, options, "Unknown file open mode"); in php_stream_url_wrap_ftp()
458 return php_stream_url_wrap_http(wrapper, path, mode, options, opened_path, context STREAMS_CC); in php_stream_url_wrap_ftp()
461 php_stream_wrapper_log_error(wrapper, options, "FTP proxy may only be used in read mode"); in php_stream_url_wrap_ftp()
466 …stream = php_ftp_fopen_connect(wrapper, path, mode, options, opened_path, context, &reuseid, &reso… in php_stream_url_wrap_ftp()
513 …php_stream_wrapper_log_error(wrapper, options, "Remote file already exists and overwrite context o… in php_stream_url_wrap_ftp()
537 …php_stream_wrapper_log_error(wrapper, options, "Unable to resume from offset " ZEND_LONG_FMT, Z_LV… in php_stream_url_wrap_ftp()
582 php_stream_wrapper_log_error(wrapper, options, "Unable to activate SSL mode"); in php_stream_url_wrap_ftp()
604 php_stream_wrapper_log_error(wrapper, options, "FTP server reports %s", tmp_line); in php_stream_url_wrap_ftp()
607 …php_stream_wrapper_log_error(wrapper, options, "Failed to set up data channel: %s", ZSTR_VAL(error… in php_stream_url_wrap_ftp()
693 …hp_stream_ftp_opendir(php_stream_wrapper *wrapper, const char *path, const char *mode, int options, in php_stream_ftp_opendir() argument
706 …stream = php_ftp_fopen_connect(wrapper, path, mode, options, opened_path, context, &reuseid, &reso… in php_stream_ftp_opendir()
754 php_stream_wrapper_log_error(wrapper, options, "Unable to activate SSL mode"); in php_stream_ftp_opendir()
778 php_stream_wrapper_log_error(wrapper, options, "FTP server reports %s", tmp_line); in php_stream_ftp_opendir()
909 static int php_stream_ftp_unlink(php_stream_wrapper *wrapper, const char *url, int options, php_str… in php_stream_ftp_unlink() argument
918 if (options & REPORT_ERRORS) { in php_stream_ftp_unlink()
925 if (options & REPORT_ERRORS) { in php_stream_ftp_unlink()
936 if (options & REPORT_ERRORS) { in php_stream_ftp_unlink()
959 …p_stream_wrapper *wrapper, const char *url_from, const char *url_to, int options, php_stream_conte… in php_stream_ftp_rename() argument
989 if (options & REPORT_ERRORS) { in php_stream_ftp_rename()
1000 if (options & REPORT_ERRORS) { in php_stream_ftp_rename()
1011 if (options & REPORT_ERRORS) { in php_stream_ftp_rename()
1038 static int php_stream_ftp_mkdir(php_stream_wrapper *wrapper, const char *url, int mode, int options in php_stream_ftp_mkdir() argument
1042 int result, recursive = options & PHP_STREAM_MKDIR_RECURSIVE; in php_stream_ftp_mkdir()
1047 if (options & REPORT_ERRORS) { in php_stream_ftp_mkdir()
1054 if (options & REPORT_ERRORS) { in php_stream_ftp_mkdir()
1095 if (options & REPORT_ERRORS) { in php_stream_ftp_mkdir()
1131 static int php_stream_ftp_rmdir(php_stream_wrapper *wrapper, const char *url, int options, php_stre… in php_stream_ftp_rmdir() argument
1140 if (options & REPORT_ERRORS) { in php_stream_ftp_rmdir()
1147 if (options & REPORT_ERRORS) { in php_stream_ftp_rmdir()
1157 if (options & REPORT_ERRORS) { in php_stream_ftp_rmdir()