Searched refs:op_NRE (Results 1 - 4 of 4) sorted by relevance

/httpd/server/
H A Dutil_expr_private.h54 op_REG, op_NRE, enumerator in enum:__anon385
H A Dutil_expr_parse.y143 | word T_OP_NRE regex { $$ = ap_expr_make(op_NRE, $1, $3, ctx); }
H A Dutil_expr_eval.c311 case op_NRE: {
656 case op_NRE:
682 CASE_OP(op_NRE);
H A Dutil_expr_parse.c1673 { (yyval.exVal) = ap_expr_make(op_NRE, (yyvsp[(1) - (3)].exVal), (yyvsp[(3) - (3)].exVal), ctx); }

Completed in 28 milliseconds