Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/sqlite3/
H A Dsqlite3.c15729 SQLITE_PRIVATE int sqlite3OsShmLock(sqlite3_file *id, int, int, int);
26207 SQLITE_PRIVATE int sqlite3OsShmLock(sqlite3_file *id, int offset, int n, int flags){ in sqlite3OsShmLock() function
65985 rc = sqlite3OsShmLock(pWal->pDbFd, lockIdx, 1,
65997 (void)sqlite3OsShmLock(pWal->pDbFd, lockIdx, 1,
66007 rc = sqlite3OsShmLock(pWal->pDbFd, lockIdx, n,
66021 (void)sqlite3OsShmLock(pWal->pDbFd, lockIdx, n,