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

12345

/macosx-10.9.5/emacs-92/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.9.5/CPANInternal-140/Net-DNS/lib/Net/DNS/
H A DQuestion.pm19 Net::DNS::Question - DNS question class
28 question section of a DNS packet.
34 $question = Net::DNS::Question->new("example.com", "MX", "IN");
36 Creates a question object from the domain, type, and class passed
106 ($question, $offset) = Net::DNS::Question->parse(\$data, $offset);
108 Parses a question section record at the specified location within a DNS packet.
110 The second argument is the offset within the packet where the question record begins.
114 Parsing is aborted if the question object cannot be created (e.g., corrupt or insufficient data).
149 print "qname = ", $question->qname, "\n";
150 print "zname = ", $question
[all...]
H A DPacket.pm81 question => [],
86 push @{$self{question}}, Net::DNS::Question->new(@_) if @_;
98 my %self = ( question => [],
110 # Parse question/zone section
114 push(@{$self{question}}, $qd);
144 # Default question for empty packet
145 $self->push('question', Net::DNS::Question->new('','ANY','ANY'))
146 unless @{$self->{question}};
151 $header->qdcount( scalar @{$self->{question}} );
161 @{$self->{question}},
197 sub question { subroutine
[all...]
/macosx-10.9.5/ruby-104/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.9.5/mDNSResponder-522.92.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
6046 NetWakeResolve(mDNS *const m, DNSQuestion *question, const ResourceRecord *const answer, QC_result AddRecord) argument
7716 ExpectingUnicastResponseForQuestion(const mDNS *const m, const mDNSIPPort port, const mDNSOpaque16 id, const DNSQuestion *const question, mDNSBool tcp) argument
10335 FindDuplicateQuestion(const mDNS *const m, const DNSQuestion *const question) argument
10362 UpdateQuestionDuplicates(mDNS *const m, DNSQuestion *const question) argument
10543 GetTimeoutForMcastQuestion(mDNS *m, DNSQuestion *question) argument
10656 SetValidDNSServers(mDNS *m, DNSQuestion *question) argument
10833 GetServerForQuestion(mDNS *m, DNSQuestion *question) argument
11084 IsQuestionNew(mDNS *const m, DNSQuestion *question) argument
11296 ValidateParameters(mDNS *const m, DNSQuestion *const question) argument
11330 InitDNSConfig(mDNS *const m, DNSQuestion *const question) argument
11381 InitCommonState(mDNS *const m, DNSQuestion *const question) argument
11515 InitWABState(DNSQuestion *const question) argument
11544 InitLLQState(DNSQuestion *const question) argument
11555 InitDNSSECProxyState(mDNS *const m, DNSQuestion *const question) argument
11586 FinalizeUnicastQuestion(mDNS *const m, DNSQuestion *question, mDNSBool purge) argument
11627 mDNS_StartQuery_internal(mDNS *const m, DNSQuestion *const question) argument
11730 mDNS_StopQuery_internal(mDNS *const m, DNSQuestion *const question) argument
11881 mDNS_StartQuery(mDNS *const m, DNSQuestion *const question) argument
11890 mDNS_StopQuery(mDNS *const m, DNSQuestion *const question) argument
11903 mDNS_StopQueryWithRemoves(mDNS *const m, DNSQuestion *const question) argument
11954 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
11997 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
12018 FoundServiceInfoSRV(mDNS *const m, DNSQuestion *question, const ResourceRecord *const answer, QC_result AddRecord) argument
12079 FoundServiceInfoTXT(mDNS *const m, DNSQuestion *question, const ResourceRecord *const answer, QC_result AddRecord) argument
12104 FoundServiceInfo(mDNS *const m, DNSQuestion *question, const ResourceRecord *const answer, QC_result AddRecord) argument
12292 mDNS_GetDomains(mDNS *const m, DNSQuestion *const question, mDNS_DomainType DomainType, const domainname *dom, const mDNSInterfaceID InterfaceID, mDNSQuestionCallback *Callback, void *Context) argument
14436 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);
/macosx-10.9.5/mDNSResponder-522.92.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.9.5/hfs-226.1.1/fsck_hfs/
H A Dfsck_hfs.h69 int reply __P((char *question));
/macosx-10.9.5/mDNSResponder-522.92.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.9.5/mDNSResponder-522.92.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.9.5/ruby-104/ruby/lib/rubygems/commands/
H A Dsources_command.rb72 question = <<-QUESTION.chomp
78 terminate_interaction 1 unless ask_yes_no question
/macosx-10.9.5/tcl-102/tcl_ext/tktreectrl/tktreectrl/demos/
H A Dbitmaps.tcl36 -bitmap {question {selected}}
58 questhead question warning]
/macosx-10.9.5/mDNSResponder-522.92.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.9.5/bind9-45.100/bind9/bin/tests/system/resolver/ans3/
H A Dans.pl54 my @questions = $packet->question;
/macosx-10.9.5/tcl-102/tk/tk/library/demos/
H A Dbitmap.tcl53 bitmapRow $w.frame.1 hourglass info question questhead warning
/macosx-10.9.5/tcl-102/tk84/tk/library/demos/
H A Dbitmap.tcl54 bitmapRow $w.frame.1 hourglass info question questhead warning
/macosx-10.9.5/bind9-45.100/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.9.5/tcl-102/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.9.5/bind9-45.100/bind9/bin/tests/system/resolver/ans2/
H A Dans.pl53 my @questions = $packet->question;
/macosx-10.9.5/python-76.100.1/2.5/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.9.5/python-76.100.1/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):

Completed in 280 milliseconds

12345