Searched refs:ignoreDest (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/sqlite/src/src/ |
D | insert.c | 1146 int ignoreDest, /* Jump to this label on an OE_Ignore resolution */ in sqlite3GenerateConstraintChecks() argument 1199 sqlite3VdbeAddOp2(v, OP_IsNull, regData+i, ignoreDest); in sqlite3GenerateConstraintChecks() 1221 sqlite3VdbeAddOp2(v, OP_Goto, 0, ignoreDest); in sqlite3GenerateConstraintChecks() 1299 sqlite3VdbeAddOp2(v, OP_Goto, 0, ignoreDest); in sqlite3GenerateConstraintChecks() 1388 sqlite3VdbeAddOp2(v, OP_Goto, 0, ignoreDest); in sqlite3GenerateConstraintChecks()
|
/external/chromium_org/third_party/sqlite/amalgamation/ |
D | sqlite3.c | 85629 int ignoreDest, /* Jump to this label on an OE_Ignore resolution */ 85682 sqlite3VdbeAddOp2(v, OP_IsNull, regData+i, ignoreDest); 85704 sqlite3VdbeAddOp2(v, OP_Goto, 0, ignoreDest); 85782 sqlite3VdbeAddOp2(v, OP_Goto, 0, ignoreDest); 85871 sqlite3VdbeAddOp2(v, OP_Goto, 0, ignoreDest);
|
/external/sqlite/dist/ |
D | sqlite3.c | 95967 int ignoreDest, /* Jump to this label on an OE_Ignore resolution */ 96043 sqlite3VdbeAddOp2(v, OP_IsNull, regNewData+1+i, ignoreDest); 96068 sqlite3VdbeAddOp2(v, OP_Goto, 0, ignoreDest); 96176 sqlite3VdbeAddOp2(v, OP_Goto, 0, ignoreDest); 96329 sqlite3VdbeAddOp2(v, OP_Goto, 0, ignoreDest);
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 95947 int ignoreDest, /* Jump to this label on an OE_Ignore resolution */ 96023 sqlite3VdbeAddOp2(v, OP_IsNull, regNewData+1+i, ignoreDest); 96048 sqlite3VdbeAddOp2(v, OP_Goto, 0, ignoreDest); 96156 sqlite3VdbeAddOp2(v, OP_Goto, 0, ignoreDest); 96309 sqlite3VdbeAddOp2(v, OP_Goto, 0, ignoreDest);
|