Home
last modified time | relevance | path

Searched refs:lrc1 (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/src/
H A Dos_unix.c2997 int lrc1, lrc2, lrc1Errno = 0; in afpLock() local
3008 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()