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

/freebsd-10.3-release/contrib/unbound/libunbound/python/doc/examples/
H A Dexample8-1.py12 if status == 0 and result.havedata:
19 if status == 0 and result.havedata:
26 if status == 0 and result.havedata:
H A Dexample6-1.py8 if status == 0 and result.havedata:
23 if status == 0 and result.havedata:
H A Dexample7-1.py12 if status == 0 and result.havedata:
H A Dexample7-2.py12 if status == 0 and result.havedata:
/freebsd-10.3-release/contrib/unbound/libunbound/python/examples/
H A Dexample8-1.py43 if status == 0 and result.havedata:
50 if status == 0 and result.havedata:
57 if status == 0 and result.havedata:
H A Didn-lookup.py46 if status == 0 and result.havedata:
53 if status == 0 and result.havedata:
60 if status == 0 and result.havedata:
H A Dmx-lookup.py43 if status == 0 and result.havedata:
50 if status == 0 and result.havedata:
H A Ddns-lookup.py42 if status == 0 and result.havedata:
H A Dns-lookup.py43 if status == 0 and result.havedata:
H A Dreverse-lookup.py42 if status == 0 and result.havedata:
H A Ddnssec-valid.py50 if status == 0 and result.havedata:
H A Dasync-lookup.py44 if status == 0 and result.havedata:
H A Ddnssec_test.py9 print("status: %s, secure: %s, rcode: %s, havedata: %s, answer_len; %s" % (s, r.secure, r.rcode_str, r.havedata, r.answer_len))
/freebsd-10.3-release/contrib/unbound/libunbound/
H A Dunbound.h166 int havedata; member in struct:ub_result
179 * It is possible to get a result with no data (havedata is false),
H A Dlibworker.c519 /* rcode, havedata, nxdomain, secure, bogus */
522 res->havedata = 1;
/freebsd-10.3-release/usr.bin/usbhidctl/
H A Dusbhid.c303 int dlen, havedata, i, match, r, rid, use_rid; local
336 havedata = !r && (rid == 0 || dbuf[0] == rid);
343 havedata = 1;
350 if (havedata) {
366 if (havedata)
/freebsd-10.3-release/contrib/unbound/smallapp/
H A Dunbound-host.c289 if(!result->havedata && result->rcode) {
311 if(!result->havedata) {
H A Dunbound-anchor.c548 if(!res->havedata || res->rcode || !res->data) {
/freebsd-10.3-release/contrib/unbound/libunbound/python/
H A Dlibunbound.i262 >>> if status==0 and result.havedata:
501 >>> if status==0 and result.havedata:
776 if ((result == 0) || (!result->havedata) || (result->data == 0))
801 #havedata = property(_unbound.ub_result_havedata_get, _unbound.ub_result_havedata_set, "Havedata property")
826 if not self.havedata: return None

Completed in 85 milliseconds