Searched refs:isSpecialError (Results 1 – 1 of 1) sorted by relevance
91069 int isSpecialError; /* Set to true if a 'special' error */ local91077 isSpecialError = mrc==SQLITE_NOMEM91082 mrc = isSpecialError = 0;91084 if( isSpecialError ){91113 if( p->rc==SQLITE_OK || (p->errorAction==OE_Fail && !isSpecialError) ){91127 if( p->rc==SQLITE_OK || (p->errorAction==OE_Fail && !isSpecialError) ){