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

/httpd/server/
H A Dvhost.c54 typedef struct name_chain name_chain; typedef in typeref:struct:name_chain
55 struct name_chain { struct
56 name_chain *next;
72 name_chain *names; /* if non-NULL then a list of name-vhosts
74 name_chain *initialnames; /* no runtime use, temporary storage of first
119 * second chance, and we use the name_chain to figure out what name-vhost
365 static name_chain *new_name_chain(apr_pool_t *p,
368 name_chain *new;
434 name_chain *n
[all...]

Completed in 14 milliseconds