HomeSort by relevance Sort by last modified time
    Searched refs:question (Results 1 - 25 of 40) sorted by null

1 2

  /external/jmdns/src/javax/jmdns/impl/tasks/
Responder.java 74 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 : questions)
    [all...]
  /external/e2fsprogs/e2fsck/
problemP.h 22 problem_t question; member in struct:latch_descr
35 #define PR_AFTER_CODE 0x002000 /* After asking the first question, */
  /hardware/libhardware_legacy/
qemu.h 77 /* sends a question to the hw-control channel, then receive an answer in
81 * 'question' *must* have been formatted through qemu_command_format
83 extern int qemu_control_query( const char* question, int questionlen,
  /external/mdnsresponder/mDNSPosix/
Client.c 39 static void BrowseCallback(mDNS *const m, DNSQuestion *question, const ResourceRecord *const answer, QC_result AddRecord)
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);
Identify.c 107 mDNSlocal void NameCallback(mDNS *const m, DNSQuestion *question, const ResourceRecord *const answer, QC_result AddRecord)
110 (void)question; // Unused
121 mDNSlocal void InfoCallback(mDNS *const m, DNSQuestion *question, const ResourceRecord *const answer, QC_result AddRecord)
124 (void)question; // Unused
163 mDNSlocal void ServicesCallback(mDNS *const m, DNSQuestion *question, const ResourceRecord *const answer, QC_result AddRecord)
166 (void)question; // Unused
  /external/srec/srec/include/
hmm_desc.h 82 question; typedef in typeref:struct:__anon12633
  /external/mdnsresponder/mDNSCore/
mDNS.c 150 // 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 is still valid or no
    [all...]
uDNS.h 81 extern mStatus mDNS_StartQuery_internal(mDNS *const m, DNSQuestion *const question);
82 extern mStatus mDNS_StopQuery_internal(mDNS *const m, DNSQuestion *const question);
uDNS.c 49 // 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. If some server in the list did not retur
    [all...]
mDNSEmbeddedAPI.h 141 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
1641 DNSQuestion question; \/\/ Storage for any active question member in struct:ZoneData_struct
    [all...]
  /external/jmdns/src/javax/jmdns/impl/
DNSOutgoing.java 148 void writeQuestion(DNSQuestion question) {
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);
DNSMessage.java 227 for (DNSQuestion question : _questions) {
229 buf.append(question);
DNSQuestion.java 20 * 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()); local
143 question.addAnswers(jmDNSImpl, answers);
159 * Text question.
180 * AllRecords question
203 DNSQuestion question = new Pointer(this.getName(), DNSRecordType.TYPE_PTR, this.getRecordClass(), this.isUnique()); local
    [all...]
DNSIncoming.java 497 for (DNSQuestion question : _questions) {
499 buf.append(question);
  /external/mdnsresponder/mDNSShared/
uds_daemon.c 2929 DNSQuestion *question = &request->u.queryrecord.q; local
2952 DNSQuestion *question = request->u.queryrecord.q2; local
    [all...]
dnssd_clientshim.c 354 mDNSlocal void FoundInstance(mDNS *const m, DNSQuestion *question, const ResourceRecord *const answer, QC_result AddRecord)
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)
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)
616 mDNS_DirectOP_QueryRecord *x = (mDNS_DirectOP_QueryRecord*)question->QuestionContext;
652 x->q.ThisQInterval = -1; // So that DNSServiceResolveDispose() knows whether to cancel this question
dnsextd.c 647 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 so we can get at the zone
    [all...]
  /external/webkit/LayoutTests/fast/url/script-tests/
query.js 6 // Allow question marks in the query without escaping
  /external/llvm/lib/TableGen/
TGLexer.h 41 equal, question, // = ? enumerator in enum:llvm::tgtok::TokKind
TGLexer.cpp 115 case '?': return tgtok::question;
  /hardware/libhardware_legacy/qemu/
qemu.c 350 extern int qemu_control_query( const char* question, int questionlen,
365 ret = qemu_fd_write( fd, question, questionlen );
  /external/qemu/
curses_keys.h 279 { "question", 0x03f },
  /external/clang/lib/Lex/
PPExpressions.cpp 424 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/
JetCtrls.py 362 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/
KURLTest.cpp 427 // 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.

Completed in 1287 milliseconds

1 2