OE_Ignore        63150 third_party/sqlite/amalgamation/sqlite3.c     if( pOp->p2==OE_Ignore ){
OE_Ignore        73567 third_party/sqlite/amalgamation/sqlite3.c            || pExpr->affinity==OE_Ignore
OE_Ignore        73578 third_party/sqlite/amalgamation/sqlite3.c       if( pExpr->affinity==OE_Ignore ){
OE_Ignore        73580 third_party/sqlite/amalgamation/sqlite3.c             v, OP_Halt, SQLITE_OK, OE_Ignore, 0, pExpr->u.zToken,0);
OE_Ignore        85667 third_party/sqlite/amalgamation/sqlite3.c         || onError==OE_Ignore || onError==OE_Replace );
OE_Ignore        85681 third_party/sqlite/amalgamation/sqlite3.c       case OE_Ignore: {
OE_Ignore        85703 third_party/sqlite/amalgamation/sqlite3.c     if( onError==OE_Ignore ){
OE_Ignore        85780 third_party/sqlite/amalgamation/sqlite3.c       case OE_Ignore: {
OE_Ignore        85829 third_party/sqlite/amalgamation/sqlite3.c       if( onError==OE_Ignore ) onError = OE_Replace;
OE_Ignore        85843 third_party/sqlite/amalgamation/sqlite3.c         || onError==OE_Ignore || onError==OE_Replace );
OE_Ignore        85869 third_party/sqlite/amalgamation/sqlite3.c       case OE_Ignore: {
OE_Ignore        95361 third_party/sqlite/amalgamation/sqlite3.c     case OE_Ignore:   return "ignore";
OE_Ignore        104976 third_party/sqlite/amalgamation/sqlite3.c {yygotominor.yy4 = OE_Ignore;}
OE_Ignore        105690 third_party/sqlite/amalgamation/sqlite3.c     yygotominor.yy118.pExpr->affinity = OE_Ignore;
OE_Ignore        2830 third_party/sqlite/src/src/expr.c            || pExpr->affinity==OE_Ignore
OE_Ignore        2841 third_party/sqlite/src/src/expr.c       if( pExpr->affinity==OE_Ignore ){
OE_Ignore        2843 third_party/sqlite/src/src/expr.c             v, OP_Halt, SQLITE_OK, OE_Ignore, 0, pExpr->u.zToken,0);
OE_Ignore        1184 third_party/sqlite/src/src/insert.c         || onError==OE_Ignore || onError==OE_Replace );
OE_Ignore        1198 third_party/sqlite/src/src/insert.c       case OE_Ignore: {
OE_Ignore        1220 third_party/sqlite/src/src/insert.c     if( onError==OE_Ignore ){
OE_Ignore        1297 third_party/sqlite/src/src/insert.c       case OE_Ignore: {
OE_Ignore        1346 third_party/sqlite/src/src/insert.c       if( onError==OE_Ignore ) onError = OE_Replace;
OE_Ignore        1360 third_party/sqlite/src/src/insert.c         || onError==OE_Ignore || onError==OE_Replace );
OE_Ignore        1386 third_party/sqlite/src/src/insert.c       case OE_Ignore: {
OE_Ignore         371 third_party/sqlite/src/src/parse.y resolvetype(A) ::= IGNORE.                   {A = OE_Ignore;}
OE_Ignore        1280 third_party/sqlite/src/src/parse.y     A.pExpr->affinity = OE_Ignore;
OE_Ignore         775 third_party/sqlite/src/src/trigger.c     case OE_Ignore:   return "ignore";
OE_Ignore         836 third_party/sqlite/src/src/vdbe.c     if( pOp->p2==OE_Ignore ){