Searched refs:rcode (Results 1 – 1 of 1) sorted by relevance
155 ResponseCode rcode = Header::kResponseSuccess; in ProcessQuery() local171 rcode = Header::kResponseServerFailure; in ProcessQuery()183 SuccessOrExit(rcode); in ProcessQuery()186 SuccessOrExit(rcode = aRequest.ParseQuestions(mTestMode, shouldRespond)); in ProcessQuery()187 SuccessOrExit(rcode = response.AddQuestionsFrom(aRequest)); in ProcessQuery()201 rcode = Header::kResponseNameError; in ProcessQuery()205 rcode = Header::kResponseServerFailure; in ProcessQuery()213 if (rcode != Header::kResponseSuccess) in ProcessQuery()215 response.SetResponseCode(rcode); in ProcessQuery()263 ResponseCode rcode = mHeader.GetResponseCode(); in Send() local[all …]