Sqlite3 3.50.2
Light weight SQL DB
Loading...
Searching...
No Matches
yyParser Struct Reference
Collaboration diagram for yyParser:

Data Fields

yyStackEntryyytos
sqlite3ParserARG_SDECL sqlite3ParserCTX_SDECL yyStackEntryyystackEnd
yyStackEntryyystack
yyStackEntry yystk0 [YYSTACKDEPTH]

Detailed Description

Definition at line 176743 of file sqlite3.c.

Field Documentation

◆ yystack

yyStackEntry* yyParser::yystack

Definition at line 176754 of file sqlite3.c.

◆ yystackEnd

Definition at line 176753 of file sqlite3.c.

◆ yystk0

yyStackEntry yyParser::yystk0[YYSTACKDEPTH]

Definition at line 176755 of file sqlite3.c.

◆ yytos

yyStackEntry* yyParser::yytos

Definition at line 176744 of file sqlite3.c.


The documentation for this struct was generated from the following file: