Searched refs:zSep (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/sqlite3/tea/generic/ |
| H A D | tclsqlite3.c | 2971 const char *zSep; in DbObjCmd() local 2979 zSep = Tcl_GetStringFromObj(objv[5], 0); in DbObjCmd() 2981 zSep = "\t"; in DbObjCmd() 2991 nSep = strlen30(zSep); in DbObjCmd() 3070 if( *z==zSep[0] && strncmp(z, zSep, nSep)==0 ){ in DbObjCmd()
|
| /freebsd/contrib/sqlite3/ |
| H A D | shell.c | 3294 const char *zSep = " "; in qrfExplain() local 3303 zSep = " "; in qrfExplain() 3312 sqlite3_str_appendall(p->pOut, zSep); in qrfExplain() 11158 const char *zSep = ""; in completionNext() local 11165 zSep, zDb in completionNext() 11167 zSep = " UNION "; in completionNext() 11187 const char *zSep = ""; in completionNext() local 11196 zSep, zDb, zDb in completionNext() 11198 zSep = " UNION "; in completionNext() 17337 const char *zSep = "SELECT '(' || "; in intckSaveKey() local [all …]
|
| H A D | sqlite3.c | 128441 char *zSep, *zSep2, *zEnd; local 128449 zSep = ""; 128453 zSep = "\n "; 128479 len = sqlite3Strlen30(zSep); 128481 memcpy(&zStmt[k], zSep, len); 128483 zSep = zSep2; 135384 const char *zSep argument 135406 memcpy(&z[j], zSep, nSep); 135445 const char *zSep = (const char*)sqlite3_value_text(argv[0]); local 135446 if( zSep==0 ) return; [all …]
|