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() 11189 const char *zSep = ""; in completionNext() local 11196 zSep, zDb in completionNext() 11198 zSep = " UNION "; in completionNext() 11218 const char *zSep = ""; in completionNext() local 11227 zSep, zDb, zDb in completionNext() 11229 zSep = " UNION "; in completionNext() 17375 const char *zSep = "SELECT '(' || "; in intckSaveKey() local [all …]
|
| H A D | sqlite3.c | 128649 char *zSep, *zSep2, *zEnd; local 128657 zSep = ""; 128661 zSep = "\n "; 128687 len = sqlite3Strlen30(zSep); 128689 memcpy(&zStmt[k], zSep, len); 128691 zSep = zSep2; 135601 const char *zSep argument 135623 memcpy(&z[j], zSep, nSep); 135662 const char *zSep = (const char*)sqlite3_value_text(argv[0]); local 135663 if( zSep==0 ) return; [all …]
|