Home
last modified time | relevance | path

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

/minix3/external/public-domain/sqlite/dist/
H A Dsqlite3.c10018 SQLITE_PRIVATE int sqlite3OsShmLock(sqlite3_file *id, int, int, int);
15603 SQLITE_PRIVATE int sqlite3OsShmLock(sqlite3_file *id, int offset, int n, int flags){ in sqlite3OsShmLock() function
47429 rc = sqlite3OsShmLock(pWal->pDbFd, lockIdx, 1,
47438 (void)sqlite3OsShmLock(pWal->pDbFd, lockIdx, 1,
47445 rc = sqlite3OsShmLock(pWal->pDbFd, lockIdx, n,
47454 (void)sqlite3OsShmLock(pWal->pDbFd, lockIdx, n,