Searched refs:rexp (Results 1 – 3 of 3) sorted by relevance
15 my($ok, $got, $exp, $rexp, $wexp) = @_;19 if ($rexp == $rgot && $wexp == $wgot) {22 print "# read $rgot expecting $rexp\n" if $rgot != $rexp;
312 my $rexp = qr{^$exp};317 (!$pfx and $res !~ $rexp)) {
1170 static int re_check(request_rec *r, char *string, char *rexp) in re_check() argument1175 compiled = ap_pregcomp(r->pool, rexp, REG_EXTENDED | REG_NOSUB); in re_check()1178 "unable to compile pattern \"%s\"", rexp); in re_check()