Home
last modified time | relevance | path

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

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c10744 SQLITE_PRIVATE int sqlite3OsShmLock(sqlite3_file *id, int, int, int);
16603 SQLITE_PRIVATE int sqlite3OsShmLock(sqlite3_file *id, int offset, int n, int flags){ in sqlite3OsShmLock() function
49680 rc = sqlite3OsShmLock(pWal->pDbFd, lockIdx, 1,
49689 (void)sqlite3OsShmLock(pWal->pDbFd, lockIdx, 1,
49697 rc = sqlite3OsShmLock(pWal->pDbFd, lockIdx, n,
49706 (void)sqlite3OsShmLock(pWal->pDbFd, lockIdx, n,

Completed in 357 milliseconds