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

/bind-9.11.3/lib/dns/
H A Dname.c1976 isc_boolean_t gf; /* Global compression target found */ local
2011 gf = dns_compress_findglobal(cctx, name, &gp, &go);
2013 gf = ISC_FALSE;
2019 if (gf && go >= 0x4000)
2020 gf = ISC_FALSE;
2025 if (gf && (gp.length + 2) >= name->length)
2026 gf = ISC_FALSE;
2028 if (gf) {

Completed in 467 milliseconds