Searched refs:zWhere (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | shell.c | 17353 char *zWhere = 0; in intckSaveKey() local 17357 zWhere = intckMprintf(p, "'%s IS NOT NULL'", zLast); in intckSaveKey() 17360 zWhere = intckMprintf(p, "'%s %s ' || quote(?%d)", zLast, zOp, ii); in intckSaveKey() 17375 zWhere = intckMprintf(p, in intckSaveKey() 17377 zLhs, zRhs, zWhere); in intckSaveKey() 17379 zWhere = intckMprintf(p, "'WHERE ' || %z", zWhere); in intckSaveKey() 17384 zWhere in intckSaveKey() 28756 const char *zWhere, in tryToCloneSchema() argument 28767 " WHERE %s ORDER BY rowid ASC", zWhere); in tryToCloneSchema() 28798 " WHERE %s ORDER BY rowid DESC", zWhere); in tryToCloneSchema() [all …]
|
| H A D | sqlite3.c | 88284 SQLITE_PRIVATE void sqlite3VdbeAddParseSchemaOp(Vdbe *p, int iDb, char *zWhere, u16 p5){ argument 88286 sqlite3VdbeAddOp4(p, OP_ParseSchema, iDb, 0, 0, zWhere, P4_DYNAMIC); 123583 const char *zWhere, /* Delete entries for this table or index */ argument 123641 if( zWhere ){ 123644 pDb->zDbSName, zTab, zWhereType, zWhere 162098 char *zWhere; local 162135 zWhere = sqlite3MPrintf(db, "name=%Q AND sql=%Q", pTab->zName, zStmt); 162136 sqlite3VdbeAddParseSchemaOp(v, iDb, zWhere, 0); 227639 char *zWhere = 0; /* String to return via *pzWhere */ local 227696 zWhere = sqlite3_mprintf( [all …]
|