Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dvdbe.h112 #define P4_STATIC (-1) /* Pointer to a static string */ macro
H A Dupsert.c297 "corrupt database", P4_STATIC); in sqlite3UpsertDoUpdate()
H A Dfkey.c450 OE_Abort, 0, P4_STATIC, P5_ConstraintFK); in fkLookupParent()
776 OE_Abort, 0, P4_STATIC, P5_ConstraintFK); in sqlite3FkDropTable()
H A Dpragma.c1922 sqlite3VdbeAddOp4(v, OP_Affinity, 3, 1, 0, "C", P4_STATIC); in sqlite3Pragma()
2042 aOp[2].p4type = P4_STATIC; in sqlite3Pragma()
2044 aOp[5].p4type = P4_STATIC; in sqlite3Pragma()
H A Dwindow.c1490 sqlite3VdbeAddOp4(v, OP_String8, 0, regString, 0, "", P4_STATIC); in windowCheckValue()
1514 sqlite3VdbeAppendP4(v, (void*)azErr[eCond], P4_STATIC); in windowCheckValue()
2191 sqlite3VdbeAddOp4(v, OP_String8, 0, regString, 0, "", P4_STATIC); in windowCodeRangeTest()
H A Ddelete.c472 pTab->zName, P4_STATIC); in sqlite3DeleteFrom()
H A Dbuild.c110 p->zLockName, P4_STATIC); in codeTableLocks()
1382 sqlite3VdbeAddOp4(v, OP_Blob, 6, reg3, 0, nullRow, P4_STATIC); in sqlite3StartTable()
H A Dwherecode.c1452 pLoop->u.vtab.needFree ? P4_DYNAMIC : P4_STATIC); in sqlite3WhereCodeOneLoopStart()
H A Dexpr.c4171 &zAff[(aff-'B')*2], P4_STATIC); in sqlite3ExprCodeTarget()
4287 sqlite3VdbeAppendP4(v, (char*)z, P4_STATIC); in sqlite3ExprCodeTarget()
H A Dvdbe.c5536 assert( pOp->p4type==P4_TABLE || pOp->p4type>=P4_STATIC ); in sqlite3VdbeExec()