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

/httpd/modules/proxy/
H A Dmod_proxy_ftp.c985 char *path, *strp, *type_suffix, *cwd = NULL; local
1052 type_suffix = strchr(path, ';');
1053 if (type_suffix != NULL)
1054 *(type_suffix++) = '\0';
1056 if (type_suffix != NULL && strncmp(type_suffix, "type=", 5) == 0
1057 && apr_isalpha(type_suffix[5])) {
1061 if ( ! (dirlisting = (apr_tolower(type_suffix[5]) == 'd')))
1062 xfer_type = apr_toupper(type_suffix[5]);
1068 type_suffix, "\" i
[all...]

Completed in 1049 milliseconds