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

/httpd/server/
H A Dvhost.c382 ipaddr_chain *wild_match = NULL; local
395 if (wild_match == NULL && (cur->port == 0 || sa->port == 0)) {
398 wild_match = trav;
402 return wild_match;
409 ipaddr_chain *wild_match = NULL; local
417 if (wild_match == NULL && sar->host_port == 0) {
419 wild_match = trav;
422 return wild_match;

Completed in 1511 milliseconds