Searched refs:rrset_bucket_next (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/usr.sbin/unbound/util/data/
H A Dmsgparse.h150 struct rrset_parse* rrset_bucket_next; member in struct:rrset_parse
H A Dmsgparse.c89 p->rrset_bucket_next = msg->hashtable[hash & (PARSE_TABLE_SIZE-1)];
235 p = p->rrset_bucket_next;
276 *p = rrset->rrset_bucket_next;
279 p = &( (*p)->rrset_bucket_next );
427 dataset->rrset_bucket_next = msg->hashtable[hash&(PARSE_TABLE_SIZE-1)];
/openbsd-current/sbin/unwind/libunbound/util/data/
H A Dmsgparse.h150 struct rrset_parse* rrset_bucket_next; member in struct:rrset_parse
H A Dmsgparse.c89 p->rrset_bucket_next = msg->hashtable[hash & (PARSE_TABLE_SIZE-1)];
235 p = p->rrset_bucket_next;
276 *p = rrset->rrset_bucket_next;
279 p = &( (*p)->rrset_bucket_next );
427 dataset->rrset_bucket_next = msg->hashtable[hash&(PARSE_TABLE_SIZE-1)];

Completed in 147 milliseconds