Home
last modified time | relevance | path

Searched refs:answer_list (Results 1 – 25 of 41) sorted by relevance

12

/dports/dns/p5-DNS-Ldns/ldns-1.8.1/examples/
H A Dldns-keyfetcher.c50 ldns_rr_list *answer_list = NULL; in retrieve_dnskeys() local
198 answer_list = NULL; in retrieve_dnskeys()
234 if (answer_list) { in retrieve_dnskeys()
239 ldns_rr_list_sort(answer_list); in retrieve_dnskeys()
252 ldns_rr_list_sort(answer_list); in retrieve_dnskeys()
290 answer_list = NULL; in retrieve_dnskeys()
323 if (answer_list) { in retrieve_dnskeys()
420 answer_list = NULL; in retrieve_dnskeys()
469 if (answer_list) { in retrieve_dnskeys()
474 ldns_rr_list_sort(answer_list); in retrieve_dnskeys()
[all …]
/dports/dns/py-ldns/ldns-1.8.1/examples/
H A Dldns-keyfetcher.c50 ldns_rr_list *answer_list = NULL; in retrieve_dnskeys() local
198 answer_list = NULL; in retrieve_dnskeys()
234 if (answer_list) { in retrieve_dnskeys()
239 ldns_rr_list_sort(answer_list); in retrieve_dnskeys()
252 ldns_rr_list_sort(answer_list); in retrieve_dnskeys()
290 answer_list = NULL; in retrieve_dnskeys()
323 if (answer_list) { in retrieve_dnskeys()
420 answer_list = NULL; in retrieve_dnskeys()
469 if (answer_list) { in retrieve_dnskeys()
474 ldns_rr_list_sort(answer_list); in retrieve_dnskeys()
[all …]
/dports/dns/ldns/ldns-1.8.1/examples/
H A Dldns-keyfetcher.c50 ldns_rr_list *answer_list = NULL; in retrieve_dnskeys() local
198 answer_list = NULL; in retrieve_dnskeys()
234 if (answer_list) { in retrieve_dnskeys()
239 ldns_rr_list_sort(answer_list); in retrieve_dnskeys()
252 ldns_rr_list_sort(answer_list); in retrieve_dnskeys()
290 answer_list = NULL; in retrieve_dnskeys()
323 if (answer_list) { in retrieve_dnskeys()
420 answer_list = NULL; in retrieve_dnskeys()
469 if (answer_list) { in retrieve_dnskeys()
474 ldns_rr_list_sort(answer_list); in retrieve_dnskeys()
[all …]
/dports/sysutils/modules/modules-4.6.0/testsuite/modules.00-init/
H A D006-procs.exp570 set answer_list {}
636 lappend answer_list $ret
643 lappend answer_list $ret
650 lappend answer_list $ret
657 lappend answer_list $ret
710 set answer_list {}
733 set answer_list [concat $answer_list $fixed_list]
738 set answer_list [concat [list "import os"] $answer_list]
746 set answer [join $answer_list "\n"]
831 set answer_list [split $answer \n]
[all …]
/dports/net/kea/kea-2.0.1/src/bin/agent/
H A Dca_command_mgr.cc57 ElementPtr answer_list = Element::createList(); in processCommand() local
58 answer_list->add(boost::const_pointer_cast<Element>(answer)); in processCommand()
60 return (answer_list); in processCommand()
134 ElementPtr answer_list = Element::createList(); in handleCommand() local
139 answer_list)) { in handleCommand()
141 return (answer_list); in handleCommand()
146 answer_list = Element::createList(); in handleCommand()
167 answer_list->add(boost::const_pointer_cast<Element>(answer)); in handleCommand()
171 return (answer_list); in handleCommand()
/dports/sysutils/py-azure-cli/azure-cli-2.29.2/azure/cli/command_modules/find/
H A Dcustom.py44 answer_list = json.loads(response.content)
45 if not answer_list:
49 if answer_list[0]['source'] == 'pruned':
51 answer_list.pop(0)
54 for answer in answer_list:
/dports/net/kea/kea-2.0.1/src/bin/agent/tests/
H A Dca_command_mgr_unittests.cc94 std::vector<ElementPtr> answer_list = answer->listValue(); in checkAnswer() local
96 ASSERT_EQ(expected_codes.size(), answer_list.size()); in checkAnswer()
98 for (auto ans = answer_list.cbegin(); ans != answer_list.cend(); in checkAnswer()
102 EXPECT_EQ(expected_codes[std::distance(answer_list.cbegin(), ans)], in checkAnswer()
/dports/misc/py-gluonnlp/gluon-nlp-0.10.0/src/gluonnlp/data/
H A Dquestion_answering.py217 answer_list = []
221 answer_list.append(answer['text'])
224 return answer_list, answer_start_list
/dports/textproc/py-jc/jc-1.17.5/jc/parsers/
H A Ddig.py542 answer_list = []
585 answer_list = []
630 answer_list.append(_parse_answer(line))
631 output_entry.update({'answer': answer_list})
/dports/net-mgmt/ettercap/ettercap-0.8.3.1/plug-ins/dns_spoof/
H A Ddns_spoof.c89 static SLIST_HEAD(, rr_entry) answer_list;
449 while (!SLIST_EMPTY(&answer_list)) { in dns_spoof()
450 rr = SLIST_FIRST(&answer_list); in dns_spoof()
458 SLIST_REMOVE_HEAD(&answer_list, next); in dns_spoof()
582 SLIST_INSERT_HEAD(&answer_list, rr, next); in prepare_dns_reply()
645 SLIST_INSERT_HEAD(&answer_list, rr, next); in prepare_dns_reply()
694 SLIST_INSERT_HEAD(&answer_list, rr, next); in prepare_dns_reply()
788 SLIST_INSERT_HEAD(&answer_list, rr, next); in prepare_dns_reply()
838 SLIST_INSERT_HEAD(&answer_list, rr, next); in prepare_dns_reply()
884 SLIST_INSERT_HEAD(&answer_list, rr, next); in prepare_dns_reply()
[all …]
/dports/devel/tex-kpathsea/texlive-20150521-source/texk/kpathsea/
H A Dpathsearch.c615 string *answer_list; in test_path_search() local
622 answer_list = kpse_all_path_search (path, file); in test_path_search()
624 while (*answer_list) in test_path_search()
627 puts (*answer_list); in test_path_search()
628 answer_list++; in test_path_search()
/dports/print/tex-xdvik/xdvik-22.87/texk/kpathsea/
H A Dpathsearch.c615 string *answer_list; in test_path_search() local
622 answer_list = kpse_all_path_search (path, file); in test_path_search()
624 while (*answer_list) in test_path_search()
627 puts (*answer_list); in test_path_search()
628 answer_list++; in test_path_search()
/dports/lang/guile1/guile-1.8.8/libguile/
H A Dfilesys.c1187 SCM answer_list = ports_ready; in retrieve_select_type() local
1195 answer_list = get_element (set, in retrieve_select_type()
1197 answer_list); in retrieve_select_type()
1199 return scm_vector (answer_list); in retrieve_select_type()
1206 answer_list = get_element (set, SCM_CAR (list_or_vec), answer_list); in retrieve_select_type()
1209 return answer_list; in retrieve_select_type()
/dports/lang/guile/guile-3.0.7/libguile/
H A Dfilesys.c750 SCM answer_list = ports_ready; in retrieve_select_type() local
758 answer_list = get_element (set, in retrieve_select_type()
760 answer_list); in retrieve_select_type()
762 return scm_vector (answer_list); in retrieve_select_type()
769 answer_list = get_element (set, SCM_CAR (list_or_vec), answer_list); in retrieve_select_type()
772 return answer_list; in retrieve_select_type()
/dports/lang/guile2/guile-2.2.7/libguile/
H A Dfilesys.c744 SCM answer_list = ports_ready; in retrieve_select_type() local
752 answer_list = get_element (set, in retrieve_select_type()
754 answer_list); in retrieve_select_type()
756 return scm_vector (answer_list); in retrieve_select_type()
763 answer_list = get_element (set, SCM_CAR (list_or_vec), answer_list); in retrieve_select_type()
766 return answer_list; in retrieve_select_type()
/dports/net/haproxy19/haproxy-1.9.16/src/
H A Ddns.c483 list_for_each_entry_safe(item, itemback, &res->response.answer_list, list) { in dns_check_dns_response()
912 list_for_each_entry(tmp_record, &dns_p->answer_list, list) { in dns_validate_dns_response()
954 LIST_ADDQ(&dns_p->answer_list, &dns_answer_record->list); in dns_validate_dns_response()
1008 list_for_each_entry(record, &dns_p->answer_list, list) { in dns_get_ip_from_response()
1135 list_for_each_entry(record, &dns_p->answer_list, list) { in dns_get_ip_from_response()
1139 LIST_ADDQ(&dns_p->answer_list, &record->list); in dns_get_ip_from_response()
1311 LIST_INIT(&res->response.answer_list); in dns_pick_resolution()
1342 list_for_each_entry_safe(item, itemback, &resolution->response.answer_list, list) { in dns_free_resolution()
/dports/net/haproxy22/haproxy-2.2.19/src/
H A Ddns.c178 list_for_each_entry(item, &res->response.answer_list, list) { in find_srvrq_answer_record()
674 list_for_each_entry_safe(item, itemback, &res->response.answer_list, list) { in dns_check_dns_response()
1211 list_for_each_entry(tmp_record, &dns_p->answer_list, list) { in dns_validate_dns_response()
1255 LIST_ADDQ(&dns_p->answer_list, &dns_answer_record->list); in dns_validate_dns_response()
1393 list_for_each_entry(tmp_record, &dns_p->answer_list, list) { in dns_validate_dns_response()
1438 list_for_each_entry(tmp_record, &dns_p->answer_list, list) { in dns_validate_dns_response()
1519 list_for_each_entry(record, &dns_p->answer_list, list) { in dns_get_ip_from_response()
1664 list_for_each_entry(record, &dns_p->answer_list, list) { in dns_get_ip_from_response()
1668 LIST_ADDQ(&dns_p->answer_list, &record->list); in dns_get_ip_from_response()
1847 LIST_INIT(&res->response.answer_list); in dns_pick_resolution()
[all …]
/dports/net/haproxy23/haproxy-2.3.16/src/
H A Ddns.c250 list_for_each_entry(item, &res->response.answer_list, list) { in find_srvrq_answer_record()
746 list_for_each_entry_safe(item, itemback, &res->response.answer_list, list) { in dns_check_dns_response()
1283 list_for_each_entry(tmp_record, &dns_p->answer_list, list) { in dns_validate_dns_response()
1327 LIST_ADDQ(&dns_p->answer_list, &dns_answer_record->list); in dns_validate_dns_response()
1465 list_for_each_entry(tmp_record, &dns_p->answer_list, list) { in dns_validate_dns_response()
1510 list_for_each_entry(tmp_record, &dns_p->answer_list, list) { in dns_validate_dns_response()
1591 list_for_each_entry(record, &dns_p->answer_list, list) { in dns_get_ip_from_response()
1736 list_for_each_entry(record, &dns_p->answer_list, list) { in dns_get_ip_from_response()
1740 LIST_ADDQ(&dns_p->answer_list, &record->list); in dns_get_ip_from_response()
1919 LIST_INIT(&res->response.answer_list); in dns_pick_resolution()
[all …]
/dports/net/haproxy18/haproxy-1.8.30/src/
H A Ddns.c495 list_for_each_entry_safe(item, itemback, &res->response.answer_list, list) { in dns_check_dns_response()
924 list_for_each_entry(tmp_record, &dns_p->answer_list, list) { in dns_validate_dns_response()
966 LIST_ADDQ(&dns_p->answer_list, &dns_answer_record->list); in dns_validate_dns_response()
1021 list_for_each_entry(record, &dns_p->answer_list, list) { in dns_get_ip_from_response()
1148 list_for_each_entry(record, &dns_p->answer_list, list) { in dns_get_ip_from_response()
1152 LIST_ADDQ(&dns_p->answer_list, &record->list); in dns_get_ip_from_response()
1324 LIST_INIT(&res->response.answer_list); in dns_pick_resolution()
1355 list_for_each_entry_safe(item, itemback, &resolution->response.answer_list, list) { in dns_free_resolution()
/dports/dns/unbound/unbound-1.14.0/testcode/
H A Dreplay.h285 struct replay_answer* answer_list; member
/dports/net/haproxy17/haproxy-1.7.14/include/types/
H A Ddns.h127 struct list answer_list; member
/dports/net/haproxy/haproxy-2.4.10/include/haproxy/
H A Dresolvers-t.h128 struct list answer_list; member
/dports/net/haproxy20/haproxy-2.0.26/src/
H A Ddns.c505 list_for_each_entry_safe(item, itemback, &res->response.answer_list, list) { in dns_check_dns_response()
946 list_for_each_entry(tmp_record, &dns_p->answer_list, list) { in dns_validate_dns_response()
988 LIST_ADDQ(&dns_p->answer_list, &dns_answer_record->list); in dns_validate_dns_response()
1042 list_for_each_entry(record, &dns_p->answer_list, list) { in dns_get_ip_from_response()
1169 list_for_each_entry(record, &dns_p->answer_list, list) { in dns_get_ip_from_response()
1173 LIST_ADDQ(&dns_p->answer_list, &record->list); in dns_get_ip_from_response()
1351 LIST_INIT(&res->response.answer_list); in dns_pick_resolution()
1374 list_for_each_entry_safe(item, itemback, &resolution->response.answer_list, list) { in dns_purge_resolution_answer_records()
/dports/net/haproxy21/haproxy-2.1.12/src/
H A Ddns.c505 list_for_each_entry_safe(item, itemback, &res->response.answer_list, list) { in dns_check_dns_response()
939 list_for_each_entry(tmp_record, &dns_p->answer_list, list) { in dns_validate_dns_response()
981 LIST_ADDQ(&dns_p->answer_list, &dns_answer_record->list); in dns_validate_dns_response()
1035 list_for_each_entry(record, &dns_p->answer_list, list) { in dns_get_ip_from_response()
1162 list_for_each_entry(record, &dns_p->answer_list, list) { in dns_get_ip_from_response()
1166 LIST_ADDQ(&dns_p->answer_list, &record->list); in dns_get_ip_from_response()
1338 LIST_INIT(&res->response.answer_list); in dns_pick_resolution()
1369 list_for_each_entry_safe(item, itemback, &resolution->response.answer_list, list) { in dns_free_resolution()
/dports/net/haproxy/haproxy-2.4.10/src/
H A Dresolvers.c260 list_for_each_entry(item, &res->response.answer_list, list) { in find_srvrq_answer_record()
686 list_for_each_entry_safe(item, itemback, &res->response.answer_list, list) { in resolv_check_response()
1219 list_for_each_entry(tmp_record, &r_res->answer_list, list) { in resolv_validate_dns_response()
1263 LIST_APPEND(&r_res->answer_list, &answer_record->list); in resolv_validate_dns_response()
1401 list_for_each_entry(tmp_record, &r_res->answer_list, list) { in resolv_validate_dns_response()
1446 list_for_each_entry(tmp_record, &r_res->answer_list, list) { in resolv_validate_dns_response()
1530 list_for_each_entry(record, &r_res->answer_list, list) { in resolv_get_ip_from_response()
1675 list_for_each_entry(record, &r_res->answer_list, list) { in resolv_get_ip_from_response()
1679 LIST_APPEND(&r_res->answer_list, &record->list); in resolv_get_ip_from_response()
1857 LIST_INIT(&res->response.answer_list); in resolv_pick_resolution()
[all …]

12