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

/macosx-10.10/Heimdal-398.1.2/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...]

Completed in 335 milliseconds