Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c15683 SQLITE_PRIVATE int sqlite3OsShmLock(sqlite3_file *id, int, int, int);
25928 SQLITE_PRIVATE int sqlite3OsShmLock(sqlite3_file *id, int offset, int n, int flags){ in sqlite3OsShmLock() function
65626 rc = sqlite3OsShmLock(pWal->pDbFd, lockIdx, 1,
65638 (void)sqlite3OsShmLock(pWal->pDbFd, lockIdx, 1,
65648 rc = sqlite3OsShmLock(pWal->pDbFd, lockIdx, n,
65662 (void)sqlite3OsShmLock(pWal->pDbFd, lockIdx, n,