Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/tea/generic/
H A 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()
/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c8339 const char *zSep = ""; in completionNext() local
8346 zSql, zSep, zDb in completionNext()
8349 zSep = " UNION "; in completionNext()
8363 const char *zSep = ""; in completionNext() local
8372 zSql, zSep, zDb, zDb in completionNext()
8375 zSep = " UNION "; in completionNext()
16499 const char *zSep = ""; in recoverInsertStmt() local
16522 zSep = ", "; in recoverInsertStmt()
16531 zSql = recoverMPrintf(p, "%z%s%Q", zSql, zSep, pTab->aCol[ii].zCol); in recoverInsertStmt()
16539 zBind = recoverMPrintf(p, "%z%s?%d", zBind, zSep, pTab->aCol[ii].iBind); in recoverInsertStmt()
[all …]
H A Dsqlite3.c122734 char *zSep, *zSep2, *zEnd;
122742 zSep = "";
122746 zSep = "\n ";
122772 sqlite3_snprintf(n-k, &zStmt[k], zSep);
122774 zSep = zSep2;
129462 const char *zSep
129483 memcpy(&z[j], zSep, nSep);
129521 const char *zSep = (const char*)sqlite3_value_text(argv[0]);
129522 if( zSep==0 ) return;
129523 concatFuncCore(context, argc-1, argv+1, nSep, zSep);
[all …]