Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c16738 SQLITE_PRIVATE int sqlite3OsShmLock(sqlite3_file *id, int, int, int);
27431 SQLITE_PRIVATE int sqlite3OsShmLock(sqlite3_file *id, int offset, int n, int flags){ in sqlite3OsShmLock() function
68505 rc = sqlite3OsShmLock(pWal->pDbFd, lockIdx, 1,
68517 (void)sqlite3OsShmLock(pWal->pDbFd, lockIdx, 1,
68527 rc = sqlite3OsShmLock(pWal->pDbFd, lockIdx, n,
68541 (void)sqlite3OsShmLock(pWal->pDbFd, lockIdx, n,