Searched refs:ht (Results 1 - 10 of 10) sorted by relevance
/bind-9.11.3/lib/isc/ |
H A D | ht.c | 14 #include <isc/ht.h> 25 #define ISC_HT_VALID(ht) ISC_MAGIC_VALID(ht, ISC_HT_MAGIC) 44 isc_ht_t *ht; member in struct:isc_ht_iter 51 isc_ht_t *ht = NULL; local 58 ht = isc_mem_get(mctx, sizeof(struct isc_ht)); 59 if (ht == NULL) { 63 ht->mctx = NULL; 64 isc_mem_attach(mctx, &ht->mctx); 66 ht 88 isc_ht_t *ht; local 119 isc_ht_add(isc_ht_t *ht, const unsigned char *key, isc_uint32_t keysize, void *value) argument 153 isc_ht_find(const isc_ht_t *ht, const unsigned char *key, isc_uint32_t keysize, void **valuep) argument 178 isc_ht_delete(isc_ht_t *ht, const unsigned char *key, isc_uint32_t keysize) argument 210 isc_ht_iter_create(isc_ht_t *ht, isc_ht_iter_t **itp) argument 232 isc_ht_t *ht; local 284 isc_ht_t *ht; local 338 isc_ht_count(isc_ht_t *ht) argument [all...] |
/bind-9.11.3/lib/isc/include/isc/ |
H A D | ht.h | 51 *\li ht is a valid hashtable 59 isc_ht_add(isc_ht_t *ht, const unsigned char *key, isc_uint32_t keysize, 63 * Find a node matching 'key'/'keysize' in hashtable 'ht'; 67 * \li 'ht' is a valid hashtable 74 isc_ht_find(const isc_ht_t *ht, const unsigned char *key, 80 *\li ht is a valid hashtable 87 isc_ht_delete(isc_ht_t *ht, const unsigned char *key, isc_uint32_t keysize); 93 isc_ht_iter_create(isc_ht_t *ht, isc_ht_iter_t **itp); 149 *\li 'ht' is a valid hashtable 152 isc_ht_count(isc_ht_t *ht); [all...] |
/bind-9.11.3/lib/isc/tests/ |
H A D | ht_test.c | 20 #include <isc/ht.h> 43 isc_ht_t *ht = NULL; local 52 result = isc_ht_init(&ht, mctx, bits); 54 ATF_REQUIRE(ht != NULL); 64 result = isc_ht_add(ht, key, 16, (void *) i); 73 result = isc_ht_find(ht, key, 16, &f); 82 result = isc_ht_add(ht, key, 16, (void *) i); 94 result = isc_ht_add(ht, (const unsigned char *) key, 107 result = isc_ht_find(ht, key, 16, &f); 117 result = isc_ht_find(ht, (cons 189 isc_ht_t *ht = NULL; local [all...] |
/bind-9.11.3/lib/dns/include/dns/ |
H A D | catz.h | 13 #include <isc/ht.h>
|
H A D | rpz.h | 17 #include <isc/ht.h>
|
/bind-9.11.3/contrib/dnsperf-2.1.0.0-1/ |
H A D | configure | 838 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht) 841 | --ht=*)
|
/bind-9.11.3/contrib/perftcpdns/ |
H A D | configure | 816 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht) 819 | --ht=*)
|
/bind-9.11.3/contrib/queryperf/ |
H A D | configure | 796 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht) 799 | --ht=*)
|
/bind-9.11.3/unit/atf-src/ |
H A D | configure | 1006 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht) 1009 | --ht=*)
|
/bind-9.11.3/ |
H A D | configure | 1263 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht) 1266 | --ht=*)
|
Completed in 116 milliseconds