Github User Fetcher 1.0.0
C Application with Server and GUI
|
Data Fields | |
int | nCell |
MemPage * | pRef |
u8 ** | apCell |
u16 * | szCell |
u8 * | apEnd [NB *2] |
int | ixNx [NB *2] |
u8** CellArray::apCell |
Definition at line 71363 of file sqlite3.c.
Referenced by balance_nonroot(), balance_quick(), cachedCellSize(), editPage(), pageFreeArray(), pageInsertArray(), and rebuildPage().
Definition at line 71365 of file sqlite3.c.
Referenced by balance_nonroot(), balance_quick(), pageInsertArray(), and rebuildPage().
int CellArray::ixNx[NB *2] |
Definition at line 71366 of file sqlite3.c.
Referenced by balance_nonroot(), balance_quick(), pageInsertArray(), and rebuildPage().
int CellArray::nCell |
Definition at line 71361 of file sqlite3.c.
Referenced by balance_nonroot(), and balance_quick().
MemPage* CellArray::pRef |
Definition at line 71362 of file sqlite3.c.
Referenced by balance_nonroot(), balance_quick(), cachedCellSize(), and editPage().
u16* CellArray::szCell |
Definition at line 71364 of file sqlite3.c.
Referenced by balance_nonroot(), balance_quick(), cachedCellSize(), pageFreeArray(), pageInsertArray(), and rebuildPage().