Searched refs:getReadLock (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c23078 static int getReadLock( os2File *pFile ){ function
23190 res = getReadLock(pFile);
23236 getReadLock(pFile);
23340 if( locktype==SHARED_LOCK && getReadLock(pFile) != NO_ERROR ){
23343 OSTRACE(( "UNLOCK %d to %d getReadLock() failed\n", pFile->h, locktype ));
33857 static int getReadLock(winFile *pFile){ function
[all...]

Completed in 281 milliseconds