Lines Matching refs:response

589     for (const Response *response = this; response != nullptr; response = response->mNext)  in GetServiceInfo()  local
591 Name name(*response->mQuery, kNameOffsetInQuery); in GetServiceInfo()
596 info.ReadFrom(*response->mQuery); in GetServiceInfo()
604 IgnoreError(response->FindHostAddress(kAnswerSection, name, /* aIndex */ 0, in GetServiceInfo()
630 error = response->ReadServiceInfo(srvSection, name, aServiceInfo); in GetServiceInfo()
639 SuccessOrExit(error = response->ReadTxtRecord(txtSection, name, aServiceInfo)); in GetServiceInfo()
658 for (const Response *response = this; response != nullptr; response = response->mNext) in GetHostAddress() local
663 info.ReadFrom(*response->mQuery); in GetHostAddress()
678 error = response->FindHostAddress(section, Name(aHostName), aIndex, aAddress, aTtl); in GetHostAddress()
1217 Response response; in FinalizeQuery() local
1220 response.mInstance = &Get<Instance>(); in FinalizeQuery()
1221 response.mQuery = &mainQuery; in FinalizeQuery()
1223 FinalizeQuery(response, aError); in FinalizeQuery()
1486 Response response; in PrepareResponseAndFinalize() local
1489 nextQuery = PopulateResponse(response, aQuery, aResponseMessage); in PrepareResponseAndFinalize()
1490 response.mNext = aPrevResponse; in PrepareResponseAndFinalize()
1494 PrepareResponseAndFinalize(*nextQuery, aResponseMessage, &response); in PrepareResponseAndFinalize()
1498 FinalizeQuery(response, kErrorNone); in PrepareResponseAndFinalize()
1715 Response response; in ResolveHostAddressIfNeeded() local
1724 PopulateResponse(response, aQuery, aResponseMessage); in ResolveHostAddressIfNeeded()
1729 …SuccessOrExit(response.ReadServiceInfo(Response::kAnswerSection, Name(aQuery, kNameOffsetInQuery),… in ResolveHostAddressIfNeeded()