Searched defs:pDbFd (Results 1 - 2 of 2) sorted by relevance
/external/sqlite/dist/orig/ |
H A D | sqlite3.c | 28881 unixOpenSharedMemory(unixFile *pDbFd) argument 29037 unixFile *pDbFd = (unixFile*)fd; local 29147 unixFile *pDbFd = (unixFile*)fd; /* Connection holding shared memory */ local 29275 unixFile *pDbFd; /* The underlying database file */ local 34565 winOpenSharedMemory(winFile *pDbFd) argument 34682 winFile *pDbFd; /* Database holding shared-memory */ local 34725 winFile *pDbFd = (winFile*)fd; /* Connection holding shared memory */ local 34863 winFile *pDbFd = (winFile*)fd; local 45745 sqlite3_file *pDbFd; /* File handle for the database file */ member in struct:Wal 46583 sqlite3WalOpen( sqlite3_vfs *pVfs, sqlite3_file *pDbFd, const char *zWalName, int bNoShm, i64 mxWalSize, Wal **ppWal ) argument [all...] |
/external/sqlite/dist/ |
H A D | sqlite3.c | 28901 unixOpenSharedMemory(unixFile *pDbFd) argument 29057 unixFile *pDbFd = (unixFile*)fd; local 29175 unixFile *pDbFd = (unixFile*)fd; /* Connection holding shared memory */ local 29303 unixFile *pDbFd; /* The underlying database file */ local 34593 winOpenSharedMemory(winFile *pDbFd) argument 34710 winFile *pDbFd; /* Database holding shared-memory */ local 34753 winFile *pDbFd = (winFile*)fd; /* Connection holding shared memory */ local 34891 winFile *pDbFd = (winFile*)fd; local 45773 sqlite3_file *pDbFd; /* File handle for the database file */ member in struct:Wal 46611 sqlite3WalOpen( sqlite3_vfs *pVfs, sqlite3_file *pDbFd, const char *zWalName, int bNoShm, i64 mxWalSize, Wal **ppWal ) argument [all...] |
Completed in 292 milliseconds