Searched defs:tt (Results 1 - 2 of 2) sorted by relevance

/httpd/modules/mappers/
H A Dmod_dir.c69 const char *tt = t; local
70 const char *ww = ap_getword_conf(cmd->temp_pool, &tt);
/httpd/modules/generators/
H A Dmod_autoindex.c873 char *tt; local
876 if ((tt = strrchr(path, '/')) == NULL) {
877 tt = path;
880 tt++;
896 && !ap_strcmp_match(tt, ap)) {
906 && !ap_strcasecmp_match(tt, ap)) {

Completed in 743 milliseconds