Searched refs:P4_STATIC (Results 1 – 2 of 2) sorted by relevance
| /freebsd-10-stable/crypto/heimdal/lib/sqlite/ |
| D | sqlite3.c | 8271 #define P4_STATIC (-2) /* Pointer to a static string */ macro 75368 sqlite3VdbeChangeP4(v, -1, pParse->azVar[pExpr->iColumn-1], P4_STATIC); 79245 p->zName, P4_STATIC); 81524 pParse, OE_Abort, "indexed columns are not unique", P4_STATIC 81549 pParse, OE_Abort, "indexed columns are not unique", P4_STATIC); 83754 pTab->zName, P4_STATIC); 86088 pParse, OE_Abort, "foreign key constraint failed", P4_STATIC 86326 pParse, OE_Abort, "foreign key constraint failed", P4_STATIC 88136 pParse, onError, "PRIMARY KEY must be unique", P4_STATIC); 88674 pParse, onError, "PRIMARY KEY must be unique", P4_STATIC); [all …]
|
| /freebsd-10-stable/contrib/sqlite3/ |
| D | sqlite3.c | 12469 #define P4_STATIC (-2) /* Pointer to a static string */ macro 81460 assert( pOp->p4type==P4_TABLE || pOp->p4type>=P4_STATIC ); 92241 sqlite3VdbeChangeP4(v, -1, pParse->azVar[pExpr->iColumn-1], P4_STATIC); 97487 p->zName, P4_STATIC); 98394 sqlite3VdbeAddOp4(v, OP_Blob, 6, reg3, 0, nullRow, P4_STATIC); 102675 pTab->zName, P4_STATIC); 105496 OE_Abort, 0, P4_STATIC, P5_ConstraintFK); 105800 OE_Abort, 0, P4_STATIC, P5_ConstraintFK); 112258 aOp[2].p4type = P4_STATIC; 124460 pLoop->u.vtab.needFree ? P4_MPRINTF : P4_STATIC);
|