Searched refs:P4_STATIC (Results 1 – 10 of 10) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | vdbe.h | 112 #define P4_STATIC (-1) /* Pointer to a static string */ macro
|
| H A D | upsert.c | 297 "corrupt database", P4_STATIC); in sqlite3UpsertDoUpdate()
|
| H A D | fkey.c | 450 OE_Abort, 0, P4_STATIC, P5_ConstraintFK); in fkLookupParent() 776 OE_Abort, 0, P4_STATIC, P5_ConstraintFK); in sqlite3FkDropTable()
|
| H A D | pragma.c | 1922 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 D | window.c | 1490 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 D | delete.c | 472 pTab->zName, P4_STATIC); in sqlite3DeleteFrom()
|
| H A D | build.c | 110 p->zLockName, P4_STATIC); in codeTableLocks() 1382 sqlite3VdbeAddOp4(v, OP_Blob, 6, reg3, 0, nullRow, P4_STATIC); in sqlite3StartTable()
|
| H A D | wherecode.c | 1452 pLoop->u.vtab.needFree ? P4_DYNAMIC : P4_STATIC); in sqlite3WhereCodeOneLoopStart()
|
| H A D | expr.c | 4171 &zAff[(aff-'B')*2], P4_STATIC); in sqlite3ExprCodeTarget() 4287 sqlite3VdbeAppendP4(v, (char*)z, P4_STATIC); in sqlite3ExprCodeTarget()
|
| H A D | vdbe.c | 5536 assert( pOp->p4type==P4_TABLE || pOp->p4type>=P4_STATIC ); in sqlite3VdbeExec()
|