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

/httpd/server/
H A Dutil_expr_private.h50 op_True, op_False, enumerator in enum:__anon385
H A Dutil_expr_parse.y118 | T_FALSE { $$ = ap_expr_make(op_False, NULL, NULL, ctx); }
H A Dutil_expr_eval.c606 case op_False:
612 CASE_OP(op_False);
784 case op_False:
H A Dutil_expr_parse.c1535 { (yyval.exVal) = ap_expr_make(op_False, NULL, NULL, ctx); }

Completed in 1283 milliseconds