Searched defs:pDbFd (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c28788 unixOpenSharedMemory(unixFile *pDbFd) argument
28936 unixFile *pDbFd = (unixFile*)fd; local
29046 unixFile *pDbFd = (unixFile*)fd; /* Connection holding shared memory */ local
29174 unixFile *pDbFd; /* The underlying database file */ local
34449 winOpenSharedMemory(winFile *pDbFd) argument
34566 winFile *pDbFd; /* Database holding shared-memory */ local
34609 winFile *pDbFd = (winFile*)fd; /* Connection holding shared memory */ local
34747 winFile *pDbFd = (winFile*)fd; local
45614 sqlite3_file *pDbFd; /* File handle for the database file */ member in struct:Wal
46452 sqlite3WalOpen( sqlite3_vfs *pVfs, sqlite3_file *pDbFd, const char *zWalName, int bNoShm, i64 mxWalSize, Wal **ppWal ) argument
[all...]

Completed in 535 milliseconds