Searched refs:isSpecialError (Results 1 – 1 of 1) sorted by relevance
91221 int isSpecialError; /* Set to true if a 'special' error */ local91229 isSpecialError = mrc==SQLITE_NOMEM91234 mrc = isSpecialError = 0;91236 if( isSpecialError ){91265 if( p->rc==SQLITE_OK || (p->errorAction==OE_Fail && !isSpecialError) ){91279 if( p->rc==SQLITE_OK || (p->errorAction==OE_Fail && !isSpecialError) ){