Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dos_win.c3921 static int winOpenSharedMemory(winFile *pDbFd){
4034 winFile *pDbFd; /* Database holding shared-memory */ local
4077 winFile *pDbFd = (winFile*)fd; /* Connection holding shared memory */ local
4219 winFile *pDbFd = (winFile*)fd; local
H A Dos_unix.c4500 static int unixLockSharedMemory(unixFile *pDbFd, unixShmNode *pShmNode){ in unixLockSharedMemory()
4589 static int unixOpenSharedMemory(unixFile *pDbFd){ in unixOpenSharedMemory()
4738 unixFile *pDbFd = (unixFile*)fd; in unixShmMap() local
4912 unixFile *pDbFd = (unixFile*)fd; /* Connection holding shared memory */ in unixShmLock() local
5070 unixFile *pDbFd; /* The underlying database file */ in unixShmUnmap() local
H A Dwal.c508 sqlite3_file *pDbFd; /* File handle for the database file */ member
1475 sqlite3_file *pDbFd, /* The open database file */ in sqlite3WalOpen()