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

/httpd/server/
H A Dutil_expr_parse.c397 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \
1060 YYSIZE_T yysize = yysize0; local
1119 yysize = yysize0;
1124 YYSIZE_T yysize1 = yysize + yytnamerr (YY_NULL, yytname[yyx]);
1125 if (! (yysize <= yysize1
1128 yysize = yysize1;
1150 YYSIZE_T yysize1 = yysize + yystrlen (yyformat);
1151 if (! (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM))
1153 yysize = yysize1;
1156 if (*yymsg_alloc < yysize)
1346 YYSIZE_T yysize = yyssp - yyss + 1; local
[all...]

Completed in 36 milliseconds