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

/bind-9.11.3/lib/dns/
H A Drdataslab.c881 unsigned char *mcurrent, *sstart, *scurrent, *tstart, *tcurrent; local
894 mcurrent = mslab + reservelen;
895 mcount = *mcurrent++ * 256;
896 mcount += *mcurrent++;
914 mcurrent += 4 * mcount;
924 unsigned char *mrdatabegin = mcurrent;
925 rdata_from_slab(&mcurrent, rdclass, type, &mrdata);
938 tlength += (unsigned int)(mcurrent - mrdatabegin);
1000 mcurrent = mslab + reservelen;
1001 mcount = *mcurrent
[all...]

Completed in 12 milliseconds