Home
last modified time | relevance | path

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

/PHP-7.2/ext/sqlite3/libsqlite/
H A Dsqlite3.h786 int (*xUnlock)(sqlite3_file*, int); member
H A Dsqlite3.c1825 int (*xUnlock)(sqlite3_file*, int); member
22281 return id->pMethods->xUnlock(id, lockType); in sqlite3OsUnlock()
39775 conchFile->pMethod->xUnlock((sqlite3_file*)conchFile, SHARED_LOCK);
39826 conchFile->pMethod->xUnlock((sqlite3_file*)conchFile, NO_LOCK);
39850 rc = conchFile->pMethod->xUnlock((sqlite3_file*)conchFile, NO_LOCK);
40203 rc = proxy->pMethod->xUnlock((sqlite3_file*)proxy, eFileLock);
40224 rc = lockProxy->pMethod->xUnlock((sqlite3_file*)lockProxy, NO_LOCK);
193282 return p->pReal->pMethods->xUnlock(p->pReal, eLock);

Completed in 501 milliseconds