Home
last modified time | relevance | path

Searched refs:P4_STATIC (Results 1 – 25 of 202) sorted by relevance

123456789

/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dpragma.c1184 sqlite3VdbeChangeP4(v, addr+1, "rowid ", P4_STATIC); in sqlite3Pragma()
1185 sqlite3VdbeChangeP4(v, addr+3, " missing from index ", P4_STATIC); in sqlite3Pragma()
1215 "wrong # of entries in index ", P4_STATIC); in sqlite3Pragma()
1223 sqlite3VdbeChangeP4(v, addr+2, "ok", P4_STATIC); in sqlite3Pragma()
1274 sqlite3VdbeChangeP4(v, -1, encnames[ENC(pParse->db)].zName, P4_STATIC); in sqlite3Pragma()
1457 sqlite3VdbeAddOp4(v, OP_String8, 0, 1, 0, db->aDb[i].zName, P4_STATIC); in sqlite3Pragma()
1465 sqlite3VdbeAddOp4(v, OP_String8, 0, 2, 0, zState, P4_STATIC); in sqlite3Pragma()
H A Dvdbe.h105 #define P4_STATIC (-2) /* Pointer to a static string */ macro
H A Dfkey.c416 pParse, OE_Abort, "foreign key constraint failed", P4_STATIC in fkLookupParent()
654 pParse, OE_Abort, "foreign key constraint failed", P4_STATIC in sqlite3FkDropTable()
H A Ddelete.c356 pTab->zName, P4_STATIC); in sqlite3DeleteFrom()
H A Dinsert.c1255 pParse, onError, "PRIMARY KEY must be unique", P4_STATIC); in sqlite3GenerateConstraintChecks()
1781 pParse, onError, "PRIMARY KEY must be unique", P4_STATIC); in xferOptimization()
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dvdbe.h112 #define P4_STATIC (-1) /* Pointer to a static string */ macro
H A Dfkey.c438 OE_Abort, 0, P4_STATIC, P5_ConstraintFK); in fkLookupParent()
744 OE_Abort, 0, P4_STATIC, P5_ConstraintFK); in sqlite3FkDropTable()
H A Ddelete.c373 pTab->zName, P4_STATIC); in sqlite3DeleteFrom()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dupsert.c238 "corrupt database", P4_STATIC); in sqlite3UpsertDoUpdate()
H A Dvdbe.h113 #define P4_STATIC (-1) /* Pointer to a static string */ macro
H A Dfkey.c450 OE_Abort, 0, P4_STATIC, P5_ConstraintFK); in fkLookupParent()
760 OE_Abort, 0, P4_STATIC, P5_ConstraintFK); in sqlite3FkDropTable()
H A Ddelete.c419 pTab->zName, P4_STATIC); in sqlite3DeleteFrom()
H A Dwindow.c1414 sqlite3VdbeAddOp4(v, OP_String8, 0, regString, 0, "", P4_STATIC); in windowCheckValue()
1437 sqlite3VdbeAppendP4(v, (void*)azErr[eCond], P4_STATIC); in windowCheckValue()
2059 sqlite3VdbeAddOp4(v, OP_String8, 0, regString, 0, "", P4_STATIC); in windowCodeRangeTest()
H A Dpragma.c1765 aOp[2].p4type = P4_STATIC; in sqlite3Pragma()
1767 aOp[5].p4type = P4_STATIC; in sqlite3Pragma()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dupsert.c238 "corrupt database", P4_STATIC); in sqlite3UpsertDoUpdate()
H A Dvdbe.h113 #define P4_STATIC (-1) /* Pointer to a static string */ macro
H A Dfkey.c450 OE_Abort, 0, P4_STATIC, P5_ConstraintFK); in fkLookupParent()
760 OE_Abort, 0, P4_STATIC, P5_ConstraintFK); in sqlite3FkDropTable()
H A Ddelete.c419 pTab->zName, P4_STATIC); in sqlite3DeleteFrom()
H A Dwindow.c1452 sqlite3VdbeAddOp4(v, OP_String8, 0, regString, 0, "", P4_STATIC); in windowCheckValue()
1475 sqlite3VdbeAppendP4(v, (void*)azErr[eCond], P4_STATIC); in windowCheckValue()
2098 sqlite3VdbeAddOp4(v, OP_String8, 0, regString, 0, "", P4_STATIC); in windowCodeRangeTest()
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dvdbe.h113 #define P4_STATIC (-1) /* Pointer to a static string */ macro
H A Dupsert.c296 "corrupt database", P4_STATIC); in sqlite3UpsertDoUpdate()
H A Dfkey.c450 OE_Abort, 0, P4_STATIC, P5_ConstraintFK); in fkLookupParent()
760 OE_Abort, 0, P4_STATIC, P5_ConstraintFK); in sqlite3FkDropTable()
H A Ddelete.c426 pTab->zName, P4_STATIC); in sqlite3DeleteFrom()
H A Dwindow.c1456 sqlite3VdbeAddOp4(v, OP_String8, 0, regString, 0, "", P4_STATIC); in windowCheckValue()
1480 sqlite3VdbeAppendP4(v, (void*)azErr[eCond], P4_STATIC); in windowCheckValue()
2104 sqlite3VdbeAddOp4(v, OP_String8, 0, regString, 0, "", P4_STATIC); in windowCodeRangeTest()
H A Dpragma.c1794 aOp[2].p4type = P4_STATIC; in sqlite3Pragma()
1796 aOp[5].p4type = P4_STATIC; in sqlite3Pragma()

123456789