Home
last modified time | relevance | path

Searched refs:zSep (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/sqlite3/tea/generic/
Dtclsqlite3.c2489 const char *zSep; in DbObjCmd() local
2497 zSep = Tcl_GetStringFromObj(objv[5], 0); in DbObjCmd()
2499 zSep = "\t"; in DbObjCmd()
2509 nSep = strlen30(zSep); in DbObjCmd()
2584 if( *z==zSep[0] && strncmp(z, zSep, nSep)==0 ){ in DbObjCmd()
/freebsd-12-stable/contrib/sqlite3/
Dshell.c7615 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()
[all …]
Dsqlite3.c122189 char *zSep, *zSep2, *zEnd;
122197 zSep = "";
122201 zSep = "\n ";
122227 sqlite3_snprintf(n-k, &zStmt[k], zSep);
122229 zSep = zSep2;
128913 const char *zSep
128934 memcpy(&z[j], zSep, nSep);
128972 const char *zSep = (const char*)sqlite3_value_text(argv[0]);
128973 if( zSep==0 ) return;
128974 concatFuncCore(context, argc-1, argv+1, nSep, zSep);
[all …]
/freebsd-12-stable/crypto/heimdal/lib/sqlite/
Dsqlite3.c80510 char *zSep, *zSep2, *zEnd;
80518 zSep = "";
80522 zSep = "\n ";
80547 sqlite3_snprintf(n-k, &zStmt[k], zSep);
80549 zSep = zSep2;
85436 const char *zSep;
85449 zSep = (char*)sqlite3_value_text(argv[1]);
85452 zSep = ",";
85455 sqlite3StrAccumAppend(pAccum, zSep, nSep);
88248 const char *zSep;
[all …]