Home
last modified time | relevance | path

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

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.h740 int (*xUnlock)(sqlite3_file*, int); member
H A Dsqlite3.c947 int (*xUnlock)(sqlite3_file*, int); member
16559 return id->pMethods->xUnlock(id, lockType); in sqlite3OsUnlock()
32404 conchFile->pMethod->xUnlock((sqlite3_file*)conchFile, SHARED_LOCK);
32455 conchFile->pMethod->xUnlock((sqlite3_file*)conchFile, NO_LOCK);
32479 rc = conchFile->pMethod->xUnlock((sqlite3_file*)conchFile, NO_LOCK);
32832 rc = proxy->pMethod->xUnlock((sqlite3_file*)proxy, eFileLock);
32853 rc = lockProxy->pMethod->xUnlock((sqlite3_file*)lockProxy, NO_LOCK);

Completed in 320 milliseconds