Searched refs:question_rr (Results 1 – 1 of 1) sorted by relevance
1049 ldns_rr *question_rr; in ldns_pkt_query_new_frm_str_internal() local1062 question_rr = ldns_rr_new(); in ldns_pkt_query_new_frm_str_internal()1063 if (!question_rr) { in ldns_pkt_query_new_frm_str_internal()1076 ldns_rr_set_owner(question_rr, name_rdf); in ldns_pkt_query_new_frm_str_internal()1077 ldns_rr_set_type(question_rr, rr_type); in ldns_pkt_query_new_frm_str_internal()1078 ldns_rr_set_class(question_rr, rr_class); in ldns_pkt_query_new_frm_str_internal()1079 ldns_rr_set_question(question_rr, true); in ldns_pkt_query_new_frm_str_internal()1081 ldns_pkt_push_rr(packet, LDNS_SECTION_QUESTION, question_rr); in ldns_pkt_query_new_frm_str_internal()1083 ldns_rr_free(question_rr); in ldns_pkt_query_new_frm_str_internal()1132 ldns_rr *question_rr; in ldns_pkt_query_new_internal() local[all …]