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

/macosx-10.9.5/Heimdal-323.92.1/lib/sqlite/
H A Dsqlite3.h814 ** The szOsFile field is the size of the subclassed [sqlite3_file]
902 ** ^At least szOsFile bytes of memory are allocated by SQLite
960 int szOsFile; /* Size of subclassed sqlite3_file */ member in struct:sqlite3_vfs
H A Dsqlite3.c1367 ** The szOsFile field is the size of the subclassed [sqlite3_file]
1455 ** ^At least szOsFile bytes of memory are allocated by SQLite
1513 int szOsFile; /* Size of subclassed sqlite3_file */ member in struct:sqlite3_vfs
11807 #define sqlite3JournalSize(pVfs) ((pVfs)->szOsFile)
14545 pFile = (sqlite3_file *)sqlite3MallocZero(pVfs->szOsFile);
24337 sizeof(os2File), /* szOsFile */
[all...]

Completed in 478 milliseconds