Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
CellArray Struct Reference

Data Fields

int nCell
 
MemPagepRef
 
u8 ** apCell
 
u16szCell
 
u8apEnd [NB *2]
 
int ixNx [NB *2]
 

Detailed Description

Definition at line 71360 of file sqlite3.c.

Field Documentation

◆ apCell

u8** CellArray::apCell

◆ apEnd

u8* CellArray::apEnd[NB *2]

Definition at line 71365 of file sqlite3.c.

Referenced by balance_nonroot(), balance_quick(), pageInsertArray(), and rebuildPage().

◆ ixNx

int CellArray::ixNx[NB *2]

Definition at line 71366 of file sqlite3.c.

Referenced by balance_nonroot(), balance_quick(), pageInsertArray(), and rebuildPage().

◆ nCell

int CellArray::nCell

Definition at line 71361 of file sqlite3.c.

Referenced by balance_nonroot(), and balance_quick().

◆ pRef

MemPage* CellArray::pRef

Definition at line 71362 of file sqlite3.c.

Referenced by balance_nonroot(), balance_quick(), cachedCellSize(), and editPage().

◆ szCell

u16* CellArray::szCell

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