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

/bind-9.6-ESV-R11/lib/dns/
H A Dname.c1932 dns_name_t gp; /* Global compression prefix */ local
1960 DNS_NAME_INIT(&gp, NULL);
1968 gf = dns_compress_findglobal(cctx, name, &gp, &go);
1982 if (gf && (gp.length + 2) >= name->length)
1986 if (target->length - target->used < gp.length)
1989 gp.ndata, (size_t)gp.length);
1990 isc_buffer_add(target, gp.length);
1995 if (gp.length != 0)
1996 dns_compress_add(cctx, name, &gp, offse
[all...]

Completed in 16 milliseconds