Lines Matching defs:iLabel
85998 int iLabel; /* Label resolved to end of generated code */
86006 iLabel = sqlite3VdbeMakeLabel(v);
86007 sqlite3VdbeAddOp3(v, OP_NotExists, iCur, iLabel, iRowid);
86035 TK_DELETE, 0, TRIGGER_BEFORE, pTab, iOld, onconf, iLabel
86042 sqlite3VdbeAddOp3(v, OP_NotExists, iCur, iLabel, iRowid);
86068 TK_DELETE, 0, TRIGGER_AFTER, pTab, iOld, onconf, iLabel
86074 sqlite3VdbeResolveLabel(v, iLabel);