OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:YYSTACKDEPTH
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/sqlite/src/src/
lempar.c
53
**
YYSTACKDEPTH
is the maximum depth of the parser's stack. If
181
#if
YYSTACKDEPTH
<=0
185
yyStackEntry yystack[
YYSTACKDEPTH
]; /* The parser's stack */
239
#if
YYSTACKDEPTH
<=0
282
#if
YYSTACKDEPTH
<=0
367
#if
YYSTACKDEPTH
<=0
517
#if
YYSTACKDEPTH
>0
518
if( yypParser->yyidx>=
YYSTACKDEPTH
){
728
#if
YYSTACKDEPTH
<=0
/external/chromium_org/third_party/sqlite/src/tool/
lempar.c
47
**
YYSTACKDEPTH
is the maximum depth of the parser's stack. If
175
#if
YYSTACKDEPTH
<=0
179
yyStackEntry yystack[
YYSTACKDEPTH
]; /* The parser's stack */
233
#if
YYSTACKDEPTH
<=0
276
#if
YYSTACKDEPTH
<=0
357
#if
YYSTACKDEPTH
<=0
507
#if
YYSTACKDEPTH
>0
508
if( yypParser->yyidx>=
YYSTACKDEPTH
){
718
#if
YYSTACKDEPTH
<=0
Completed in 172 milliseconds