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

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c22704 static int getReadLock( os2File *pFile ){ function
22816 res = getReadLock(pFile);
22862 getReadLock(pFile);
22966 if( locktype==SHARED_LOCK && getReadLock(pFile) != NO_ERROR ){
22969 OSTRACE(( "UNLOCK %d to %d getReadLock() failed\n", pFile->h, locktype ));
32898 static int getReadLock(winFile *pFile){ function
[all...]

Completed in 339 milliseconds