HomeSort by: relevance | last modified time | path
    Searched refs:hashvalue_type (Results 1 - 25 of 29) sorted by relevancy

1 2

  /src/external/bsd/unbound/dist/util/storage/
slabhash.h 112 void slabhash_insert(struct slabhash* table, hashvalue_type hash,
129 hashvalue_type hash, void* key, int wr);
138 void slabhash_remove(struct slabhash* table, hashvalue_type hash, void* key);
173 void slabhash_update_space_used(struct slabhash* table, hashvalue_type hash,
189 struct lruhash* slabhash_gettable(struct slabhash* table, hashvalue_type hash);
lruhash.h 119 typedef uint32_t hashvalue_type; typedef
220 hashvalue_type hash;
274 void lruhash_insert(struct lruhash* table, hashvalue_type hash,
291 hashvalue_type hash, void* key, int wr);
356 struct lruhash_entry* lruhash_insert_or_retrieve(struct lruhash* table, hashvalue_type hash,
369 void lruhash_remove(struct lruhash* table, hashvalue_type hash, void* key);
387 struct lruhash_bin* bin, hashvalue_type hash, void* key, size_t* collisions);
slabhash.c 111 slab_idx(struct slabhash* sl, hashvalue_type hash)
116 void slabhash_insert(struct slabhash* sl, hashvalue_type hash,
123 hashvalue_type hash, void* key, int wr)
128 void slabhash_remove(struct slabhash* sl, hashvalue_type hash, void* key)
169 void slabhash_update_space_used(struct slabhash* sl, hashvalue_type hash,
186 struct lruhash* slabhash_gettable(struct slabhash* sl, hashvalue_type hash)
lruhash.c 220 struct lruhash_bin* bin, hashvalue_type hash, void* key, size_t* collisions)
305 lruhash_insert(struct lruhash* table, hashvalue_type hash,
364 lruhash_lookup(struct lruhash* table, hashvalue_type hash, void* key, int wr)
386 lruhash_remove(struct lruhash* table, hashvalue_type hash, void* key)
648 lruhash_insert_or_retrieve(struct lruhash* table, hashvalue_type hash,
  /src/external/bsd/unbound/dist/util/data/
dname.h 130 hashvalue_type dname_query_hash(uint8_t* dname, hashvalue_type h);
142 hashvalue_type dname_pkt_hash(struct sldns_buffer* pkt, uint8_t* dname,
143 hashvalue_type h);
msgparse.h 182 hashvalue_type hash;
371 hashvalue_type pkt_hash_rrset(struct sldns_buffer* pkt, uint8_t* dname,
387 struct sldns_buffer* pkt, hashvalue_type h, uint32_t rrset_flags,
msgparse.c 85 uint16_t type, uint16_t dclass, hashvalue_type hash,
173 hashvalue_type
179 hashvalue_type h = 0xab;
188 static hashvalue_type
194 hashvalue_type h = 0xab;
200 static hashvalue_type
201 pkt_hash_rrset_rest(hashvalue_type dname_h, uint16_t type, uint16_t dclass,
206 hashvalue_type h;
215 rrset_parse_equals(struct rrset_parse* p, sldns_buffer* pkt, hashvalue_type h,
229 hashvalue_type h, uint32_t rrset_flags, uint8_t* dname
    [all...]
packed_rrset.h 369 hashvalue_type rrset_key_hash(struct packed_rrset_key* key);
dname.c 286 hashvalue_type
287 dname_query_hash(uint8_t* dname, hashvalue_type h)
310 hashvalue_type
311 dname_pkt_hash(sldns_buffer* pkt, uint8_t* dname, hashvalue_type h)
msgreply.h 383 hashvalue_type query_info_hash(struct query_info *q, uint16_t flags);
393 struct reply_info* r, hashvalue_type h);
packed_rrset.c 162 hashvalue_type
169 hashvalue_type h = 0xab;
msgreply.c 750 hashvalue_type
753 hashvalue_type h = 0xab;
764 hashvalue_type h)
  /src/external/bsd/unbound/dist/services/cache/
rrset.h 105 hashvalue_type hash, rrset_id_type id);
dns.h 125 hashvalue_type hash, struct reply_info* rep, time_t leeway, int pside,
rrset.c 99 hashvalue_type hash, rrset_id_type id)
207 hashvalue_type h = k->entry.hash;
370 hashvalue_type* h;
372 if(count > RR_COUNT_MAX || !(h = (hashvalue_type*)regional_alloc(
373 scratch, sizeof(hashvalue_type)*count))) {
infra.c 479 static hashvalue_type
483 hashvalue_type h = 0xab;
504 static hashvalue_type
969 hashvalue_type h = dname_query_hash(name, 0xab);
982 hashvalue_type h = hash_addr(addr, addrlen, 0);
994 hashvalue_type h = dname_query_hash(name, 0xab);
1023 hashvalue_type h = hash_addr(addr, addrlen, 0);
dns.c 152 hashvalue_type h;
165 hashvalue_type hash, struct reply_info* rep, time_t leeway, int pside,
307 hashvalue_type h;
949 hashvalue_type h;
1209 hashvalue_type h;
  /src/external/bsd/unbound/dist/edns-subnet/
subnetmod.h 88 hashvalue_type qinfo_hash;
subnetmod.c 404 hashvalue_type h = qstate->minfo[id] &&
533 hashvalue_type h = query_info_hash(&qstate->qinfo, qstate->query_flags);
  /src/external/bsd/unbound/dist/testcode/
unitslabhash.c 56 static hashvalue_type myhash(int id) {
57 hashvalue_type h = (hashvalue_type)id & 0x0f;
unitlruhash.c 59 static hashvalue_type myhash(int id) {return (hashvalue_type)id & 0x0f;}
88 hashvalue_type h = myhash(12);
fake_event.c 719 hashvalue_type h;
743 hashvalue_type h;
  /src/external/bsd/unbound/dist/pythonmod/
pythonmod_utils.c 83 hashvalue_type h;
  /src/external/bsd/unbound/dist/daemon/
cachedump.c 153 hashvalue_type hash;
  /src/external/bsd/unbound/dist/iterator/
iter_scrub.c 164 hashvalue_type h = pkt_hash_rrset(pkt, nm,

Completed in 89 milliseconds

1 2