HomeSort by: relevance | last modified time | path
    Searched refs:isc_hashmap_t (Results 1 - 11 of 11) sorted by relevancy

  /src/external/mpl/bind/dist/lib/isc/include/isc/
hashmap.h 26 typedef struct isc_hashmap isc_hashmap_t; typedef in typeref:struct:isc_hashmap
41 isc_hashmap_create(isc_mem_t *mctx, uint8_t bits, isc_hashmap_t **hashmapp);
50 isc_hashmap_destroy(isc_hashmap_t **hashmapp);
66 isc_hashmap_add(isc_hashmap_t *hashmap, const uint32_t hashval,
86 isc_hashmap_find(const isc_hashmap_t *hashmap, const uint32_t hashval,
102 isc_hashmap_delete(isc_hashmap_t *hashmap, const uint32_t hashval,
113 isc_hashmap_iter_create(isc_hashmap_t *hashmap, isc_hashmap_iter_t **itp);
191 isc_hashmap_count(isc_hashmap_t *hashmap);
  /src/external/mpl/bind/dist/lib/isc/
hashmap.c 96 isc_hashmap_t *hashmap;
104 hashmap_add(isc_hashmap_t *hashmap, const uint32_t hashval,
109 hashmap_rehash_one(isc_hashmap_t *hashmap);
111 hashmap_rehash_start_grow(isc_hashmap_t *hashmap);
113 hashmap_rehash_start_shrink(isc_hashmap_t *hashmap);
115 over_threshold(isc_hashmap_t *hashmap);
117 under_threshold(isc_hashmap_t *hashmap);
125 rehashing_in_progress(const isc_hashmap_t *hashmap) {
131 try_nexttable(const isc_hashmap_t *hashmap, uint8_t idx) {
147 hashmap_dump_table(const isc_hashmap_t *hashmap, const uint8_t idx)
    [all...]
  /src/external/mpl/bind/dist/lib/dns/include/dns/
tsig.h 69 isc_hashmap_t *keys;
name.h 125 isc_hashmap_t *hashmap;
  /src/external/mpl/bind/dist/tests/isc/
hashmap_test.c 71 isc_hashmap_t *hashmap = NULL;
225 isc_hashmap_t *hashmap = NULL;
408 isc_hashmap_t *hashmap = NULL;
449 isc_hashmap_t *hashmap = NULL;
  /src/external/mpl/bind/dist/lib/dns/
transport.c 43 isc_hashmap_t *transports[DNS_TRANSPORT_COUNT];
84 isc_hashmap_t *hm = NULL;
685 isc_hashmap_t *hm = NULL;
adb.c 108 isc_hashmap_t *names;
113 isc_hashmap_t *entries;
message.c 1000 isc_hashmap_t *name_map = NULL;
1213 isc_hashmap_t *name_map = NULL;
resolver.c 565 isc_hashmap_t *fctxs;
568 isc_hashmap_t *counters;
zone.c 245 isc_hashmap_t *table;
  /src/external/mpl/bind/dist/tests/bench/
load-names.c 187 isc_hashmap_t *hashmap = NULL;

Completed in 59 milliseconds