Home
last modified time | relevance | path

Searched refs:typebits (Results 1 – 2 of 2) sorted by relevance

/src/contrib/unbound/sldns/
H A Dstr2wire.c2013 uint8_t typebits[8192]; /* 65536 bits */ in sldns_str2wire_nsec_buf() local
2021 memset(typebits, 0, sizeof(typebits)); in sldns_str2wire_nsec_buf()
2031 typebits[t/8] |= (0x80>>(t%8)); in sldns_str2wire_nsec_buf()
2050 if(typebits[block*32+i] != 0) in sldns_str2wire_nsec_buf()
2060 rd[used+2+i] = typebits[block*32+i]; in sldns_str2wire_nsec_buf()
/src/sbin/fsdb/
H A Dfsdb.c929 int typebits; member
950 type = tp->typebits; in CMDFUNCSTART()