Home
last modified time | relevance | path

Searched refs:rr_len (Results 101 – 115 of 115) sorted by relevance

12345

/dports/dns/unbound/unbound-1.14.0/validator/
H A Dval_neg.c685 if(!d || d->count == 0 || d->rr_len[0] < 2+1) in wipeout()
689 end_len = dname_valid(end, d->rr_len[0]-2); in wipeout()
/dports/net-mgmt/super_mediator/super_mediator-1.6.0/src/
H A Dmediator_core.c2845 size_t rr_len = sizeof(dnsrr); local
2853 rc = fBufNext(fbuf, (uint8_t *)&dnsrr, &rr_len, err);
2877 (uint8_t *)&dnsrr, rr_len, err))
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/oops/
H A DconstantPool.cpp279 int rr_len = rr->length(); in archive_resolved_references() local
280 for (int i = 0; i < rr_len; i++) { in archive_resolved_references()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/oops/
H A DconstantPool.cpp279 int rr_len = rr->length(); in archive_resolved_references() local
280 for (int i = 0; i < rr_len; i++) { in archive_resolved_references()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/oops/
H A DconstantPool.cpp279 int rr_len = rr->length(); in archive_resolved_references() local
280 for (int i = 0; i < rr_len; i++) { in archive_resolved_references()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/oops/
H A DconstantPool.cpp280 int rr_len = rr->length(); in archive_resolved_references() local
281 for (int i = 0; i < rr_len; i++) { in archive_resolved_references()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/oops/
H A DconstantPool.cpp294 int rr_len = rr->length(); in archive_resolved_references() local
295 for (int i = 0; i < rr_len; i++) { in archive_resolved_references()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/oops/
H A DconstantPool.cpp280 int rr_len = rr->length(); in archive_resolved_references() local
281 for (int i = 0; i < rr_len; i++) { in archive_resolved_references()
/dports/www/node10/node-v10.24.1/src/
H A Dcares_wrap.cc1100 const int rr_len = cares_get_16bit(ptr + 8); in ParseSoaReply() local
1170 ptr += rr_len; in ParseSoaReply()
/dports/dns/unbound/unbound-1.14.0/libunbound/
H A Dlibworker.c485 res->len[i] = (int)(data->rr_len[i] - 2); in fill_res()
/dports/dns/unbound/unbound-1.14.0/services/
H A Dmesh.c1593 dsrc->rr_len[0], dsrc->rr_ttl[0], "CNAME local alias")) in mesh_state_add_reply()
/dports/dns/unbound/unbound-1.14.0/daemon/
H A Dworker.c1410 qinfo.qname_len = d->rr_len[0] - 2; in worker_handle_request()
H A Dremote.c1881 d->rrsig_count == 0 && d->rr_len[0] == 0) { in negative_del_rrset()
/dports/dns/unbound/unbound-1.14.0/contrib/
H A Dfastrpz.patch1786 + len = data->rr_len[rr_n];
1897 + nsname_size = nsdata->rr_len[rr_n];
/dports/dns/c-ares/c-ares-1.17.2/
H A DCHANGES1570 records; for A records, the `rr_len > 7` check will fail as there

12345