Lines Matching defs:overrideError
130263 ** Which action to take is determined by the overrideError parameter.
130264 ** Or if overrideError==OE_Default, then the pParse->onError parameter
130277 u8 overrideError, /* Override onError to this if not OE_Default */
130357 if( overrideError!=OE_Default ){
130358 onError = overrideError;
130439 onError = overrideError!=OE_Default ? overrideError : OE_Abort;
130517 overrideError = OE_Ignore;
130521 overrideError = OE_Update;
130618 if( overrideError!=OE_Default ){
130619 onError = overrideError;
130648 && onError!=overrideError /* Rules for other constraints are different */
130843 if( overrideError!=OE_Default ){
130844 onError = overrideError;