Home
last modified time | relevance | path

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

/src/contrib/sqlite3/
H A Dsqlite3.c16127 SQLITE_PRIVATE int sqlite3OsShmLock(sqlite3_file *id, int, int, int);
26706 SQLITE_PRIVATE int sqlite3OsShmLock(sqlite3_file *id, int offset, int n, int flags){ in sqlite3OsShmLock() function
66960 rc = sqlite3OsShmLock(pWal->pDbFd, lockIdx, 1,
66972 (void)sqlite3OsShmLock(pWal->pDbFd, lockIdx, 1,
66982 rc = sqlite3OsShmLock(pWal->pDbFd, lockIdx, n,
66996 (void)sqlite3OsShmLock(pWal->pDbFd, lockIdx, n,