Home
last modified time | relevance | path

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

/netbsd/src/external/public-domain/sqlite/dist/
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 …]
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 …]