Searched refs:gf (Results 1 - 1 of 1) sorted by relevance

/bind-9.6-ESV-R11/lib/dns/
H A Dname.c1933 isc_boolean_t gf; /* Global compression target found */ local
1968 gf = dns_compress_findglobal(cctx, name, &gp, &go);
1970 gf = ISC_FALSE;
1976 if (gf && go >= 0x4000)
1977 gf = ISC_FALSE;
1982 if (gf && (gp.length + 2) >= name->length)
1983 gf = ISC_FALSE;
1985 if (gf) {

Completed in 11 milliseconds