Home
last modified time | relevance | path

Searched defs:pLock (Results 1 – 5 of 5) sorted by relevance

/sqlite-3.40.0/src/
H A Dtest_superlock.c67 static int superlockIsWal(Superlock *pLock){ in superlockIsWal()
151 void sqlite3demo_superunlock(void *pLock){ in sqlite3demo_superunlock()
191 Superlock *pLock; in sqlite3demo_superlock() local
316 void *pLock; /* Lock context */ in superlock_cmd() local
H A DbtreeInt.h455 BtLock *pLock; /* List of locks held on this shared-btree struct */ member
H A Dbtree.c187 BtLock *pLock; in hasSharedCacheTableLock() local
362 BtLock *pLock = 0; in setSharedCacheTableLock() local
433 BtLock *pLock = *ppIter; in clearAllSharedCacheTableLocks() local
471 BtLock *pLock; in downgradeAllSharedCacheTableLocks() local
H A Dos_unix.c1569 struct flock *pLock, /* The description of the lock */ in osSetPosixAdvisoryLock()
1608 static int unixFileLock(unixFile *pFile, struct flock *pLock){ in unixFileLock()
/sqlite-3.40.0/ext/async/
H A Dsqlite3async.c388 AsyncLock *pLock; /* Linked list of all AsyncLock structures */ member
524 AsyncLock *pLock; /* AsyncLock object for this file system entry */ member
813 static int getFileLock(AsyncLock *pLock){ in getFileLock()
869 AsyncLock *pLock = p->pLock; in asyncLock() local
901 AsyncFileLock *pLock = &p->lock; in asyncUnlock() local
969 AsyncLock *pLock = pData->pLock; in unlinkAsyncFile() local
1043 AsyncLock *pLock = 0; in asyncOpen() local