HomeSort by: relevance | last modified time | path
    Searched defs:tableindex (Results 1 - 1 of 1) sorted by relevancy

  /src/external/mpl/dhcp/bind/dist/lib/dns/
compress.c 64 * The tableindex array below is of size 256, one entry for each
65 * unsigned char value. The tableindex array elements are dependent on
98 static unsigned char tableindex[256] = { variable
262 i = tableindex[ch];
447 i = tableindex[ch];

Completed in 38 milliseconds