Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dtest_superlock.c98 int (*xShmLock)(sqlite3_file*, int, int, int) = fd->pMethods->xShmLock; in superlockShmLock() local
H A Dsqlite.h.in849 int (*xShmLock)(sqlite3_file*, int offset, int n, int flags); member
/sqlite-3.40.0/ext/rbu/
H A Dsqlite3rbu.c4487 int (*xShmLock)(sqlite3_file*,int,int,int) = p->pReal->pMethods->xShmLock; in rbuUnlockShm() local