Lines Matching defs:gp
1975 dns_name_t gp; /* Global compression prefix */
2003 DNS_NAME_INIT(&gp, NULL);
2011 gf = dns_compress_findglobal(cctx, name, &gp, &go);
2025 if (gf && (gp.length + 2) >= name->length)
2029 if (target->length - target->used < gp.length)
2031 if (gp.length != 0) {
2033 (void)memmove(base + target->used, gp.ndata,
2034 (size_t)gp.length);
2036 isc_buffer_add(target, gp.length);
2041 if (gp.length != 0)
2042 dns_compress_add(cctx, name, &gp, offset);