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

/freebsd-10.1-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.1-release/contrib/unbound/libunbound/python/examples/
H A Dexample8-1.py42 if status == 0 and result.havedata:
49 if status == 0 and result.havedata:
56 if status == 0 and result.havedata:
H A Didn-lookup.py45 if status == 0 and result.havedata:
52 if status == 0 and result.havedata:
59 if status == 0 and result.havedata:
H A Dmx-lookup.py42 if status == 0 and result.havedata:
49 if status == 0 and result.havedata:
H A Ddns-lookup.py41 if status == 0 and result.havedata:
H A Dns-lookup.py42 if status == 0 and result.havedata:
H A Dreverse-lookup.py41 if status == 0 and result.havedata:
H A Ddnssec-valid.py49 if status == 0 and result.havedata:
H A Dasync-lookup.py43 if status == 0 and result.havedata:
H A Ddnssec_test.py8 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.1-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.1-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.1-release/contrib/unbound/smallapp/
H A Dunbound-host.c287 if(!result->havedata && result->rcode) {
309 if(!result->havedata) {
H A Dunbound-anchor.c547 if(!res->havedata || res->rcode || !res->data) {
/freebsd-10.1-release/contrib/unbound/libunbound/python/
H A Dlibunbound.i245 >>> if status==0 and result.havedata:
484 >>> if status==0 and result.havedata:
758 if ((result == 0) || (!result->havedata) || (result->data == 0))
783 #havedata = property(_unbound.ub_result_havedata_get, _unbound.ub_result_havedata_set, "Havedata property")
808 if not self.havedata: return None

Completed in 87 milliseconds