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

/bind-9.6-ESV-R11/lib/isc/
H A Dentropy.c538 isc_boolean_t goodonly, partial, blocking; local
545 partial = ISC_TF((flags & ISC_ENTROPY_PARTIAL) != 0);
548 REQUIRE(!partial || returned != NULL);
561 * get some, and fail if we can't, and partial returns
586 if (!partial)
/bind-9.6-ESV-R11/lib/dns/
H A Drdataset.c316 isc_boolean_t partial, unsigned int options,
538 if (partial && result == ISC_R_NOSPACE) {
313 towiresorted(dns_rdataset_t *rdataset, const dns_name_t *owner_name, dns_compress_t *cctx, isc_buffer_t *target, dns_rdatasetorderfunc_t order, const void *order_arg, isc_boolean_t partial, unsigned int options, unsigned int *countp, void **state) argument
H A Dmessage.c1824 isc_boolean_t partial = ISC_FALSE; local
1859 partial = ISC_TRUE;
1873 if (partial)
1893 if (partial && result == ISC_R_NOSPACE) {
1943 if (partial)
1972 * dns_rdataset_towire() can render partial
1975 * rdataset to indicate that a partial
1980 if (partial && result == ISC_R_NOSPACE) {
/bind-9.6-ESV-R11/bin/tests/system/xfer/
H A Dtests.sh315 $SENDCMD < ans5/partial
/bind-9.6-ESV-R11/bin/named/
H A Dquery.c785 isc_boolean_t partial = ISC_FALSE; local
799 partial = ISC_TRUE;
816 if (partial && (options & DNS_GETDB_PARTIAL) != 0)
1559 * DB only has partial address types and the glue DB has remaining

Completed in 54 milliseconds