Searched refs:xLock (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/crypto/heimdal/lib/sqlite/ |
| HD | sqlite3.h | 685 int (*xLock)(sqlite3_file*, int); member
|
| HD | sqlite3.c | 1238 int (*xLock)(sqlite3_file*, int); member 14418 return id->pMethods->xLock(id, lockType); in sqlite3OsLock() 30525 rc = conchFile->pMethod->xLock((sqlite3_file*)conchFile, lockType); 30576 rc = conchFile->pMethod->xLock((sqlite3_file*)conchFile, SHARED_LOCK); 30579 rc = conchFile->pMethod->xLock((sqlite3_file*)conchFile, lockType); 30702 rc = conchFile->pMethod->xLock((sqlite3_file*)conchFile, EXCLUSIVE_LOCK); 31151 rc = proxy->pMethod->xLock((sqlite3_file*)proxy, eFileLock);
|
| /NextBSD/contrib/sqlite3/ |
| HD | sqlite3.h | 739 int (*xLock)(sqlite3_file*, int); member
|
| HD | sqlite3.c | 953 int (*xLock)(sqlite3_file*, int); member 16666 return id->pMethods->xLock(id, lockType); in sqlite3OsLock() 32692 rc = conchFile->pMethod->xLock((sqlite3_file*)conchFile, lockType); 32743 rc = conchFile->pMethod->xLock((sqlite3_file*)conchFile, SHARED_LOCK); 32746 rc = conchFile->pMethod->xLock((sqlite3_file*)conchFile, lockType); 33323 rc = proxy->pMethod->xLock((sqlite3_file*)proxy, eFileLock); 159383 p->rc = pReal->pMethods->xLock(pReal, SQLITE_LOCK_SHARED); 159385 p->rc = pReal->pMethods->xLock(pReal, SQLITE_LOCK_EXCLUSIVE); 160399 rc = p->pReal->pMethods->xLock(p->pReal, eLock);
|