Home | History | Annotate | Download | only in dist

Lines Matching full:zcollist

12963     char *zCollist = 0;
13002 if( zCollist==0 ){
13003 zCollist = sqlite3_mprintf("\"%w\"", zCol);
13005 zCollist = sqlite3_mprintf("%z,\"%w\"", zCollist, zCol);
13011 azArg[2], zCollist, zCollist);
13012 sqlite3_free(zCollist);