Searched refs:rcode (Results 1 – 1 of 1) sorted by relevance
166 ResponseCode rcode = Header::kResponseSuccess; in ProcessQuery() local182 rcode = Header::kResponseServerFailure; in ProcessQuery()194 SuccessOrExit(rcode); in ProcessQuery()197 SuccessOrExit(rcode = aRequest.ParseQuestions(mTestMode, shouldRespond)); in ProcessQuery()198 SuccessOrExit(rcode = response.AddQuestionsFrom(aRequest)); in ProcessQuery()212 rcode = Header::kResponseNameError; in ProcessQuery()216 rcode = Header::kResponseServerFailure; in ProcessQuery()224 if (rcode != Header::kResponseSuccess) in ProcessQuery()226 response.SetResponseCode(rcode); in ProcessQuery()274 ResponseCode rcode = mHeader.GetResponseCode(); in Send() local[all …]