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

/httpd/modules/mappers/
H A Dmod_negotiation.c1576 accept_rec *bestthistag; local
1585 bestthistag = NULL;
1595 * for this tag in bestthistag. We cannot update the
1630 bestthistag = &accs[i];
1634 if (!bestthistag && !neg->dont_fiddle_headers) {
1661 * (longest) match is in bestthistag, or NULL if no match
1664 (bestthistag && bestthistag->quality > best->quality)) {
1665 best = bestthistag;
1671 if (!bestthistag
[all...]

Completed in 467 milliseconds