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

/httpd/server/
H A Dutil_expr_private.h55 op_STR_EQ, op_STR_NE, op_STR_LT, op_STR_LE, op_STR_GT, op_STR_GE, enumerator in enum:__anon385
H A Dutil_expr_parse.y137 | word T_OP_STR_LT word { $$ = ap_expr_make(op_STR_LT, $1, $3, ctx); }
H A Dutil_expr_eval.c273 case op_STR_LT:
376 case op_STR_LT:
650 case op_STR_LT:
676 CASE_OP(op_STR_LT);
H A Dutil_expr_parse.c1637 { (yyval.exVal) = ap_expr_make(op_STR_LT, (yyvsp[(1) - (3)].exVal), (yyvsp[(3) - (3)].exVal), ctx); }

Completed in 1540 milliseconds