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
34 # printable query type) and matched against each pattern.
36 # The first pattern matching the query is selected, and
37 # the RR following the pattern line are sent in the
49 # /pattern <key> <key_data>/
54 # pattern, only this data will be signed. Currently, this is only
121 my $pattern = $r->{pattern};
122 my($dbtype, $key_name, $key_data) = split(/ /,$pattern);
277 my $pattern = $r->{pattern};
278 my($dbtype, $key_name, $key_data) = split(/ /,$pattern);