Lines Matching defs:compbuf
5662 unsigned char compbuf[256 * NS_MAXCDNAME];
5665 memset(compbuf, 0, sizeof(compbuf));
5667 dnptrs[0] = compbuf;
5687 result = MRns_name_compress(val, compbuf + clen,
5688 sizeof(compbuf) - clen,
5699 result = MRns_name_pton(val, compbuf + clen,
5700 sizeof(compbuf) - clen);
5716 while (compbuf[clen] != 0)
5717 clen += compbuf[clen] + 1;
5723 if (clen > sizeof(compbuf))
5729 if (!make_const_data(&t, compbuf, clen, 1, 1, MDL))