/external/e2fsprogs/e2fsck/ |
H A D | problemP.h | 24 problem_t question; member in struct:latch_descr 37 #define PR_AFTER_CODE 0x002000 /* After asking the first question, */
|
/external/mdnsresponder/mDNSPosix/ |
H A D | Client.c | 39 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 D | Identify.c | 107 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/jmdns/src/javax/jmdns/impl/ |
H A D | DNSOutgoing.java | 148 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 D | JmDNSImpl.java | 1192 * 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/clang/lib/Lex/ |
H A D | PPExpressions.cpp | 500 case tok::question: return 4; 552 else if (Operator == tok::question && LHS.Val == 0) 588 if (Operator == tok::question) 605 case tok::question: // No UAC for x and y in "x ? y : z". 742 case tok::question: { 747 PP.Diag(OpLoc, diag::note_matching) << tok::question; member in class:tok 846 if (EvaluateDirectiveSubExpr(ResVal, getPrecedence(tok::question),
|
/external/llvm/lib/TableGen/ |
H A D | TGLexer.h | 42 equal, question, // = ? enumerator in enum:llvm::tgtok::TokKind
|
/external/swiftshader/third_party/LLVM/lib/TableGen/ |
H A D | TGLexer.h | 41 equal, question, // = ? enumerator in enum:llvm::tgtok::TokKind
|
/external/mdnsresponder/mDNSShared/ |
H A D | dnssd_clientshim.c | 369 mDNSlocal void FoundInstance(mDNS *const m, DNSQuestion *question, const ResourceRecord *const answer, QC_result AddRecord) argument 377 mDNS_DirectOP_Browse *x = (mDNS_DirectOP_Browse*)question->QuestionContext; 455 mDNSlocal void FoundServiceInfo(mDNS *const m, DNSQuestion *question, const ResourceRecord *const answer, QC_result AddRecord) argument 457 mDNS_DirectOP_Resolve *x = (mDNS_DirectOP_Resolve*)question->QuestionContext; 517 x->qSRV.ThisQInterval = -1; // So that DNSServiceResolveDispose() knows whether to cancel this question 537 x->qTXT.ThisQInterval = -1; // So that DNSServiceResolveDispose() knows whether to cancel this question 629 mDNSlocal void DNSServiceQueryRecordResponse(mDNS *const m, DNSQuestion *question, const ResourceRecord *const answer, QC_result AddRecord) argument 631 mDNS_DirectOP_QueryRecord *x = (mDNS_DirectOP_QueryRecord*)question->QuestionContext; 667 x->q.ThisQInterval = -1; // So that DNSServiceResolveDispose() knows whether to cancel this question
|
H A D | 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 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...] |
H A D | uds_daemon.c | 1740 mDNSlocal void FoundInstance(mDNS *const m, DNSQuestion *question, const ResourceRecord *const answer, QC_result AddRecord) argument 1743 request_state *req = question->QuestionContext; 1768 req->sd, question->qname.c, DNSTypeName(question->qtype), AddRecord ? "Add" : "Rmv", 2227 mDNSlocal void resolve_result_callback(mDNS *const m, DNSQuestion *question, const ResourceRecord *const answer, QC_result AddRecord) argument 2233 request_state *req = question->QuestionContext; 2236 LogOperation("%3d: DNSServiceResolve(%##s) %s %s", req->sd, question->qname.c, AddRecord ? "ADD" : "RMV", RRDisplayString(m, answer)); 2406 mDNSlocal int AppendNewSearchDomain(mDNS *const m, DNSQuestion *question) argument 2413 if (question->SearchListIndex == -1) 2415 LogMsg("AppendNewSearchDomain: question 2587 RetryQuestionWithSearchDomains(mDNS *const m, DNSQuestion *question, request_state *req) argument 2635 queryrecord_result_callback(mDNS *const m, DNSQuestion *question, const ResourceRecord *const answer, QC_result AddRecord) argument 2931 DNSQuestion *question = &request->u.queryrecord.q; local 2954 DNSQuestion *question = request->u.queryrecord.q2; local 3090 enum_result_callback(mDNS *const m, DNSQuestion *const question, const ResourceRecord *const answer, QC_result AddRecord) argument [all...] |
/external/clang/lib/Parse/ |
H A D | ParseExpr.cpp | 339 Diag(OpToken, diag::note_matching) << tok::question; member in class:tok
|
/external/pdfium/samples/ |
H A D | pdfium_test.cc | 342 FPDF_WIDESTRING question, 351 GetPlatformWString(question).c_str(), 341 ExampleAppResponse(IPDF_JSPLATFORM*, FPDF_WIDESTRING question, FPDF_WIDESTRING title, FPDF_WIDESTRING default_value, FPDF_WIDESTRING label, FPDF_BOOL is_password, void* response, int length) argument
|
/external/ImageMagick/MagickCore/ |
H A D | widget.c | 3396 question[MagickPathExtent]; 3398 (void) CopyMagickString(question,description,MagickPathExtent); 3399 (void) ConcatenateMagickString(question,"?",MagickPathExtent); 3400 width=WidgetTextWidth(font_info,question); 3404 windows->widget.annotate_context,x,y,question,Extent(question)); 3370 question[MagickPathExtent]; local
|
/external/mdnsresponder/mDNSCore/ |
H A D | 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 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 D | DNSCommon.c | 1210 // 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...] |
H A D | 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 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 D | mDNSEmbeddedAPI.h | 152 kDNSQClass_UnicastResponse = 0x8000 // Top bit set in a question means "unicast response acceptable" 416 // them to hang around for too long in the cache if the host in question crashes or otherwise goes away. 495 DNSQuestion *question; // For queries member in struct:tcpInfo_t 1086 mDNSBool scoped; // interface should be matched against question only 1209 mDNSAddr AddressProxy; // For reverse-mapping Sleep Proxy PTR records, address in question 1219 mDNSu8 AnsweredLocalQ; // Set if this AuthRecord has been delivered to any local question (LocalOnly or mDNSInterface_Any) 1232 const mDNSu8 *NR_AnswerTo; // Set if this record was selected by virtue of being a direct answer to a question 1292 // Everywhere else in the code, the determination of whether a question is unicast is made by checking to see if TargetQID is nonzero. 1302 // is not available locally for A or AAAA question respectively 1342 DNSQuestion *CRActiveQuestion; // Points to an active question referencin 1652 DNSQuestion question; // Storage for any active question member in struct:ZoneData_struct [all...] |