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

/httpd/server/
H A Dutil_expr_private.h53 op_EQ, op_NE, op_LT, op_LE, op_GT, op_GE, op_IN, enumerator in enum:__anon385
H A Dutil_expr_parse.y131 | word T_OP_LT word { $$ = ap_expr_make(op_LT, $1, $3, ctx); }
H A Dutil_expr_eval.c261 case op_LT:
375 case op_LT:
644 case op_LT:
670 CASE_OP(op_LT);
H A Dutil_expr_parse.c1601 { (yyval.exVal) = ap_expr_make(op_LT, (yyvsp[(1) - (3)].exVal), (yyvsp[(3) - (3)].exVal), ctx); }

Completed in 1013 milliseconds