HomeSort by: relevance | last modified time | path
    Searched defs:qrdataset (Results 1 - 10 of 10) sorted by relevancy

  /src/external/mpl/bind/dist/bin/tests/system/pipelined/
pipequeries.c 126 dns_rdataset_t *qrdataset = NULL; local
157 dns_message_gettemprdataset(message, &qrdataset);
160 dns_rdataset_makequestion(qrdataset, dns_rdataclass_in,
162 ISC_LIST_APPEND(qname->list, qrdataset, link);
  /src/external/mpl/bind/dist/tests/libtest/
ns.c 256 dns_rdataset_t *qrdataset = NULL; local
286 dns_message_gettemprdataset(message, &qrdataset);
298 dns_rdataset_makequestion(qrdataset, dns_rdataclass_in, qtype);
299 ISC_LIST_APPEND(qname->list, qrdataset, link);
335 dns_message_puttemprdataset(message, &qrdataset);
  /src/external/mpl/dhcp/bind/dist/lib/dns/
xfrin.c 1145 dns_rdataset_t *qrdataset = NULL; local
1161 CHECK(dns_message_gettemprdataset(msg, &qrdataset));
1162 dns_rdataset_makequestion(qrdataset, xfr->rdclass, xfr->reqtype);
1163 ISC_LIST_APPEND(qname->list, qrdataset, link);
1164 qrdataset = NULL;
1233 if (qrdataset != NULL) {
1234 dns_message_puttemprdataset(msg, &qrdataset);
resolver.c 2567 dns_rdataset_t *qrdataset = NULL; local
2619 result = dns_message_gettemprdataset(fctx->qmessage, &qrdataset);
2641 dns_rdataset_makequestion(qrdataset, res->rdclass, fctx->type);
2642 ISC_LIST_APPEND(qname->list, qrdataset, link);
2645 qrdataset = NULL;
3095 if (qrdataset != NULL) {
3096 dns_message_puttemprdataset(fctx->qmessage, &qrdataset);
zone.c 13048 dns_rdataset_t *qrdataset = NULL; local
13061 result = dns_message_gettemprdataset(message, &qrdataset);
13070 dns_rdataset_makequestion(qrdataset, zone->rdclass, rdtype);
13071 ISC_LIST_APPEND(qname->list, qrdataset, link);
13081 if (qrdataset != NULL) {
13082 dns_message_puttemprdataset(message, &qrdataset);
  /src/external/mpl/bind/dist/bin/tools/
mdig.c 583 dns_rdataset_t *qrdataset = NULL; local
622 dns_message_gettemprdataset(message, &qrdataset);
625 dns_rdataset_makequestion(qrdataset, query->rdclass, query->rdtype);
626 ISC_LIST_APPEND(qname->list, qrdataset, link);
  /src/external/mpl/bind/dist/lib/dns/
xfrin.c 1587 dns_rdataset_t *qrdataset = NULL; local
1610 dns_message_gettemprdataset(msg, &qrdataset);
1611 dns_rdataset_makequestion(qrdataset, xfr->rdclass, xfr->reqtype);
1612 ISC_LIST_APPEND(qname->list, qrdataset, link);
1613 qrdataset = NULL;
resolver.c 2340 dns_rdataset_t *qrdataset = NULL; local
2369 dns_message_gettemprdataset(fctx->qmessage, &qrdataset);
2377 dns_rdataset_makequestion(qrdataset, res->rdclass, fctx->type);
2378 ISC_LIST_APPEND(qname->list, qrdataset, link);
zone.c 13211 dns_rdataset_t *qrdataset = NULL; local
13221 dns_message_gettemprdataset(message, &qrdataset);
13227 dns_rdataset_makequestion(qrdataset, zone->rdclass, rdtype);
13228 ISC_LIST_APPEND(qname->list, qrdataset, link);
  /src/external/mpl/bind/dist/lib/ns/
xfrout.c 1370 dns_rdataset_t *qrdataset; local
1455 qrdataset = NULL;
1456 dns_message_gettemprdataset(msg, &qrdataset);
1457 dns_rdataset_makequestion(qrdataset,
1469 ISC_LIST_APPEND(qname->list, qrdataset, link);

Completed in 92 milliseconds