Searched refs:ftp_escape_globbingchars (Results 1 - 1 of 1) sorted by relevance
/httpd/modules/proxy/ |
H A D | mod_proxy_ftp.c | 146 static const char *ftp_escape_globbingchars(apr_pool_t *p, const char *path, proxy_ftp_dir_conf *dconf) function 1370 ftp_escape_globbingchars(p, path, fdconf), CRLF, NULL), 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),
|
Completed in 990 milliseconds