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

  /src/external/mpl/bind/dist/lib/dns/include/dns/
rbt.h 35 * Option values for dns_rbt_findnode().
236 * returned by dns_rbt_findnode(). A match (partial or exact) found
309 #define dns_rbt_findnode(rbt, name, foundname, node, chain, options, callback, \ macro
439 * the node could can be found with dns_rbt_findnode when
699 * by dns_rbt_findnode, dns_rbtnodechain_first or dns_rbtnodechain_last.
702 * dns_rbt_findnode, then '*node' is NULL and ISC_R_NOTFOUND is returned.
779 *\li 'chain' has been pointed somewhere in the tree with dns_rbt_findnode,
781 * dns_rbt_findnode is not guaranteed to point the chain somewhere,
809 *\li 'chain' has been pointed somewhere in the tree with dns_rbt_findnode,
811 * dns_rbt_findnode is not guaranteed to point the chain somewhere
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/dns/
rbt.c 1222 * Long form: Unlike dns_rbt_findnode(), this function does not
1538 dns_rbt_findnode(dns_rbt_t *rbt, const dns_name_t *name, dns_name_t *foundname, function
2065 result = dns_rbt_findnode(rbt, name, foundname, &node, NULL, options,
2102 result = dns_rbt_findnode(rbt, name, NULL, &node, NULL,

Completed in 27 milliseconds