Lines Matching refs:pattern
13 # responses based on pattern matching the queries, and
19 # /pattern/
23 # /pattern/
29 # with any number of response RRs. Each pattern is a
30 # Perl regular expression. If an empty pattern ("//") is
34 # pattern is then received over the same control connection,
39 # printable query type) and matched against each pattern.
41 # The first pattern matching the query is selected, and
42 # the RR following the pattern line are sent in the
54 # /pattern <key> <key_data>/
59 # pattern, only this data will be signed. Currently, this is only
141 my $pattern = $r->{pattern};
142 my($dbtype, $key_name, $key_data) = split(/ /,$pattern);
354 my $pattern = $r->{pattern};
355 my($dbtype, $key_name, $key_data) = split(/ /,$pattern);
465 $rule = { pattern => $1, answer => [] };
475 #print "+=+=+ $rules[0]->{'pattern'}\n";