getReadLock      22382 third_party/sqlite/amalgamation/sqlite3.c     res = getReadLock(pFile);
getReadLock      22428 third_party/sqlite/amalgamation/sqlite3.c       getReadLock(pFile);
getReadLock      22532 third_party/sqlite/amalgamation/sqlite3.c     if( locktype==SHARED_LOCK && getReadLock(pFile) != NO_ERROR ){
getReadLock      32148 third_party/sqlite/amalgamation/sqlite3.c     res = getReadLock(pFile);
getReadLock      32187 third_party/sqlite/amalgamation/sqlite3.c       getReadLock(pFile);
getReadLock      32262 third_party/sqlite/amalgamation/sqlite3.c     if( locktype==SHARED_LOCK && !getReadLock(pFile) ){
getReadLock       370 third_party/sqlite/src/src/os_os2.c     res = getReadLock(pFile);
getReadLock       416 third_party/sqlite/src/src/os_os2.c       getReadLock(pFile);
getReadLock       520 third_party/sqlite/src/src/os_os2.c     if( locktype==SHARED_LOCK && getReadLock(pFile) != NO_ERROR ){
getReadLock      1029 third_party/sqlite/src/src/os_win.c     res = getReadLock(pFile);
getReadLock      1068 third_party/sqlite/src/src/os_win.c       getReadLock(pFile);
getReadLock      1143 third_party/sqlite/src/src/os_win.c     if( locktype==SHARED_LOCK && !getReadLock(pFile) ){