Lines Matching refs:zSep
2139 const char *zSep argument
2143 fputs(zSep, p->out);
2146 fputs(zSep, p->out);
2149 fputs(zSep, p->out);
6859 const char *zSep = ""; local
6864 zWhere, zSep, zSameOp, z, strlen30(z)+1, zSameOp, z
6870 zSep = " OR ";
8509 char zSep[2]; local
8510 zSep[1] = 0;
8511 zSep[0] = sCtx.cColSep;
8513 output_c_string(p->out, zSep);
8515 zSep[0] = sCtx.cRowSep;
8516 output_c_string(p->out, zSep);
10044 char *zSep; /* Separator */ local
10096 zSep = "VALUES(";
10119 appendText(&sSql, zSep, 0);
10124 zSep = "),(";