HomeSort by: relevance | last modified time | path
    Searched defs:node_exact (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/unbound/dist/services/
authzone.c 626 az_find_domain(struct auth_zone* z, struct query_info* qinfo, int* node_exact,
634 *node_exact = rbtree_find_less_equal(&z->data, &key,
2466 * can be used to generate answers from. It is then also node_exact.
2467 * returns false if the node is not good enough (or it wasn't node_exact)
2477 struct auth_data* node, int node_exact, struct auth_data** ce,
2484 if(!node_exact) {
2494 node_exact = 0;
2512 node_exact = 0;
2520 node_exact = 0;
2533 return node_exact;
2799 int node_exact; local
2926 int node_exact; local
3431 int node_exact, node_exists; local
    [all...]

Completed in 18 milliseconds