Searched refs:zSep (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dinsert.c1367 const char *zSep; local
1372 zSep = pIdx->nColumn>1 ? "columns " : "column ";
1375 sqlite3StrAccumAppend(&errMsg, zSep, -1);
1376 zSep = ", ";
H A Drecover.c2017 const char *zSep = (i < nCols - 1 ? ", " : ")"); local
2040 zNotNull, zSep);
H A Dtclsqlite.c1960 int nSep; /* Number of bytes in zSep[] */
1971 char *zSep; local
1979 zSep = Tcl_GetStringFromObj(objv[5], 0);
1981 zSep = "\t";
1991 nSep = strlen30(zSep);
2066 if( *z==zSep[0] && strncmp(z, zSep, nSep)==0 ){
H A Dbuild.c1376 char *zSep, *zSep2, *zEnd; local
1384 zSep = "";
1388 zSep = "\n ";
1413 sqlite3_snprintf(n-k, &zStmt[k], zSep);
1415 zSep = zSep2;
/external/chromium_org/third_party/sqlite/src/ext/fts1/
H A Dfts1.c497 const char *zSep = ""; local
506 printf("%s%lld", zSep, docid);
507 zSep = ",";
1919 const char *zSep = "("; local
1922 zNext = sqlite3_mprintf("%s%s%Q", zSchema, zSep, azColumn[i]);
1925 zSep = ",";
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c78215 char *zSep, *zSep2, *zEnd; local
83069 const char *zSep; local
85850 const char *zSep; local
112263 const char *zSep = (i < nCols - 1 ? ", " : ")"); local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c87586 char *zSep, *zSep2, *zEnd; local
93188 const char *zSep; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c87606 char *zSep, *zSep2, *zEnd; local
93208 const char *zSep; local
[all...]

Completed in 4158 milliseconds