Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/sqlite3/
H A Dsqlite3.c37233 int lrc1, lrc2, lrc1Errno = 0;
37244 lrc1 = afpSetLock(context->dbPath, pFile,
37246 if( IS_LOCK_ERROR(lrc1) ){
37252 if( IS_LOCK_ERROR(lrc1) ) {
37254 rc = lrc1;
37259 } else if( lrc1 != SQLITE_OK ) {
37260 rc = lrc1;