Home
last modified time | relevance | path

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

/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dparse.c101 #ifndef YYSTACKDEPTH
102 #define YYSTACKDEPTH 100 macro
646 #if YYSTACKDEPTH<=0
650 yyStackEntry yystack[YYSTACKDEPTH]; /* The parser's stack */
1050 #if YYSTACKDEPTH<=0
1093 #if YYSTACKDEPTH<=0 in sqliteParserAlloc()
1244 #if YYSTACKDEPTH<=0 in sqliteParserFree()
1393 #if YYSTACKDEPTH>0 in yy_shift()
1394 if( yypParser->yyidx>=YYSTACKDEPTH ){ in yy_shift()
3223 #if YYSTACKDEPTH<=0 in sqliteParser()
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c103523 #ifndef YYSTACKDEPTH
103524 #define YYSTACKDEPTH 100
104182 #if YYSTACKDEPTH<=0
104186 yyStackEntry yystack[YYSTACKDEPTH]; /* The parser's stack */
104629 #if YYSTACKDEPTH<=0
104672 #if YYSTACKDEPTH<=0
104822 #if YYSTACKDEPTH<=0
104975 #if YYSTACKDEPTH>0
104976 if( yypParser->yyidx>=YYSTACKDEPTH ){
106614 #if YYSTACKDEPTH<=0

Completed in 261 milliseconds