Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c16759 SQLITE_PRIVATE int sqlite3OsShmLock(sqlite3_file *id, int, int, int);
27461 SQLITE_PRIVATE int sqlite3OsShmLock(sqlite3_file *id, int offset, int n, int flags){ in sqlite3OsShmLock() function
68606 rc = sqlite3OsShmLock(pWal->pDbFd, lockIdx, 1,
68618 (void)sqlite3OsShmLock(pWal->pDbFd, lockIdx, 1,
68628 rc = sqlite3OsShmLock(pWal->pDbFd, lockIdx, n,
68642 (void)sqlite3OsShmLock(pWal->pDbFd, lockIdx, n,