Searched refs:zSep (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/sqlite3/tea/generic/ |
| H A D | tclsqlite3.c | 2489 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()
|
| /freebsd-14.2/contrib/sqlite3/ |
| H A D | shell.c | 17785 zSep = ", "; in recoverInsertStmt() 17804 zSep = ", "; in recoverInsertStmt() 17888 zSep = ", "; in recoverLostAndFoundCreate() 20477 const char *zSep in print_row_separator() argument 20481 oputz(zSep); in print_row_separator() 20484 oputz(zSep); in print_row_separator() 20487 oputz(zSep); in print_row_separator() 20568 zSep = " "; in shell_callback() 27018 char zSep[2]; in do_meta_command() local 27019 zSep[1] = 0; in do_meta_command() [all …]
|
| H A D | sqlite3.c | 123492 zSep = ""; 123496 zSep = "\n "; 123524 zSep = zSep2; 130213 const char *zSep 130748 if( zSep ){ 163028 zSep = ", "; 219565 zSep = ", "; 219736 zSep = ", "; 219751 zSep = ""; 226372 zSep = ", "; [all …]
|