HomeSort by: relevance | last modified time | path
    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