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

/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c27253 int lrc1, lrc2, lrc1Errno = 0; local
27264 lrc1 = afpSetLock(context->dbPath, pFile,
27266 if( IS_LOCK_ERROR(lrc1) ){
27272 if( IS_LOCK_ERROR(lrc1) ) {
27274 rc = lrc1;
27279 } else if( lrc1 != SQLITE_OK ) {
27280 rc = lrc1;
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c36858 int lrc1, lrc2, lrc1Errno = 0; local
[all...]

Completed in 1087 milliseconds