Lines Matching defs:isIgnoreErrors
101256 int isIgnoreErrors = pParse->disableTriggers;
101295 assert( isIgnoreErrors==0 || (regOld!=0 && regNew==0) );
101296 if( !isIgnoreErrors || db->mallocFailed ) return;
101298 /* If isIgnoreErrors is true, then a table is being dropped. In this
101389 if( !isIgnoreErrors || db->mallocFailed ) return;