Searched refs:zSep (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/sqlite3/tea/generic/ |
| H A D | tclsqlite3.c | 2445 const char *zSep; in DbObjCmd() local 2453 zSep = Tcl_GetStringFromObj(objv[5], 0); in DbObjCmd() 2455 zSep = "\t"; in DbObjCmd() 2465 nSep = strlen30(zSep); in DbObjCmd() 2540 if( *z==zSep[0] && strncmp(z, zSep, nSep)==0 ){ in DbObjCmd()
|
| /freebsd-12.1/contrib/sqlite3/ |
| H A D | shell.c | 3334 zSql, zSep, zDb in completionNext() 3337 zSep = " UNION "; in completionNext() 3363 zSep = " UNION "; in completionNext() 14622 const char *zSep = ""; in arWhereClause() local 14633 zSep = " OR "; in arWhereClause() 16486 char zSep[2]; in do_meta_command() local 16487 zSep[1] = 0; in do_meta_command() 16488 zSep[0] = sCtx.cColSep; in do_meta_command() 16492 zSep[0] = sCtx.cRowSep; in do_meta_command() 17894 zSep = "VALUES("; in do_meta_command() [all …]
|
| H A D | sqlite3.c | 111842 zSep = ""; 111846 zSep = "\n "; 111873 zSep = zSep2; 118371 const char *zSep; 118386 zSep = ","; 118389 if( zSep ) sqlite3_str_append(pAccum, zSep, nSep); 196394 zSep = ", "; 196565 zSep = ", "; 196580 zSep = ""; 205078 zSep = ""; [all …]
|
| /freebsd-12.1/crypto/heimdal/lib/sqlite/ |
| H A D | sqlite3.c | 80510 char *zSep, *zSep2, *zEnd; 80518 zSep = ""; 80522 zSep = "\n "; 80547 sqlite3_snprintf(n-k, &zStmt[k], zSep); 80549 zSep = zSep2; 85436 const char *zSep; 85449 zSep = (char*)sqlite3_value_text(argv[1]); 85452 zSep = ","; 85455 sqlite3StrAccumAppend(pAccum, zSep, nSep); 88248 const char *zSep; [all …]
|