Searched refs:isSpecialError (Results 1 – 1 of 1) sorted by relevance
89231 int isSpecialError; /* Set to true if a 'special' error */ local89239 isSpecialError = mrc==SQLITE_NOMEM89244 mrc = isSpecialError = 0;89246 if( isSpecialError ){89275 if( p->rc==SQLITE_OK || (p->errorAction==OE_Fail && !isSpecialError) ){89289 if( p->rc==SQLITE_OK || (p->errorAction==OE_Fail && !isSpecialError) ){