Home | History | Annotate | Download | only in orig

Lines Matching full:zcollist

12940     char *zCollist = 0;
12979 if( zCollist==0 ){
12980 zCollist = sqlite3_mprintf("\"%w\"", zCol);
12982 zCollist = sqlite3_mprintf("%z,\"%w\"", zCollist, zCol);
12988 azArg[2], zCollist, zCollist);
12989 sqlite3_free(zCollist);