Home
last modified time | relevance | path

Searched refs:zWhere (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dshell.c14457 char *zWhere = 0; in intckSaveKey() local
14461 zWhere = intckMprintf(p, "'%s IS NOT NULL'", zLast); in intckSaveKey()
14464 zWhere = intckMprintf(p, "'%s %s ' || quote(?%d)", zLast, zOp, ii); in intckSaveKey()
14479 zWhere = intckMprintf(p, in intckSaveKey()
14481 zLhs, zRhs, zWhere); in intckSaveKey()
14483 zWhere = intckMprintf(p, "'WHERE ' || %z", zWhere); in intckSaveKey()
14488 zWhere in intckSaveKey()
24147 const char *zWhere, in tryToCloneSchema() argument
24158 " WHERE %s ORDER BY rowid ASC", zWhere); in tryToCloneSchema()
24188 " WHERE %s ORDER BY rowid DESC", zWhere); in tryToCloneSchema()
[all …]
H A Dsqlite3.c85401 SQLITE_PRIVATE void sqlite3VdbeAddParseSchemaOp(Vdbe *p, int iDb, char *zWhere, u16 p5){
85403 sqlite3VdbeAddOp4(p, OP_ParseSchema, iDb, 0, 0, zWhere, P4_DYNAMIC);
118626 const char *zWhere, /* Delete entries for this table or index */
118683 if( zWhere ){
118686 pDb->zDbSName, zTab, zWhereType, zWhere
155857 char *zWhere;
155893 zWhere = sqlite3MPrintf(db, "name=%Q AND sql=%Q", pTab->zName, zStmt);
155894 sqlite3VdbeAddParseSchemaOp(v, iDb, zWhere, 0);
219816 char *zWhere = 0; /* String to return via *pzWhere */
219873 zWhere = sqlite3_mprintf(
[all …]