Searched refs:questions (Results 1 – 10 of 10) sorted by relevance
/packages/modules/DnsResolver/tests/dns_responder/ |
D | dns_responder.cpp | 367 questions.resize(qdcount); in read() 369 cur = questions[i].read(cur, buffer_end); in read() 425 header.qdcount = htons(questions.size()); in write() 430 for (const DNSQuestion& question : questions) { in write() 749 if (header.questions.empty()) { in handleDNSRequest() 775 for (const DNSQuestion& question : header.questions) { in handleDNSRequest() 974 for (const DNSQuestion& question : header->questions) { in makeResponseFromAddressOrHostname() 997 const std::vector<DNSQuestion>& questions = header->questions; in makeResponseFromDnsHeader() local 998 if (questions.size() != 1) { in makeResponseFromDnsHeader() 999 LOG(INFO) << "unsupported question count " << questions.size(); in makeResponseFromDnsHeader() [all …]
|
D | dns_tls_frontend.cpp | 268 for (const auto& question : dnsHdr.questions) { in handleRequests()
|
D | dns_responder.h | 95 std::vector<DNSQuestion> questions; member
|
/packages/modules/DnsResolver/tests/ |
D | resolv_cache_unit_test.cpp | 84 for (const test::DNSQuestion& question : header.questions) { in makeAnswer()
|
D | resolv_unit_test.cpp | 107 header.questions.push_back(std::move(question)); in MakeDnsMessage()
|
D | resolv_integration_test.cpp | 5552 header.questions.push_back(std::move(question)); in TEST_P()
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | fr_wordlist.combined.gz | 1dictionary=main:fr,locale=fr,description=Français,date=1414726264, ... |
D | en_GB_wordlist.combined.gz | 1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ... |
D | en_US_wordlist.combined.gz |
|
D | en_wordlist.combined.gz | 1dictionary=main:en,locale=en,description=English,date=1414726273, ... |