Searched refs:sqlite3OsShmLock (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/crypto/heimdal/lib/sqlite/ |
| H A D | sqlite3.c | 9191 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 D | sqlite3.c | 16426 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,
|