Home | History | Annotate | Download | only in libpcap

Lines Matching full:yystacksize

588    local variables YYSIZE and YYSTACKSIZE give the old and new number of
598 yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
1584 YYSIZE_T yystacksize = YYINITDEPTH;
1624 if (yyss + yystacksize - 1 <= yyssp)
1646 &yystacksize);
1656 if (YYMAXDEPTH <= yystacksize)
1658 yystacksize *= 2;
1659 if (YYMAXDEPTH < yystacksize)
1660 yystacksize = YYMAXDEPTH;
1665 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
1683 (unsigned long int) yystacksize));
1685 if (yyss + yystacksize - 1 <= yyssp)