Searched defs:yysize1 (Results 1 - 1 of 1) sorted by relevance

/httpd/server/
H A Dutil_expr_parse.c1124 YYSIZE_T yysize1 = yysize + yytnamerr (YY_NULL, yytname[yyx]); local
1125 if (! (yysize <= yysize1
1126 && yysize1 <= YYSTACK_ALLOC_MAXIMUM))
1128 yysize = yysize1;
1150 YYSIZE_T yysize1 = yysize + yystrlen (yyformat); local
1151 if (! (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM))
1153 yysize = yysize1;

Completed in 25 milliseconds