Searched refs:lrc1 (Results 1 – 1 of 1) sorted by relevance
2997 int lrc1, lrc2, lrc1Errno = 0; in afpLock() local3008 lrc1 = afpSetLock(context->dbPath, pFile, in afpLock()3010 if( IS_LOCK_ERROR(lrc1) ){ in afpLock()3016 if( IS_LOCK_ERROR(lrc1) ) { in afpLock()3018 rc = lrc1; in afpLock()3023 } else if( lrc1 != SQLITE_OK ) { in afpLock()3024 rc = lrc1; in afpLock()