Lines Matching refs:zWhere

15376       char *zWhere = 0;  in intckSaveKey()  local
15380 zWhere = intckMprintf(p, "'%s IS NOT NULL'", zLast); in intckSaveKey()
15383 zWhere = intckMprintf(p, "'%s %s ' || quote(?%d)", zLast, zOp, ii); in intckSaveKey()
15398 zWhere = intckMprintf(p, in intckSaveKey()
15400 zLhs, zRhs, zWhere); in intckSaveKey()
15402 zWhere = intckMprintf(p, "'WHERE ' || %z", zWhere); in intckSaveKey()
15407 zWhere in intckSaveKey()
26739 const char *zWhere, in tryToCloneSchema() argument
26750 " WHERE %s ORDER BY rowid ASC", zWhere); in tryToCloneSchema()
26781 " WHERE %s ORDER BY rowid DESC", zWhere); in tryToCloneSchema()
27968 char *zWhere = 0; in arWhereClause() local
27972 zWhere = sqlite3_mprintf("1"); in arWhereClause()
27978 zWhere = sqlite3_mprintf( in arWhereClause()
27980 zWhere, zSep, zSameOp, z, strlen30(z)+1, zSameOp, z in arWhereClause()
27982 if( zWhere==0 ){ in arWhereClause()
27990 *pzWhere = zWhere; in arWhereClause()
28003 char *zWhere = 0; in arListCommand() local
28008 arWhereClause(&rc, pAr, &zWhere); in arListCommand()
28011 pAr->zSrcTable, zWhere); in arListCommand()
28026 sqlite3_free(zWhere); in arListCommand()
28036 char *zWhere = 0; in arRemoveCommand() local
28042 arWhereClause(&rc, pAr, &zWhere); in arRemoveCommand()
28046 pAr->zSrcTable, zWhere); in arRemoveCommand()
28066 sqlite3_free(zWhere); in arRemoveCommand()
28090 char *zWhere = 0; in arExtractCommand() local
28097 arWhereClause(&rc, pAr, &zWhere); in arExtractCommand()
28109 azExtraArg[pAr->bZip], pAr->zSrcTable, zWhere in arExtractCommand()
28139 sqlite3_free(zWhere); in arExtractCommand()