Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/sqlite3/
H A Dsqlite3.c41406 int lrc1, lrc2, lrc1Errno = 0;
41417 lrc1 = afpSetLock(context->dbPath, pFile,
41419 if( IS_LOCK_ERROR(lrc1) ){
41425 if( IS_LOCK_ERROR(lrc1) ) {
41427 rc = lrc1;
41432 } else if( lrc1 != SQLITE_OK ) {
41433 rc = lrc1;