Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c9191 SQLITE_PRIVATE int sqlite3OsShmLock(sqlite3_file *id, int, int, int);
14437 SQLITE_PRIVATE int sqlite3OsShmLock(sqlite3_file *id, int offset, int n, int flags){ in sqlite3OsShmLock() function
45141 rc = sqlite3OsShmLock(pWal->pDbFd, lockIdx, 1,
45150 (void)sqlite3OsShmLock(pWal->pDbFd, lockIdx, 1,
45157 rc = sqlite3OsShmLock(pWal->pDbFd, lockIdx, n,
45166 (void)sqlite3OsShmLock(pWal->pDbFd, lockIdx, n,
/freebsd-12.1/contrib/sqlite3/
H A Dsqlite3.c16426 SQLITE_PRIVATE int sqlite3OsShmLock(sqlite3_file *id, int, int, int);
23069 SQLITE_PRIVATE int sqlite3OsShmLock(sqlite3_file *id, int offset, int n, int flags){ in sqlite3OsShmLock() function
60167 rc = sqlite3OsShmLock(pWal->pDbFd, lockIdx, 1,
60176 (void)sqlite3OsShmLock(pWal->pDbFd, lockIdx, 1,
60183 rc = sqlite3OsShmLock(pWal->pDbFd, lockIdx, n,
60192 (void)sqlite3OsShmLock(pWal->pDbFd, lockIdx, n,