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

Data Fields

u8pSpace
 
sqlite3_int64 nFree
 
sqlite3_int64 nNeeded
 

Detailed Description

Definition at line 79979 of file sqlite3.c.

Field Documentation

◆ nFree

sqlite3_int64 ReusableSpace::nFree

Definition at line 79981 of file sqlite3.c.

Referenced by allocSpace(), and sqlite3VdbeMakeReady().

◆ nNeeded

sqlite3_int64 ReusableSpace::nNeeded

Definition at line 79982 of file sqlite3.c.

Referenced by allocSpace(), and sqlite3VdbeMakeReady().

◆ pSpace

u8* ReusableSpace::pSpace

Definition at line 79980 of file sqlite3.c.

Referenced by allocSpace(), and sqlite3VdbeMakeReady().


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