Home
last modified time | relevance | path

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

/PHP-7.1/ext/sqlite3/libsqlite/
H A Dsqlite3.h785 int (*xLock)(sqlite3_file*, int); member
H A Dsqlite3.c1824 int (*xLock)(sqlite3_file*, int); member
22278 return id->pMethods->xLock(id, lockType); in sqlite3OsLock()
37403 assert( fd->pMethods->xLock==nolockLock
39548 rc = conchFile->pMethod->xLock((sqlite3_file*)conchFile, lockType);
39599 rc = conchFile->pMethod->xLock((sqlite3_file*)conchFile, SHARED_LOCK);
39602 rc = conchFile->pMethod->xLock((sqlite3_file*)conchFile, lockType);
40179 rc = proxy->pMethod->xLock((sqlite3_file*)proxy, eFileLock);
191680 p->rc = pReal->pMethods->xLock(pReal, SQLITE_LOCK_SHARED);
191682 p->rc = pReal->pMethods->xLock(pReal, SQLITE_LOCK_EXCLUSIVE);
193271 rc = p->pReal->pMethods->xLock(p->pReal, eLock);

Completed in 990 milliseconds