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

/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d364 int szOsFile; /** Size of subclassed sqlite3_file */
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.h1315 ** The szOsFile field is the size of the subclassed [sqlite3_file]
1403 ** ^At least szOsFile bytes of memory are allocated by SQLite
1467 int szOsFile; /* Size of subclassed sqlite3_file */ member in struct:sqlite3_vfs
H A Dshell.c8800 0, /* szOsFile (set when registered) */
9166 memmove(pApndFile, pBaseFile, pBaseVfs->szOsFile);
9284 apnd_vfs.szOsFile = pOrig->szOsFile + sizeof(ApndFile);
28060 oputf("vfs.szOsFile = %d\n", pVfs->szOsFile);
28076 oputf("vfs.szOsFile = %d\n", pVfs->szOsFile);
H A Dsqlite3.c1628 ** The szOsFile field is the size of the subclassed [sqlite3_file]
1716 ** ^At least szOsFile bytes of memory are allocated by SQLite
1780 int szOsFile; /* Size of subclassed sqlite3_file */ member in struct:sqlite3_vfs
[all...]

Completed in 1103 milliseconds