Home
last modified time | relevance | path

Searched refs:xShmLock (Results 1 – 2 of 2) sorted by relevance

/PHP-7.1/ext/sqlite3/libsqlite/
H A Dsqlite3.h793 int (*xShmLock)(sqlite3_file*, int offset, int n, int flags); member
H A Dsqlite3.c1832 int (*xShmLock)(sqlite3_file*, int offset, int n, int flags); member
22330 return id->pMethods->xShmLock(id, offset, n, flags); in sqlite3OsShmLock()
192954 int (*xShmLock)(sqlite3_file*,int,int,int) = p->pReal->pMethods->xShmLock;
192958 xShmLock(p->pReal, i, 1, SQLITE_SHM_UNLOCK|SQLITE_SHM_EXCLUSIVE);
193396 rc = p->pReal->pMethods->xShmLock(p->pReal, ofst, n, flags);

Completed in 502 milliseconds