Searched refs:szOsFile (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.h846 ** The szOsFile field is the size of the subclassed [sqlite3_file]
934 ** ^At least szOsFile bytes of memory are allocated by SQLite
992 int szOsFile; /* Size of subclassed sqlite3_file */ member in struct:sqlite3_vfs
H A Dsqlite3.c1396 ** The szOsFile field is the size of the subclassed [sqlite3_file]
1484 ** ^At least szOsFile bytes of memory are allocated by SQLite
1542 int szOsFile; /* Size of subclassed sqlite3_file */ member in struct:sqlite3_vfs
12061 #define sqlite3JournalSize(pVfs) ((pVfs)->szOsFile)
14872 pFile = (sqlite3_file *)sqlite3MallocZero(pVfs->szOsFile);
24711 sizeof(os2File), /* szOsFile */
[all...]

Completed in 445 milliseconds