OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dns_qp_bits_for_byte
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/mpl/bind/dist/lib/dns/
qp_p.h
102
* The bitmap is just above the type tag. The `
dns_qp_bits_for_byte
[]` table
939
extern uint16_t
dns_qp_bits_for_byte
[];
qp.c
161
uint16_t
dns_qp_bits_for_byte
[BYTE_VALUES] = { 0 };
variable
210
dns_qp_bits_for_byte
[byte] = bit_one;
217
dns_qp_bits_for_byte
[byte] = bit;
228
dns_qp_bits_for_byte
[byte] = bit_two << 8 | bit_one;
276
uint16_t bits =
dns_qp_bits_for_byte
[*ldata++];
Completed in 20 milliseconds
Indexes created Fri Jun 19 00:25:02 UTC 2026