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

/httpd/modules/mappers/
H A Dmod_speling.c202 int filoc, dotloc, urlen, pglen; local
274 dotloc = ap_ind(bad, '.');
275 if (dotloc == -1) {
276 dotloc = strlen(bad);
347 if ((dotloc == entloc)
348 && !strncasecmp(bad, dirent.name, dotloc)) {

Completed in 10 milliseconds