Home
last modified time | relevance | path

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

/PHP-7.0/ext/sqlite3/libsqlite/
H A Dsqlite3.c13548 SQLITE_PRIVATE int sqlite3OsShmLock(sqlite3_file *id, int, int, int);
19846 SQLITE_PRIVATE int sqlite3OsShmLock(sqlite3_file *id, int offset, int n, int flags){ in sqlite3OsShmLock() function
54479 rc = sqlite3OsShmLock(pWal->pDbFd, lockIdx, 1,
54488 (void)sqlite3OsShmLock(pWal->pDbFd, lockIdx, 1,
54495 rc = sqlite3OsShmLock(pWal->pDbFd, lockIdx, n,
54504 (void)sqlite3OsShmLock(pWal->pDbFd, lockIdx, n,

Completed in 499 milliseconds