Home
last modified time | relevance | path

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

/external/chromium_org/third_party/sqlite/src/src/
Dos_win.c1437 static int winOpenSharedMemory(winFile *pDbFd){ in winOpenSharedMemory()
1553 winFile *pDbFd; /* Database holding shared-memory */ in winShmUnmap() local
1596 winFile *pDbFd = (winFile*)fd; /* Connection holding shared memory */ in winShmLock() local
1734 winFile *pDbFd = (winFile*)fd; in winShmMap() local
Dwal.c412 sqlite3_file *pDbFd; /* File handle for the database file */ member
1234 sqlite3_file *pDbFd, /* The open database file */ in sqlite3WalOpen()
Dos_unix.c3753 static int unixOpenSharedMemory(unixFile *pDbFd){ in unixOpenSharedMemory()
3894 unixFile *pDbFd = (unixFile*)fd; in unixShmMap() local
4002 unixFile *pDbFd = (unixFile*)fd; /* Connection holding shared memory */ in unixShmLock() local
4130 unixFile *pDbFd; /* The underlying database file */ in unixShmUnmap() local