Searched defs:pDbFd (Results 1 – 3 of 3) sorted by relevance
3921 static int winOpenSharedMemory(winFile *pDbFd){4034 winFile *pDbFd; /* Database holding shared-memory */ local4077 winFile *pDbFd = (winFile*)fd; /* Connection holding shared memory */ local4219 winFile *pDbFd = (winFile*)fd; local
4500 static int unixLockSharedMemory(unixFile *pDbFd, unixShmNode *pShmNode){ in unixLockSharedMemory()4589 static int unixOpenSharedMemory(unixFile *pDbFd){ in unixOpenSharedMemory()4738 unixFile *pDbFd = (unixFile*)fd; in unixShmMap() local4912 unixFile *pDbFd = (unixFile*)fd; /* Connection holding shared memory */ in unixShmLock() local5070 unixFile *pDbFd; /* The underlying database file */ in unixShmUnmap() local
508 sqlite3_file *pDbFd; /* File handle for the database file */ member1475 sqlite3_file *pDbFd, /* The open database file */ in sqlite3WalOpen()