Searched refs:question (Results 1 - 25 of 35) sorted by relevance

12

/external/jmdns/src/javax/jmdns/impl/tasks/
H A DResponder.java74 for (DNSQuestion question : _in.getQuestions()) {
76 logger.finest(this.getName() + "start() question=" + question);
78 iAmTheOnlyOne = question.iAmTheOnlyOne(this.getDns());
106 for (DNSQuestion question : _in.getQuestions()) {
108 logger.finer(this.getName() + "run() JmDNS responding to: " + question);
110 // for unicast responses the question must be included
113 questions.add(question);
116 question.addAnswers(this.getDns(), answers);
137 for (DNSQuestion question
[all...]
/external/e2fsprogs/e2fsck/
H A DproblemP.h22 problem_t question; member in struct:latch_descr
35 #define PR_AFTER_CODE 0x002000 /* After asking the first question, */
/external/mdnsresponder/mDNSPosix/
H A DClient.c39 static void BrowseCallback(mDNS *const m, DNSQuestion *question, const ResourceRecord *const answer, QC_result AddRecord) argument
53 (void)question; // Unused
180 DNSQuestion question; local
199 status = mDNS_StartBrowse(&mDNSStorage, &question, &type, &domain, mDNSInterface_Any, mDNSfalse, BrowseCallback, NULL);
208 mDNS_StopQuery(&mDNSStorage, &question);
H A DIdentify.c107 mDNSlocal void NameCallback(mDNS *const m, DNSQuestion *question, const ResourceRecord *const answer, QC_result AddRecord) argument
110 (void)question; // Unused
121 mDNSlocal void InfoCallback(mDNS *const m, DNSQuestion *question, const ResourceRecord *const answer, QC_result AddRecord) argument
124 (void)question; // Unused
163 mDNSlocal void ServicesCallback(mDNS *const m, DNSQuestion *question, const ResourceRecord *const answer, QC_result AddRecord) argument
166 (void)question; // Unused
/external/srec/srec/include/
H A Dhmm_desc.h82 question; typedef in typeref:struct:__anon12418
/external/mdnsresponder/mDNSCore/
H A DmDNS.c150 // Depending on whether this is a multicast or unicast question we want to set either:
384 LogInfo("GenerateNegativeResponse: Generating negative response for question %##s (%s)", q->qname.c, DNSTypeName(q->qtype));
388 if (m->CurrentQuestion == q) { q->ThisQInterval = 0; } // Deactivate this question
389 // Don't touch the question after this
405 // A and B, and when we stop question A, UpdateQuestionDuplicates copies the value of CNAMEReferrals
407 // the target name is still the same), and then when we stop question B, UpdateQuestionDuplicates
410 // those cases the newly re-appended question A has a different target name and therefore cannot be
411 // a duplicate of any other question ('B') which was itself a duplicate of the previous question A.
441 // Note: All the callers should use the m->CurrentQuestion to see if the question i
4583 ActivateUnicastQuery(mDNS *const m, DNSQuestion *const question, mDNSBool ScheduleImmediately) argument
4984 NetWakeResolve(mDNS *const m, DNSQuestion *question, const ResourceRecord *const answer, QC_result AddRecord) argument
6275 ExpectingUnicastResponseForQuestion(const mDNS *const m, const mDNSIPPort port, const mDNSOpaque16 id, const DNSQuestion *const question, mDNSBool tcp) argument
7608 FindDuplicateQuestion(const mDNS *const m, const DNSQuestion *const question) argument
7630 UpdateQuestionDuplicates(mDNS *const m, DNSQuestion *const question) argument
7807 GetTimeoutForMcastQuestion(mDNS *m, DNSQuestion *question) argument
7831 SetValidDNSServers(mDNS *m, DNSQuestion *question) argument
7993 GetServerForQuestion(mDNS *m, DNSQuestion *question) argument
8148 IsQuestionNew(mDNS *const m, DNSQuestion *question) argument
8313 mDNS_StartQuery_internal(mDNS *const m, DNSQuestion *const question) argument
8539 mDNS_StopQuery_internal(mDNS *const m, DNSQuestion *const question) argument
8669 mDNS_StartQuery(mDNS *const m, DNSQuestion *const question) argument
8678 mDNS_StopQuery(mDNS *const m, DNSQuestion *const question) argument
8691 mDNS_StopQueryWithRemoves(mDNS *const m, DNSQuestion *const question) argument
8742 mDNS_StartBrowse_internal(mDNS *const m, DNSQuestion *const question, const domainname *const srv, const domainname *const domain, const mDNSInterfaceID InterfaceID, mDNSBool ForceMCast, mDNSQuestionCallback *Callback, void *Context) argument
8768 mDNS_StartBrowse(mDNS *const m, DNSQuestion *const question, const domainname *const srv, const domainname *const domain, const mDNSInterfaceID InterfaceID, mDNSBool ForceMCast, mDNSQuestionCallback *Callback, void *Context) argument
8787 FoundServiceInfoSRV(mDNS *const m, DNSQuestion *question, const ResourceRecord *const answer, QC_result AddRecord) argument
8848 FoundServiceInfoTXT(mDNS *const m, DNSQuestion *question, const ResourceRecord *const answer, QC_result AddRecord) argument
8873 FoundServiceInfo(mDNS *const m, DNSQuestion *question, const ResourceRecord *const answer, QC_result AddRecord) argument
9038 mDNS_GetDomains(mDNS *const m, DNSQuestion *const question, mDNS_DomainType DomainType, const domainname *dom, const mDNSInterfaceID InterfaceID, mDNSQuestionCallback *Callback, void *Context) argument
[all...]
H A DuDNS.h81 extern mStatus mDNS_StartQuery_internal(mDNS *const m, DNSQuestion *const question);
82 extern mStatus mDNS_StopQuery_internal(mDNS *const m, DNSQuestion *const question);
H A DuDNS.c49 // question. Bit position is the index into the DNS server list. This is done so to try all
172 // This should never happen. Whenever we change DNS server, we change the ID on the question and hence
174 // penalize DNS server and no new servers to pick for the question and hence qDNSServer is NULL. If we
183 LogInfo("PenalizeDNSServer: Penalizing DNS server %#a:%d question (%##s) for question %p %##s (%s) SuppressUnusable %d",
202 LogInfo("PenalizeDNSServer: Not Penalizing PTR question");
206 LogInfo("PenalizeDNSServer: Penalizing question type %d", q->qtype);
226 q->ThisQInterval = 0; // Inactivate this question so that we dont bombard the network
237 // We want to try the next server immediately. As the question may already have backed off, reset
250 // We don't have any more DNS servers for this question
702 putLLQ(DNSMessage *const msg, mDNSu8 *ptr, const DNSQuestion *const question, const LLQOptData *const data) argument
1229 MakeTCPConn(mDNS *const m, const DNSMessage *const msg, const mDNSu8 *const end, TCPSocketFlags flags, const mDNSAddr *const Addr, const mDNSIPPort Port, domainname *hostname, DNSQuestion *const question, AuthRecord *const rr) argument
1462 GetZoneData_QuestionCallback(mDNS *const m, DNSQuestion *question, const ResourceRecord *const answer, QC_result AddRecord) argument
2206 FoundStaticHostname(mDNS *const m, DNSQuestion *question, const ResourceRecord *const answer, QC_result AddRecord) argument
4699 FoundDomain(mDNS *const m, DNSQuestion *question, const ResourceRecord *const answer, QC_result AddRecord) argument
[all...]
H A DmDNSEmbeddedAPI.h141 kDNSQClass_UnicastResponse = 0x8000 // Top bit set in a question means "unicast response acceptable"
405 // them to hang around for too long in the cache if the host in question crashes or otherwise goes away.
484 DNSQuestion *question; // For queries member in struct:tcpInfo_t
1075 mDNSBool scoped; // interface should be matched against question only
1198 mDNSAddr AddressProxy; // For reverse-mapping Sleep Proxy PTR records, address in question
1208 mDNSu8 AnsweredLocalQ; // Set if this AuthRecord has been delivered to any local question (LocalOnly or mDNSInterface_Any)
1221 const mDNSu8 *NR_AnswerTo; // Set if this record was selected by virtue of being a direct answer to a question
1281 // Everywhere else in the code, the determination of whether a question is unicast is made by checking to see if TargetQID is nonzero.
1291 // is not available locally for A or AAAA question respectively
1331 DNSQuestion *CRActiveQuestion; // Points to an active question referencin
1641 DNSQuestion question; // Storage for any active question member in struct:ZoneData_struct
[all...]
H A DDNSCommon.c1210 // ResourceRecordAnswersQuestion returns mDNStrue if the given resource record is a valid answer to the given question.
1233 // If ResourceRecord received via multicast, but question was unicast, then shouldn't use record to answer this question
1260 // If ResourceRecord received via multicast, but question was unicast, then shouldn't use record to answer this question.
1303 // may have a scope e.g., fe80::1%en0. The question may be scoped or not: the InterfaceID may be set
1306 // 1) Question: Any, LocalOnly Record: no scope. This question should be answered with this record.
1308 // 2) Question: Any, LocalOnly Record: scoped. This question should be answered with the record because
1313 // If we register a LocalOnly record, we need to answer a LocalOnly question. If the /etc/hosts has a
1314 // non scoped entry, it may not make sense to answer a scoped question
2409 getQuestion(const DNSMessage *msg, const mDNSu8 *ptr, const mDNSu8 *end, const mDNSInterfaceID InterfaceID, DNSQuestion *question) argument
[all...]
/external/jmdns/src/javax/jmdns/impl/
H A DDNSOutgoing.java148 void writeQuestion(DNSQuestion question) { argument
149 writeName(question.getName());
150 writeShort(question.getRecordType().indexValue());
151 writeShort(question.getRecordClass().indexValue());
237 * Add a question to the message.
343 for (DNSQuestion question : _questions) {
344 message.writeQuestion(question);
412 for (DNSQuestion question : _questions) {
414 buf.append(question);
H A DDNSMessage.java227 for (DNSQuestion question : _questions) {
229 buf.append(question);
H A DDNSQuestion.java20 * A DNS question.
28 * Address question.
52 * Address question.
76 * Host Information question.
85 * Pointer question.
125 * Service question.
142 DNSQuestion question = new Pointer(this.getName(), DNSRecordType.TYPE_PTR, this.getRecordClass(), this.isUnique());
143 question.addAnswers(jmDNSImpl, answers);
159 * Text question.
180 * AllRecords question
[all...]
H A DDNSIncoming.java497 for (DNSQuestion question : _questions) {
499 buf.append(question);
H A DJmDNSImpl.java1192 * Add a listener for a question. The listener will receive updates of answers to the question as they arrive, or from the cache if they are already available.
1196 * @param question
1199 public void addListener(DNSListener listener, DNSQuestion question) { argument
1207 if (question != null) {
1208 for (DNSEntry dnsEntry : this.getCache().getDNSEntryList(question.getName().toLowerCase())) {
1209 if (question.answeredBy(dnsEntry) && !dnsEntry.isExpired(now)) {
1494 * Add an answer to a question. Deal with the case when the outgoing packet overflows
/external/mdnsresponder/mDNSShared/
H A Duds_daemon.c1734 mDNSlocal void FoundInstance(mDNS *const m, DNSQuestion *question, const ResourceRecord *const answer, QC_result AddRecord) argument
1737 request_state *req = question->QuestionContext;
1762 req->sd, question->qname.c, DNSTypeName(question->qtype), AddRecord ? "Add" : "Rmv",
2225 mDNSlocal void resolve_result_callback(mDNS *const m, DNSQuestion *question, const ResourceRecord *const answer, QC_result AddRecord) argument
2231 request_state *req = question->QuestionContext;
2234 LogOperation("%3d: DNSServiceResolve(%##s) %s %s", req->sd, question->qname.c, AddRecord ? "ADD" : "RMV", RRDisplayString(m, answer));
2404 mDNSlocal int AppendNewSearchDomain(mDNS *const m, DNSQuestion *question) argument
2411 if (question->SearchListIndex == -1)
2413 LogMsg("AppendNewSearchDomain: question
2585 RetryQuestionWithSearchDomains(mDNS *const m, DNSQuestion *question, request_state *req) argument
2633 queryrecord_result_callback(mDNS *const m, DNSQuestion *question, const ResourceRecord *const answer, QC_result AddRecord) argument
2929 DNSQuestion *question = &request->u.queryrecord.q; local
2952 DNSQuestion *question = request->u.queryrecord.q2; local
3088 enum_result_callback(mDNS *const m, DNSQuestion *const question, const ResourceRecord *const answer, QC_result AddRecord) argument
[all...]
H A Ddnssd_clientshim.c354 mDNSlocal void FoundInstance(mDNS *const m, DNSQuestion *question, const ResourceRecord *const answer, QC_result AddRecord) argument
362 mDNS_DirectOP_Browse *x = (mDNS_DirectOP_Browse*)question->QuestionContext;
440 mDNSlocal void FoundServiceInfo(mDNS *const m, DNSQuestion *question, const ResourceRecord *const answer, QC_result AddRecord) argument
442 mDNS_DirectOP_Resolve *x = (mDNS_DirectOP_Resolve*)question->QuestionContext;
502 x->qSRV.ThisQInterval = -1; // So that DNSServiceResolveDispose() knows whether to cancel this question
522 x->qTXT.ThisQInterval = -1; // So that DNSServiceResolveDispose() knows whether to cancel this question
614 mDNSlocal void DNSServiceQueryRecordResponse(mDNS *const m, DNSQuestion *question, const ResourceRecord *const answer, QC_result AddRecord) argument
616 mDNS_DirectOP_QueryRecord *x = (mDNS_DirectOP_QueryRecord*)question->QuestionContext;
652 x->q.ThisQInterval = -1; // So that DNSServiceResolveDispose() knows whether to cancel this question
H A Ddnsextd.c647 DNSQuestion question; local
651 ptr = getQuestion( &pkt->msg, ptr, ( ( mDNSu8* ) &pkt->msg ) + pkt->len, NULL, &question );
653 AppendDomainName( &zname, &question.qname );
655 exception = ( ( question.qtype == kDNSType_SOA ) || ( question.qtype == kDNSType_NS ) || ( ( question.qtype == kDNSType_SRV ) && IsPublicSRV( self, &question ) ) );
659 DNSQuestion question; local
661 // It's an update. The format of the zone section is the same as the format for the question section
662 // according to RFC 2136, so we'll just treat this as a question s
3118 mDNS_GetDomains(mDNS *const m, DNSQuestion *const question, mDNS_DomainType DomainType, const domainname *dom, const mDNSInterfaceID InterfaceID, mDNSQuestionCallback *Callback, void *Context) argument
3132 mDNS_StopQuery(mDNS *const m, DNSQuestion *const question) argument
[all...]
/external/llvm/lib/TableGen/
H A DTGLexer.h41 equal, question, // = ? enumerator in enum:llvm::tgtok::TokKind
H A DTGLexer.cpp115 case '?': return tgtok::question;
/external/qemu/
H A Dcurses_keys.h279 { "question", 0x03f },
/external/clang/lib/Lex/
H A DPPExpressions.cpp424 case tok::question: return 4;
468 else if (Operator == tok::question && LHS.Val == 0)
505 if (Operator == tok::question)
522 case tok::question: // No UAC for x and y in "x ? y : z".
662 case tok::question: {
765 if (EvaluateDirectiveSubExpr(ResVal, getPrecedence(tok::question),
/external/sonivox/jet_tools/JetCreator/
H A DJetCtrls.py362 def YesNo(title, question, default):
363 """ Simple Yes/No question box """
364 dlg = wx.MessageDialog(None, question, title, wx.YES_NO | wx.ICON_QUESTION)
372 def YesNoCancel(title, question, default):
373 """ Simple Yes/No question box """
374 dlg = wx.MessageDialog(None, question, title, wx.YES_NO | wx.CANCEL | wx.ICON_QUESTION)
/external/webkit/Source/WebKit/chromium/tests/
H A DKURLTest.cpp427 // Set with something that begins in a question mark.
428 const char question[] = "?foo=bar"; local
429 kurl.setQuery(question);
433 // Set with something that doesn't begin in a question mark.
/external/icu4c/test/intltest/
H A Dwbnf.cpp977 UBool question = FALSE; local
984 question = TRUE;
1055 // for the strange question mark
1056 if (question && weights.content_size() > 0){

Completed in 8885 milliseconds

12