Home
last modified time | relevance | path

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

/mOS-networking-stack/core/src/bpf/
H A Dsf_grammar.c1589 YYSIZE_T yysize = yysize0; in yysyntax_error() local
1644 yysize = yysize0; in yysyntax_error()
1650 if (! (yysize <= yysize1 in yysyntax_error()
1653 yysize = yysize1; in yysyntax_error()
1678 yysize = yysize1; in yysyntax_error()
1681 if (*yymsg_alloc < yysize) in yysyntax_error()
1683 *yymsg_alloc = 2 * yysize; in yysyntax_error()
1684 if (! (yysize <= *yymsg_alloc in yysyntax_error()
1818 YYSIZE_T yysize = yyssp - yyss + 1; in yyparse() local
1866 yyssp = yyss + yysize - 1; in yyparse()
[all …]
/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dlempar.c458 int yysize; /* Amount to pop the stack */ in yy_reduce() local
481 yysize = yyRuleInfo[yyruleno].nrhs; in yy_reduce()
482 yypParser->yyidx -= yysize; in yy_reduce()
H A Dmod_ssi_exprparser.c560 int yysize; /* Amount to pop the stack */ in yy_reduce() local
742 yysize = yyRuleInfo[yyruleno].nrhs; in yy_reduce()
743 yypParser->yyidx -= yysize; in yy_reduce()
H A Dconfigparser.c790 int yysize; /* Amount to pop the stack */ in yy_reduce() local
1402 yysize = yyRuleInfo[yyruleno].nrhs; in yy_reduce()
1403 yypParser->yyidx -= yysize; in yy_reduce()