Searched refs:fdconf (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/proxy/
H A Dmod_proxy_ftp.c998 proxy_ftp_dir_conf *fdconf = ap_get_module_config(r->per_dir_config, local
1370 ftp_escape_globbingchars(p, path, fdconf), CRLF, NULL),
1710 if (len == 0 || (ftp_check_globbingchars(path) && fdconf->ftp_list_on_wildcard)) {
1731 ftp_escape_globbingchars(p, path, fdconf), CRLF, NULL),
1754 ftp_escape_globbingchars(p, path, fdconf), CRLF, NULL),
1819 rc = proxy_ftp_command(apr_pstrcat(p, "MDTM ", ftp_escape_globbingchars(p, path, fdconf), CRLF, NULL),
1858 buf = apr_pstrcat(p, "RETR ", ftp_escape_globbingchars(p, path, fdconf), CRLF, NULL);
1899 ftp_escape_globbingchars(p, path, fdconf), CRLF, NULL),
1959 fdconf->ftp_directory_charset ?
1960 fdconf
[all...]

Completed in 29 milliseconds