Searched refs:GetZoneData_QuestionCallback (Results 1 - 1 of 1) sorted by relevance

/external/mdnsresponder/mDNSCore/
H A DuDNS.c1457 // Forward reference: GetZoneData_StartQuery references GetZoneData_QuestionCallback, and
1458 // GetZoneData_QuestionCallback calls GetZoneData_StartQuery
1461 // GetZoneData_QuestionCallback is called from normal client callback context (core API calls allowed)
1462 mDNSlocal void GetZoneData_QuestionCallback(mDNS *const m, DNSQuestion *question, const ResourceRecord *const answer, QC_result AddRecord) function
1466 debugf("GetZoneData_QuestionCallback: %s %s", AddRecord ? "Add" : "Rmv", RRDisplayString(m, answer));
1477 LogMsg("GetZoneData_QuestionCallback: Question %##s (%s) ThisQInterval %d not -1", question->qname.c, DNSTypeName(question->qtype), question->ThisQInterval);
1492 LogInfo("GetZoneData_QuestionCallback: not chopping labels for %##s", zd->CurrentSOA->c);
1513 LogMsg("GetZoneData_QuestionCallback: Question %##s (%s) ThisQInterval %d not -1", question->qname.c, DNSTypeName(question->qtype), question->ThisQInterval);
1548 LogMsg("GetZoneData_QuestionCallback: Question %##s (%s) ThisQInterval %d not -1", question->qname.c, DNSTypeName(question->qtype), question->ThisQInterval);
1596 zd->question.QuestionCallback = GetZoneData_QuestionCallback;
[all...]

Completed in 83 milliseconds