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

/httpd/modules/mappers/
H A Dmod_vhost_alias.c258 const char *dots[MAXDOTS+1]; local
271 dots[ndots++] = name-1; /* slightly naughty */
274 dots[ndots++] = p;
277 dots[ndots] = p;
324 start = dots[0]+1; /* ptr to the first character */
325 end = dots[ndots]; /* ptr to the character after the last one */
332 start = dots[N-1]+1;
334 end = dots[N];
339 start = dots[ndots-N]+1;
341 end = dots[ndot
[all...]
/httpd/server/
H A Dvhost.c756 int is_dotted_decimal = 1, leading_zeroes = 0, dots = 0; local
766 dots++;
778 if (leading_zeroes || dots != 3) {

Completed in 13 milliseconds