Lines Matching refs:zWhere
14457 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()
25256 char *zWhere = 0; in arWhereClause() local
25260 zWhere = sqlite3_mprintf("1"); in arWhereClause()
25266 zWhere = sqlite3_mprintf( in arWhereClause()
25268 zWhere, zSep, zSameOp, z, strlen30(z)+1, zSameOp, z in arWhereClause()
25270 if( zWhere==0 ){ in arWhereClause()
25278 *pzWhere = zWhere; in arWhereClause()
25291 char *zWhere = 0; in arListCommand() local
25296 arWhereClause(&rc, pAr, &zWhere); in arListCommand()
25299 pAr->zSrcTable, zWhere); in arListCommand()
25314 sqlite3_free(zWhere); in arListCommand()
25324 char *zWhere = 0; in arRemoveCommand() local
25330 arWhereClause(&rc, pAr, &zWhere); in arRemoveCommand()
25334 pAr->zSrcTable, zWhere); in arRemoveCommand()
25354 sqlite3_free(zWhere); in arRemoveCommand()
25378 char *zWhere = 0; in arExtractCommand() local
25385 arWhereClause(&rc, pAr, &zWhere); in arExtractCommand()
25397 azExtraArg[pAr->bZip], pAr->zSrcTable, zWhere in arExtractCommand()
25427 sqlite3_free(zWhere); in arExtractCommand()