Lines Matching refs:pattern
21 # responses based on pattern matching the queries, and
27 # /pattern/
31 # /pattern/
37 # with any number of response RRs. Each pattern is a
42 # printable query type) and matched against each pattern.
44 # The first pattern matching the query is selected, and
45 # the RR following the pattern line are sent in the
57 # /pattern <key> <key_data>/
62 # pattern, only this data will be signed. Currently, this is only
129 my $pattern = $r->{pattern};
130 my($dbtype, $key_name, $key_data) = split(/ /,$pattern);
285 my $pattern = $r->{pattern};
286 my($dbtype, $key_name, $key_data) = split(/ /,$pattern);