Home
last modified time | relevance | path

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

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.h739 int (*xLock)(sqlite3_file*, int); member
H A Dsqlite3.c946 int (*xLock)(sqlite3_file*, int); member
16556 return id->pMethods->xLock(id, lockType); in sqlite3OsLock()
32177 rc = conchFile->pMethod->xLock((sqlite3_file*)conchFile, lockType);
32228 rc = conchFile->pMethod->xLock((sqlite3_file*)conchFile, SHARED_LOCK);
32231 rc = conchFile->pMethod->xLock((sqlite3_file*)conchFile, lockType);
32808 rc = proxy->pMethod->xLock((sqlite3_file*)proxy, eFileLock);

Completed in 329 milliseconds