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

/httpd/server/
H A Dvhost.c74 name_chain *initialnames; /* no runtime use, temporary storage of first member in struct:ipaddr_chain
357 new->initialnames = NULL;
531 if (ic->initialnames == NULL) {
535 ic->initialnames = nc;
541 nc->next = ic->initialnames;
543 ic->initialnames = NULL;

Completed in 24 milliseconds