Home
last modified time | relevance | path

Searched refs:PARSE_TABLE_SIZE (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/usr.sbin/unbound/util/data/
Dmsgparse.h79 #define PARSE_TABLE_SIZE 32 macro
138 struct rrset_parse* hashtable[PARSE_TABLE_SIZE];
Dmsgparse.c89 p->rrset_bucket_next = msg->hashtable[hash & (PARSE_TABLE_SIZE-1)]; in new_rrset()
90 msg->hashtable[hash & (PARSE_TABLE_SIZE-1)] = p; in new_rrset()
230 struct rrset_parse* p = msg->hashtable[h & (PARSE_TABLE_SIZE-1)]; in msgparse_hashtable_lookup()
273 p = &msg->hashtable[ rrset->hash & (PARSE_TABLE_SIZE-1) ]; in msgparse_bucket_remove()
427 dataset->rrset_bucket_next = msg->hashtable[hash&(PARSE_TABLE_SIZE-1)]; in change_rrsig_rrset()
428 msg->hashtable[hash&(PARSE_TABLE_SIZE-1)] = dataset; in change_rrsig_rrset()
/openbsd/src/sbin/unwind/libunbound/util/data/
Dmsgparse.h79 #define PARSE_TABLE_SIZE 32 macro
138 struct rrset_parse* hashtable[PARSE_TABLE_SIZE];
Dmsgparse.c89 p->rrset_bucket_next = msg->hashtable[hash & (PARSE_TABLE_SIZE-1)]; in new_rrset()
90 msg->hashtable[hash & (PARSE_TABLE_SIZE-1)] = p; in new_rrset()
230 struct rrset_parse* p = msg->hashtable[h & (PARSE_TABLE_SIZE-1)]; in msgparse_hashtable_lookup()
273 p = &msg->hashtable[ rrset->hash & (PARSE_TABLE_SIZE-1) ]; in msgparse_bucket_remove()
427 dataset->rrset_bucket_next = msg->hashtable[hash&(PARSE_TABLE_SIZE-1)]; in change_rrsig_rrset()
428 msg->hashtable[hash&(PARSE_TABLE_SIZE-1)] = dataset; in change_rrsig_rrset()