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

/bind-9.6-ESV-R11/contrib/zkt/
H A Ddki.h138 dki_t **tsearch (const dki_t *dkp, dki_t **tree, int(*compar)(const dki_t *, const dki_t *));
139 dki_t **tfind (const dki_t *dkp, const dki_t **tree, int(*compar)(const dki_t *, const dki_t *));
140 dki_t **tdelete (const dki_t *dkp, dki_t **tree, int(*compar)(const dki_t *, const dki_t *));
143 extern void dki_tfree (dki_t **tree);
144 extern dki_t *dki_tadd (dki_t **tree, dki_t *new, int sub_before);
185 extern const dki_t *dki_tsearch (const dki_t *tree, int tag, const char *name);
H A Ddki.c222 void dki_tfree (dki_t **tree) argument
224 assert (tree != NULL);
226 // tdestroy (*tree, dki_free);
1150 ** dki_tadd () add a key to the given tree
1152 dki_t *dki_tadd (dki_t **tree, dki_t *new, int sub_before) argument
1157 p = tsearch (new, tree, dki_namecmp);
1159 p = tsearch (new, tree, dki_revnamecmp);
1175 const dki_t *dki_tsearch (const dki_t *tree, int tag, const char *name) argument
1182 p = tfind (&search, &tree, dki_namecmp);
H A Dconfigure1260 --disable-tree use single linked list instead of binary tree data
3816 # Check whether --enable-tree was given.
6683 # Have a temporary directory for convenience. Make it in the build tree
6865 *) # Look for the file first in the build tree, then in the source tree
/bind-9.6-ESV-R11/lib/dns/
H A Drbtdb.c408 /* Locks the tree structure (prevents nodes appearing/disappearing) */
410 /* Locks for individual tree nodes */
452 dns_rbt_t * tree; member in struct:dns_rbtdb
606 * If 'paused' is ISC_TRUE, then the tree lock is not being held.
879 if (rbtdb->tree != NULL) {
881 result = dns_rbt_destroy2(&rbtdb->tree, rbtdb->quantum);
899 INSIST(result == ISC_R_SUCCESS && rbtdb->tree == NULL);
1506 * to wait for the tree write lock.
1508 * The caller must hold a tree write lock and bucketnum'th node (write) lock.
1521 * Since we're holding a tree writ
2472 findnodeintree(dns_rbtdb_t *rbtdb, dns_rbt_t *tree, dns_name_t *name, isc_boolean_t create, dns_dbnode_t **nodep) argument
3269 find_closest_nsec(rbtdb_search_t *search, dns_dbnode_t **nodep, dns_name_t *foundname, dns_rdataset_t *rdataset, dns_rdataset_t *sigrdataset, dns_rbt_t *tree, dns_db_secure_t secure) argument
3459 dns_rbt_t *tree; local
[all...]
/bind-9.6-ESV-R11/
H A Dconfigure2699 # They can cause serious problems if a builder's source tree is in a directory
20164 # Have a temporary directory for convenience. Make it in the build tree
20521 *) # Look for the file first in the build tree, then in the source tree
/bind-9.6-ESV-R11/unit/atf-src/
H A Dconfigure2635 # They can cause serious problems if a builder's source tree is in a directory
17782 # Have a temporary directory for convenience. Make it in the build tree
18105 *) # Look for the file first in the build tree, then in the source tree

Completed in 105 milliseconds