Searched refs:SQLITE_INTERNAL (Results 1 – 3 of 3) sorted by relevance
358 { "INTERNAL", SQLITE_INTERNAL },
403 #define SQLITE_INTERNAL 2 /* Internal logic error in SQLite */ macro
431 #define SQLITE_INTERNAL 2 /* Internal logic error in SQLite */ macro93246 sqlite3VdbeAddOp2(v, OP_Halt, SQLITE_INTERNAL, OE_Abort);120515 case SQLITE_INTERNAL: zName = "SQLITE_INTERNAL"; break;