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

/bind-9.11.3/lib/dns/
H A Drdataset.c311 isc_boolean_t partial, unsigned int options,
541 if (partial && result == ISC_R_NOSPACE) {
308 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.c1981 isc_boolean_t partial = ISC_FALSE; local
2018 partial = ISC_TRUE;
2032 if (partial)
2052 if (partial && result == ISC_R_NOSPACE) {
2118 if (partial)
2147 * dns_rdataset_towire() can render partial
2150 * rdataset to indicate that a partial
2155 if (partial && result == ISC_R_NOSPACE) {
/bind-9.11.3/lib/isc/
H A Dentropy.c543 isc_boolean_t goodonly, partial, blocking; local
550 partial = ISC_TF((flags & ISC_ENTROPY_PARTIAL) != 0);
553 REQUIRE(!partial || returned != NULL);
566 * get some, and fail if we can't, and partial returns
591 if (!partial)
/bind-9.11.3/bin/named/
H A Dquery.c924 isc_boolean_t partial = ISC_FALSE; local
939 partial = ISC_TRUE;
956 if (partial && (options & DNS_GETDB_PARTIAL) != 0)
1911 * DB only has partial address types and the glue DB has remaining

Completed in 35 milliseconds