Searched refs:op_STR_LT (Results 1 - 4 of 4) sorted by relevance
/httpd/server/ |
H A D | util_expr_private.h | 55 op_STR_EQ, op_STR_NE, op_STR_LT, op_STR_LE, op_STR_GT, op_STR_GE, enumerator in enum:__anon385
|
H A D | util_expr_parse.y | 137 | word T_OP_STR_LT word { $$ = ap_expr_make(op_STR_LT, $1, $3, ctx); }
|
H A D | util_expr_eval.c | 273 case op_STR_LT: 376 case op_STR_LT: 650 case op_STR_LT: 676 CASE_OP(op_STR_LT);
|
H A D | util_expr_parse.c | 1637 { (yyval.exVal) = ap_expr_make(op_STR_LT, (yyvsp[(1) - (3)].exVal), (yyvsp[(3) - (3)].exVal), ctx); }
|
Completed in 1540 milliseconds