Searched refs:match_num (Results 1 - 1 of 1) sorted by relevance

/bind-9.6-ESV-R11/lib/dns/
H A Dacl.c198 int match_num = -1; local
226 match_num = node->node_num[ISC_IS6(family)];
228 *match = match_num;
230 *match = -match_num;
238 if (match_num != -1 && match_num < e->node_num) {
245 if (match_num == -1 || e->node_num < match_num) {

Completed in 9 milliseconds