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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/sqlite-3.6.22/
H A Dsqlite3.h682 ** The szOsFile field is the size of the subclassed [sqlite3_file]
763 ** At least szOsFile bytes of memory are allocated by SQLite
800 int szOsFile; /* Size of subclassed sqlite3_file */ member in struct:sqlite3_vfs
H A Dsqlite3.c1206 ** The szOsFile field is the size of the subclassed [sqlite3_file]
1287 ** At least szOsFile bytes of memory are allocated by SQLite
1324 int szOsFile; /* Size of subclassed sqlite3_file */ member in struct:sqlite3_vfs
10542 #define sqlite3JournalSize(pVfs) ((pVfs)->szOsFile)
12202 pFile = (sqlite3_file *)sqlite3Malloc(pVfs->szOsFile);
21232 sizeof(os2File), /* szOsFile */
26814 sizeof(unixFile), /* szOsFile */ \
[all...]

Completed in 303 milliseconds