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

Data Fields

u8 eState
 
u8 curFlags
 
u8 curPagerFlags
 
u8 hints
 
int skipNext
 
BtreepBtree
 
PgnoaOverflow
 
void * pKey
 
BtSharedpBt
 
BtCursorpNext
 
CellInfo info
 
i64 nKey
 
Pgno pgnoRoot
 
i8 iPage
 
u8 curIntKey
 
u16 ix
 
u16 aiIdx [BTCURSOR_MAX_DEPTH-1]
 
struct KeyInfopKeyInfo
 
MemPagepPage
 
MemPageapPage [BTCURSOR_MAX_DEPTH-1]
 

Detailed Description

Definition at line 63975 of file sqlite3.c.

Field Documentation

◆ aiIdx

u16 BtCursor::aiIdx[BTCURSOR_MAX_DEPTH-1]

Definition at line 63997 of file sqlite3.c.

Referenced by balance(), moveToChild(), and moveToParent().

◆ aOverflow

Pgno* BtCursor::aOverflow

Definition at line 63983 of file sqlite3.c.

Referenced by accessPayload().

◆ apPage

◆ curFlags

◆ curIntKey

u8 BtCursor::curIntKey

◆ curPagerFlags

u8 BtCursor::curPagerFlags

Definition at line 63978 of file sqlite3.c.

Referenced by btreeCursor(), getAndInitPage(), moveToChild(), and moveToRoot().

◆ eState

◆ hints

u8 BtCursor::hints

Definition at line 63979 of file sqlite3.c.

Referenced by balance().

◆ info

◆ iPage

◆ ix

◆ nKey

i64 BtCursor::nKey

Definition at line 63992 of file sqlite3.c.

Referenced by btreeRestoreCursorPosition(), saveCursorKey(), and sqlite3BtreeInsert().

◆ pBt

◆ pBtree

◆ pgnoRoot

◆ pKey

void* BtCursor::pKey

◆ pKeyInfo

struct KeyInfo* BtCursor::pKeyInfo

◆ pNext

◆ pPage

◆ skipNext


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