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

1234

/macosx-10.10.1/emacs-93/emacs/lisp/emacs-lisp/
H A Dtq.el35 ;; of the queue part is a list of question, regexp, closure, and
41 ;; the `delay-question' argument is non-nil, we will wait to send the
42 ;; question to the process until it has finished sending other input.
43 ;; Otherwise, once a request is enqueued, we send the given question
49 ;; have indicated that the question from the next transaction was not
62 ;; ((question regexp closure . fn)
64 ;; question: string to send to the process
65 (defun tq-queue-head-question (tq) (car (car (tq-queue tq))))
95 (defun tq-queue-add (tq question re closure fn)
97 (cons (cons question (con
[all...]
/macosx-10.10.1/ruby-106/ruby/lib/rubygems/
H A Duser_interaction.rb157 # Choose from a list of options. +question+ is a prompt displayed above
161 def choose_from_list(question, list)
162 @outs.puts question
180 # Ask a question. Returns a true for yes, false for no. If not connected
184 def ask_yes_no(question, default=nil)
206 result = case ask "#{question} [#{default_answer}]"
218 # Ask a question. Returns an answer if connected to a tty, nil otherwise.
220 def ask(question)
223 @outs.print(question + " ")
235 def ask_for_password(question)
[all...]
H A Dmock_gem_ui.rb14 def initialize question
15 super "Out of input for MockGemUi on #{question.inspect}"
58 def ask question
59 raise InputEOFError, question if @ins.eof?
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSCore/
H A DmDNS.c136 // A, AAAA , CNAME, or PTR. The caller should answer the question with this record and not send out
137 // the question on the wire if LocalOnlyRecordAnswersQuestion() also returns true.
167 // Depending on whether this is a multicast or unicast question we want to set either:
449 LogInfo("GenerateNegativeResponse: Generating negative response for question %##s (%s)", q->qname.c, DNSTypeName(q->qtype));
455 // b) Append search domains and retry the question
457 // The question may not have set Intermediates in which case we don't deliver negative responses. So, to force
460 if (m->CurrentQuestion == q) { q->ThisQInterval = 0; } // Deactivate this question
461 // Don't touch the question after this
479 // both A and AAAA question and while answering it we don't want to throw
493 // A and B, and when we stop question
5306 ActivateUnicastQuery(mDNS *const m, DNSQuestion *const question, mDNSBool ScheduleImmediately) argument
6058 NetWakeResolve(mDNS *const m, DNSQuestion *question, const ResourceRecord *const answer, QC_result AddRecord) argument
7732 ExpectingUnicastResponseForQuestion(const mDNS *const m, const mDNSIPPort port, const mDNSOpaque16 id, const DNSQuestion *const question, mDNSBool tcp) argument
10351 FindDuplicateQuestion(const mDNS *const m, const DNSQuestion *const question) argument
10378 UpdateQuestionDuplicates(mDNS *const m, DNSQuestion *const question) argument
10559 GetTimeoutForMcastQuestion(mDNS *m, DNSQuestion *question) argument
10672 SetValidDNSServers(mDNS *m, DNSQuestion *question) argument
10849 GetServerForQuestion(mDNS *m, DNSQuestion *question) argument
11100 IsQuestionNew(mDNS *const m, DNSQuestion *question) argument
11312 ValidateParameters(mDNS *const m, DNSQuestion *const question) argument
11346 InitDNSConfig(mDNS *const m, DNSQuestion *const question) argument
11397 InitCommonState(mDNS *const m, DNSQuestion *const question) argument
11531 InitWABState(DNSQuestion *const question) argument
11560 InitLLQState(DNSQuestion *const question) argument
11571 InitDNSSECProxyState(mDNS *const m, DNSQuestion *const question) argument
11602 FinalizeUnicastQuestion(mDNS *const m, DNSQuestion *question, mDNSBool purge) argument
11643 mDNS_StartQuery_internal(mDNS *const m, DNSQuestion *const question) argument
11746 mDNS_StopQuery_internal(mDNS *const m, DNSQuestion *const question) argument
11897 mDNS_StartQuery(mDNS *const m, DNSQuestion *const question) argument
11906 mDNS_StopQuery(mDNS *const m, DNSQuestion *const question) argument
11919 mDNS_StopQueryWithRemoves(mDNS *const m, DNSQuestion *const question) argument
11970 mDNS_StartBrowse_internal(mDNS *const m, DNSQuestion *const question, const domainname *const srv, const domainname *const domain, const mDNSu8 *anondata, const mDNSInterfaceID InterfaceID, mDNSu32 flags, mDNSBool ForceMCast, mDNSBool useBackgroundTrafficClass, mDNSQuestionCallback *Callback, void *Context) argument
12013 mDNS_StartBrowse(mDNS *const m, DNSQuestion *const question, const domainname *const srv, const domainname *const domain, const mDNSu8 *anondata, const mDNSInterfaceID InterfaceID, mDNSu32 flags, mDNSBool ForceMCast, mDNSBool useBackgroundTrafficClass, mDNSQuestionCallback *Callback, void *Context) argument
12034 FoundServiceInfoSRV(mDNS *const m, DNSQuestion *question, const ResourceRecord *const answer, QC_result AddRecord) argument
12095 FoundServiceInfoTXT(mDNS *const m, DNSQuestion *question, const ResourceRecord *const answer, QC_result AddRecord) argument
12120 FoundServiceInfo(mDNS *const m, DNSQuestion *question, const ResourceRecord *const answer, QC_result AddRecord) argument
12308 mDNS_GetDomains(mDNS *const m, DNSQuestion *const question, mDNS_DomainType DomainType, const domainname *dom, const mDNSInterfaceID InterfaceID, mDNSQuestionCallback *Callback, void *Context) argument
14460 DNSQuestion question; local
[all...]
H A Ddnssec.c41 // the answer delivered to the application needs DNSSEC validation. If a question needs DNSSEC
43 // original question, we create another question as part of the verification process (question is part of
44 // DNSSECVerifier). This question sets "ValidatingResponse" to distinguish itself from the original
45 // question. Without this, it will be a duplicate and never sent out. The "core" almost treats both the
47 // are added to the cache, "ValidatingResponse" question gets called back as long as the typeCovered matches
48 // the question's qtype. See the comment in DNSSECRecordAnswersQuestion for the details. The other big
49 // difference is that "ValidationRequired" question kicks off the verification process by calling into
52 // VerifySignature does not retain the original question tha
228 InitializeQuestion(mDNS *const m, DNSQuestion *question, mDNSInterfaceID InterfaceID, const domainname *qname, mDNSu16 qtype, mDNSQuestionCallback *callback, void *context) argument
2332 DNSQuestion question; local
3349 VerifySigCallback(mDNS *const m, DNSQuestion *question, const ResourceRecord *const answer, QC_result AddRecord) argument
3722 ProveInsecureCallback(mDNS *const m, DNSQuestion *question, const ResourceRecord *const answer, QC_result AddRecord) argument
4093 InitializeQuestion(mDNS *const m, DNSQuestion *question, mDNSInterfaceID InterfaceID, const domainname *qname, mDNSu16 qtype, mDNSQuestionCallback *callback, void *context) argument
[all...]
H A Ddnsproxy.c34 // for duplicates, before creating DNSProxyClient state and starting a question with the "core"
35 // (mDNS_StartQuery). When the callback for the question happens, it gathers all the necessary
246 // the question
255 // If this is the first time, initialize the header and the question.
275 LogInfo("AddResourceRecords: Answering question with %s", CRDisplayString(m, cr));
298 // If we are using CNAME to answer a question and CNAME is not the type we
309 // Along with the nsec records, we also cache the SOA record. For non-DNSSEC question, we need
310 // to send the SOA back. Normally we either cache the SOA record (non-DNSSEC question) pointed
311 // to by "cr->soa" or the NSEC/SOA records along with their RRSIGs (DNSSEC question) pointed to
314 // - if we issue a DNSSEC question followe
375 ProxyClientCallback(mDNS *const m, DNSQuestion *question, const ResourceRecord *const answer, QC_result AddRecord) argument
531 IsDuplicateClient(const mDNS *const m, const mDNSAddr *const addr, const mDNSIPPort port, const mDNSOpaque16 id, const DNSQuestion *const question) argument
[all...]
H A DuDNS.h98 extern mStatus mDNS_StartQuery_internal(mDNS *const m, DNSQuestion *const question);
99 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
194 // when we receive the first response to a DNSSEC question, we set
220 LogInfo("PenalizeDNSServer: Penalizing DNS server %#a question for question %p %##s (%s) SuppressUnusable %d",
247 LogInfo("PenalizeDNSServer: Not Penalizing PTR question");
251 LogInfo("PenalizeDNSServer: Penalizing question type %d", q->qtype);
269 q->ThisQInterval = 0; // Inactivate this question so that we dont bombard the network
290 // We want to try the next server immediately. As the question may already have backed off, reset
303 // We don't have any more DNS servers for this question. If some server in the list did not return
312 // Be careful not to touch the ThisQInterval here. For a normal question, whe
983 putLLQ(DNSMessage *const msg, mDNSu8 *ptr, const DNSQuestion *const question, const LLQOptData *const data) argument
1518 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
1748 GetZoneData_QuestionCallback(mDNS *const m, DNSQuestion *question, const ResourceRecord *const answer, QC_result AddRecord) argument
2498 FoundStaticHostname(mDNS *const m, DNSQuestion *question, const ResourceRecord *const answer, QC_result AddRecord) argument
5229 FoundDomain(mDNS *const m, DNSQuestion *question, const ResourceRecord *const answer, QC_result AddRecord) argument
[all...]
/macosx-10.10.1/mDNSResponder-561.1.1/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, mDNSNULL, mDNSInterface_Any, 0, mDNSfalse, mDNSfalse, BrowseCallback, NULL);
208 mDNS_StopQuery(&mDNSStorage, &question);
H A DIdentify.c95 mDNSlocal void NameCallback(mDNS *const m, DNSQuestion *question, const ResourceRecord *const answer, QC_result AddRecord) argument
98 (void)question; // Unused
109 mDNSlocal void InfoCallback(mDNS *const m, DNSQuestion *question, const ResourceRecord *const answer, QC_result AddRecord) argument
112 (void)question; // Unused
151 mDNSlocal void ServicesCallback(mDNS *const m, DNSQuestion *question, const ResourceRecord *const answer, QC_result AddRecord) argument
154 (void)question; // Unused
/macosx-10.10.1/hfs-285/fsck_hfs/
H A Dfsck_hfs.h69 int reply __P((char *question));
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSMacOS9/
H A DMac OS Test Searcher.c109 static void FoundInstance(mDNS *const m, DNSQuestion *question, const ResourceRecord *const answer, QC_result AddRecord) argument
111 #pragma unused (question)
112 SearcherServices *services = (SearcherServices *)question->QuestionContext;
141 static void FoundDomain(mDNS *const m, DNSQuestion *question, const ResourceRecord *const answer, QC_result AddRecord) argument
144 #pragma unused (question)
145 SearcherServices *services = (SearcherServices *)question->QuestionContext;
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSShared/
H A Duds_daemon.c2147 mDNSlocal void FoundInstance(mDNS *const m, DNSQuestion *question, const ResourceRecord *const answer, QC_result AddRecord) argument
2150 request_state *req = question->QuestionContext;
2157 if (mDNSOpaque16IsZero(question->TargetQID) && (question->BrowseThreshold > 0) && (question->CurrentAnswers >= question->BrowseThreshold))
2180 req->sd, question->qname.c, DNSTypeName(question->qtype), AddRecord ? "Add" : "Rmv",
2661 mDNSlocal void resolve_result_callback(mDNS *const m, DNSQuestion *question, const ResourceRecord *const answer, QC_result AddRecord) argument
2667 request_state *req = question
2867 AppendNewSearchDomain(mDNS *const m, DNSQuestion *question) argument
2967 ShouldDeliverNegativeResponse(mDNS *const m, DNSQuestion *question) argument
3116 RetryQuestionWithSearchDomains(mDNS *const m, DNSQuestion *question, request_state *req, QC_result AddRecord) argument
3164 queryrecord_result_reply(mDNS *const m, request_state *req, DNSQuestion *question, const ResourceRecord *const answer, QC_result AddRecord, DNSServiceErrorType error) argument
3338 queryrecord_result_callback(mDNS *const m, DNSQuestion *question, const ResourceRecord *const answer, QC_result AddRecord) argument
3536 DNSQuestion *question = &request->u.queryrecord.q; local
3561 DNSQuestion *question = request->u.queryrecord.q2; local
3774 enum_result_callback(mDNS *const m, DNSQuestion *const question, const ResourceRecord *const answer, QC_result AddRecord) argument
[all...]
/macosx-10.10.1/ruby-106/ruby/lib/rubygems/commands/
H A Dsources_command.rb72 question = <<-QUESTION.chomp
78 terminate_interaction 1 unless ask_yes_no question
/macosx-10.10.1/tcl-105/tcl_ext/tktreectrl/tktreectrl/demos/
H A Dbitmaps.tcl36 -bitmap {question {selected}}
58 questhead question warning]
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSMacOSX/
H A DDNSSECSupport.c520 mDNSlocal void DNSSECProbeCallback(mDNS *const m, DNSQuestion *question, const ResourceRecord *const answer, QC_result AddRecord) argument
526 if ((m->timenow - question->StopTime) >= 0)
529 LogDNSSEC("DNSSECProbeCallback: Question %##s (%s) timed out", question->qname.c, DNSTypeName(question->qtype));
530 mDNS_StopQuery(m, question);
536 // question will be restarted by the core and we should have the DNSSEC results eventually.
539 LogDNSSEC("DNSSECProbeCallback: Question %##s (%s)", question->qname.c, DNSTypeName(question->qtype), RRDisplayString(m, answer));
543 LogDNSSEC("DNSSECProbeCallback: Question %##s (%s), DNSSEC status %s", question->qname.c, DNSTypeName(question
[all...]
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/resolver/ans3/
H A Dans.pl54 my @questions = $packet->question;
/macosx-10.10.1/tcl-105/tk/tk/library/demos/
H A Dbitmap.tcl53 bitmapRow $w.frame.1 hourglass info question questhead warning
/macosx-10.10.1/tcl-105/tk84/tk/library/demos/
H A Dbitmap.tcl54 bitmapRow $w.frame.1 hourglass info question questhead warning
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/
H A Dsig0_test.c133 dns_rdataset_t *question = NULL; local
149 result = dns_message_gettemprdataset(query, &question);
151 dns_rdataset_init(question);
152 dns_rdataset_makequestion(question, dns_rdataclass_in,
162 ISC_LIST_APPEND(qname->list, question, link);
172 CHECK("dns_message_rendersection(question)", result);
/macosx-10.10.1/tcl-105/tcl_ext/xotcl/xotcl/apps/actiweb/
H A DMC.xotcl91 foreach question $individualTest alts $alternatives {
92 append htmlText "<LI> [[$exam pool]::$question text]\n<UL>\n"
113 foreach question $individualTest alts $alternatives {
136 Only $correctAnswers question were answered correctly. You have not succeeded :("
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/resolver/ans2/
H A Dans.pl53 my @questions = $packet->question;
/macosx-10.10.1/python-89/2.6/fix/
H A DEasyDialogs.py8 AskYesNoCancel(question, default) -- display a question and Yes, No and Cancel buttons.
82 def AskYesNoCancel(question, default = 0, yes=None, no=None, cancel=None, id=262):
/macosx-10.10.1/python-89/2.7/fix/
H A DEasyDialogs.py8 AskYesNoCancel(question, default) -- display a question and Yes, No and Cancel buttons.
82 def AskYesNoCancel(question, default = 0, yes=None, no=None, cancel=None, id=262):
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/tkextlib/treectrl/
H A Dbitmaps.rb31 :bitmap=>['question' ['selected']])
46 hourglass info questhead question warning)

Completed in 323 milliseconds

1234