Home
last modified time | relevance | path

Searched refs:yystacksize (Results 1 – 1 of 1) sorted by relevance

/mOS-networking-stack/core/src/bpf/
H A Dsf_grammar.c1769 YYSIZE_T yystacksize; in yyparse() local
1794 yystacksize = YYINITDEPTH; in yyparse()
1815 if (yyss + yystacksize - 1 <= yyssp) in yyparse()
1835 &yystacksize); in yyparse()
1845 if (YYMAXDEPTH <= yystacksize) in yyparse()
1847 yystacksize *= 2; in yyparse()
1848 if (YYMAXDEPTH < yystacksize) in yyparse()
1849 yystacksize = YYMAXDEPTH; in yyparse()
1854 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize)); in yyparse()
1870 (unsigned long int) yystacksize)); in yyparse()
[all …]