Lines Matching defs:zCollist
23081 char *zCollist = 0;
23137 if( isWO && lenPK==0 && sqlite3_column_int(pStmt,5)==0 && zCollist ){
23138 lenPK = (int)strlen(zCollist);
23140 if( zCollist==0 ){
23141 zCollist = sqlite3_mprintf("\"%w\"", zCol);
23143 zCollist = sqlite3_mprintf("%z,\"%w\"", zCollist, zCol);
23150 sqlite3_free(zCollist);
23156 azArg[2], zCollist, lenPK, zCollist);
23157 sqlite3_free(zCollist);