HomeSort by: relevance | last modified time | path
    Searched refs:DNS_COMPRESS_TABLESIZE (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
compress.h 52 * DNS_COMPRESS_TABLESIZE must be a power of 2. The compress code
56 #define DNS_COMPRESS_TABLESIZE (1U << DNS_COMPRESS_TABLEBITS)
57 #define DNS_COMPRESS_TABLEMASK (DNS_COMPRESS_TABLESIZE - 1)
76 dns_compressnode_t *table[DNS_COMPRESS_TABLESIZE];
  /src/external/mpl/dhcp/bind/dist/lib/dns/
compress.c 66 * DNS_COMPRESS_TABLESIZE. The table was created using the following
72 * const unsigned int left = DNS_COMPRESS_TABLESIZE - 38;
152 for (i = 0; i < DNS_COMPRESS_TABLESIZE; i++) {
504 for (i = 0; i < DNS_COMPRESS_TABLESIZE; i++) {

Completed in 19 milliseconds