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

/httpd/modules/proxy/
H A Dmod_proxy_ftp.c451 char *dir, *path, *reldir, *site, *str, *type; local
510 reldir = strrchr(path, '/');
511 if (reldir != NULL && ftp_check_globbingchars(reldir)) {
512 wildcard = &reldir[1];
513 reldir[0] = '\0'; /* strip off the wildcard suffix */
543 if ((reldir = strrchr(path+1, '/'))==NULL) {
544 reldir = path+1;
547 ++reldir;
551 ap_escape_html(p, reldir));
[all...]

Completed in 11 milliseconds