Lines Matching refs:zSep
7615 const char *zSep = ""; in completionNext() local
7622 zSql, zSep, zDb in completionNext()
7625 zSep = " UNION "; in completionNext()
7639 const char *zSep = ""; in completionNext() local
7648 zSql, zSep, zDb, zDb in completionNext()
7651 zSep = " UNION "; in completionNext()
15774 const char *zSep = ""; in recoverInsertStmt() local
15797 zSep = ", "; in recoverInsertStmt()
15806 zSql = recoverMPrintf(p, "%z%s%Q", zSql, zSep, pTab->aCol[ii].zCol); in recoverInsertStmt()
15814 zBind = recoverMPrintf(p, "%z%s?%d", zBind, zSep, pTab->aCol[ii].iBind); in recoverInsertStmt()
15816 zSep = ", "; in recoverInsertStmt()
15893 const char *zSep = 0; in recoverLostAndFoundCreate() local
15897 zSep = "rootpgno INTEGER, pgno INTEGER, nfield INTEGER, id INTEGER, "; in recoverLostAndFoundCreate()
15899 zField = recoverMPrintf(p, "%z%sc%d", zField, zSep, ii); in recoverLostAndFoundCreate()
15900 zSep = ", "; in recoverLostAndFoundCreate()
15941 const char *zSep = ""; in recoverLostAndFoundInsert() local
15943 zBind = recoverMPrintf(p, "%z%squote(?)", zBind, zSep); in recoverLostAndFoundInsert()
15944 zSep = "|| ', ' ||"; in recoverLostAndFoundInsert()
18435 const char *zSep in print_row_separator() argument
18439 fputs(zSep, p->out); in print_row_separator()
18442 fputs(zSep, p->out); in print_row_separator()
18445 fputs(zSep, p->out); in print_row_separator()
18520 const char *zSep = " "; in shell_callback() local
18526 zSep = " "; in shell_callback()
18535 fputs(i==nArg-1 ? "\n" : zSep, p->out); in shell_callback()
23246 const char *zSep = ""; in arWhereClause() local
23251 zWhere, zSep, zSameOp, z, strlen30(z)+1, zSameOp, z in arWhereClause()
23257 zSep = " OR "; in arWhereClause()
24917 char zSep[2]; in do_meta_command() local
24918 zSep[1] = 0; in do_meta_command()
24919 zSep[0] = sCtx.cColSep; in do_meta_command()
24921 output_c_string(p->out, zSep); in do_meta_command()
24923 zSep[0] = sCtx.cRowSep; in do_meta_command()
24924 output_c_string(p->out, zSep); in do_meta_command()
26486 char *zSep; /* Separator */ in do_meta_command() local
26538 zSep = "VALUES("; in do_meta_command()
26561 appendText(&sSql, zSep, 0); in do_meta_command()
26566 zSep = "),("; in do_meta_command()