Lines Matching refs:qname

103         ldns_rdf 	*qname, *qname_tmp;
163 qname = NULL; src = NULL;
596 qname = ldns_dname_new_frm_str(name);
597 if (!qname) {
601 (void)do_trace(res, qname, type, clas);
609 qname = ldns_dname_new_frm_str(name);
610 if (!qname) {
611 error("%s", "making qname");
615 result = do_secure_trace(res, qname, type, clas, key_list, trace_start_name);
620 qname = ldns_dname_new_frm_str(name);
621 if (!qname) {
622 error("%s", "making qname");
631 &pkt, res, qname, type, clas, qflags);
651 result = do_chase(res, qname, type,
681 qname = ldns_dname_new_frm_str(name);
682 if (!qname) {
683 error("%s", "making qname");
686 status = ldns_resolver_prepare_query_pkt(&qpkt, res, qname, type, clas, qflags);
736 qname = ldns_dname_new_frm_str(name2);
737 qname_tmp = ldns_dname_reverse(qname);
738 ldns_rdf_deep_free(qname);
739 qname = qname_tmp;
741 status = ldns_dname_cat(qname, qname_tmp);
749 qname = ldns_dname_new_frm_str(name);
750 if (qname) {
751 qname_tmp = ldns_dname_reverse(qname);
752 ldns_rdf_deep_free(qname);
753 qname = qname_tmp;
755 status = ldns_dname_cat(qname, qname_tmp);
762 if (!qname) {
769 &pkt, res, qname, type, clas, qflags);
819 qname = ldns_dname_new_frm_str(name);
820 if (!qname) {
821 error("%s", "error in making qname");
825 status = ldns_axfr_start(res, qname, clas);
850 &pkt, res, qname,
886 pkt, qname, type,
902 result = ldns_pkt_verify(pkt, type, qname, key_list, NULL, key_verified);
906 result = ldns_verify_denial(pkt, qname, type, NULL, NULL);
910 ldns_rdf_print(stdout, qname);
966 ldns_rdf_deep_free(qname);