Searched refs:question_rr (Results 1 – 1 of 1) sorted by relevance
1027 ldns_rr *question_rr; in ldns_pkt_query_new_frm_str_internal() local1040 question_rr = ldns_rr_new(); in ldns_pkt_query_new_frm_str_internal()1041 if (!question_rr) { in ldns_pkt_query_new_frm_str_internal()1054 ldns_rr_set_owner(question_rr, name_rdf); in ldns_pkt_query_new_frm_str_internal()1055 ldns_rr_set_type(question_rr, rr_type); in ldns_pkt_query_new_frm_str_internal()1056 ldns_rr_set_class(question_rr, rr_class); in ldns_pkt_query_new_frm_str_internal()1057 ldns_rr_set_question(question_rr, true); in ldns_pkt_query_new_frm_str_internal()1059 ldns_pkt_push_rr(packet, LDNS_SECTION_QUESTION, question_rr); in ldns_pkt_query_new_frm_str_internal()1061 ldns_rr_free(question_rr); in ldns_pkt_query_new_frm_str_internal()1110 ldns_rr *question_rr; in ldns_pkt_query_new_internal() local[all …]