Searched refs:answered (Results 1 – 3 of 3) sorted by relevance
373 int answered = 0; in query_loop() local424 answered++; in query_loop()450 if (answered > argc + 200) in query_loop()473 answered++; in query_loop()493 answered++; in query_loop()499 if (answered >= argc) in query_loop()512 exit(answered >= argc ? EXIT_SUCCESS : EXIT_FAILURE); in query_loop()
294 Any additional questions can be easily answered by looking at the many
599 mDNSBool answered; in AnswerInterfaceAnyQuestionsWithLocalAuthRecord() local602 answered = ResourceRecordAnswersQuestion(&rr->resrec, q); in AnswerInterfaceAnyQuestionsWithLocalAuthRecord()604 answered = LocalOnlyRecordAnswersQuestion(rr, q); in AnswerInterfaceAnyQuestionsWithLocalAuthRecord()605 if (answered) in AnswerInterfaceAnyQuestionsWithLocalAuthRecord()633 mDNSBool answered; in AnswerAllLocalQuestionsWithLocalAuthRecord() local637 answered = ResourceRecordAnswersQuestion(&rr->resrec, q); in AnswerAllLocalQuestionsWithLocalAuthRecord()639 answered = LocalOnlyRecordAnswersQuestion(rr, q); in AnswerAllLocalQuestionsWithLocalAuthRecord()640 if (answered) in AnswerAllLocalQuestionsWithLocalAuthRecord()