Home | History | Annotate | Download | only in orig

Lines Matching refs:eLock

3682 static int apndLock(sqlite3_file *pFile, int eLock){
3684 return pFile->pMethods->xLock(pFile, eLock);
3690 static int apndUnlock(sqlite3_file *pFile, int eLock){
3692 return pFile->pMethods->xUnlock(pFile, eLock);