Searched defs:Ceor (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/lib/dns/
H A Drdata.c1900 isc_int32_t Ceor; member in struct:state
1907 #define Ceor state->Ceor macro
1966 Ceor ^= c;
2005 Ceor = Csum = Crot = word = bcount = 0;
2056 if ((oeor != Ceor) || (osum != Csum) || (orot != Crot))
2070 Ceor ^= c;
2137 Ceor = Csum = Crot = word = bcount = 0;
2148 snprintf(buf, sizeof(buf), "x %d %x %x %x", inbuflen, Ceor, Csum, Crot);

Completed in 283 milliseconds