Lines Matching refs:orconf
10797 int orconf; /* Default ON CONFLICT policy */ member
11022 u8 orconf; /* OE_Rollback etc. */ member
97493 pTriggerStep->orconf = OE_Default;
97534 u8 orconf /* The conflict algorithm (OE_Abort, OE_Replace, etc.) */
97546 pTriggerStep->orconf = orconf;
97566 u8 orconf /* The conflict algorithm. (OE_Abort, OE_Ignore, etc) */
97574 pTriggerStep->orconf = orconf;
97596 pTriggerStep->orconf = OE_Default;
97841 int orconf /* Conflict algorithm. (OE_Abort, etc) */
97864 pParse->eOrconf = (orconf==OE_Default)?pStep->orconf:(u8)orconf;
97952 int orconf /* ON CONFLICT policy to code trigger program with */
97978 pPrg->orconf = orconf;
97998 pTrigger->zName, onErrorText(orconf),
98026 codeTriggerProgram(pSubParse, pTrigger->step_list, orconf);
98033 VdbeComment((v, "End: %s.%s", pTrigger->zName, onErrorText(orconf)));
98064 int orconf /* ON CONFLICT algorithm. */
98076 pPrg && (pPrg->pTrigger!=pTrigger || pPrg->orconf!=orconf);
98082 pPrg = codeRowTrigger(pParse, pTrigger, pTab, orconf);
98099 int orconf, /* ON CONFLICT policy */
98104 pPrg = getRowTrigger(pParse, p, pTab, orconf);
98115 (v, "Call: %s.%s", (p->zName?p->zName:"fkey"), onErrorText(orconf)));
98174 int orconf, /* ON CONFLICT policy */
98198 sqlite3CodeRowTriggerDirect(pParse, p, pTab, reg, orconf, ignoreJump);
98235 int orconf /* Default ON CONFLICT policy for trigger steps */
98247 pPrg = getRowTrigger(pParse, p, pTab, orconf);