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

/httpd/modules/mappers/
H A Dmod_vhost_alias.c259 int ndots; local
270 ndots = 0;
271 dots[ndots++] = name-1; /* slightly naughty */
273 if (*p == '.' && ndots < MAXDOTS) {
274 dots[ndots++] = p;
277 dots[ndots] = p;
325 end = dots[ndots]; /* ptr to the character after the last one */
327 if (N > ndots) {
339 start = dots[ndots-N]+1;
341 end = dots[ndots
[all...]

Completed in 754 milliseconds