Lines Matching refs:mrc
85714 int mrc; /* Primary error code from p->rc */
85723 mrc = p->rc & 0xff;
85724 isSpecialError = mrc==SQLITE_NOMEM
85725 || mrc==SQLITE_IOERR
85726 || mrc==SQLITE_INTERRUPT
85727 || mrc==SQLITE_FULL;
85729 mrc = isSpecialError = 0;
85744 if( !p->readOnly || mrc!=SQLITE_INTERRUPT ){
85745 if( (mrc==SQLITE_NOMEM || mrc==SQLITE_FULL) && p->usesStmtJournal ){