Home
last modified time | relevance | path

Searched refs:nSep (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c2959 int nSep; /* Number of bytes in zSep[] */ in DbObjCmd() local
2991 nSep = strlen30(zSep); in DbObjCmd()
2993 if( nSep==0 ){ in DbObjCmd()
3070 if( *z==zSep[0] && strncmp(z, zSep, nSep)==0 ){ in DbObjCmd()
3074 azCol[i] = &z[nSep]; in DbObjCmd()
3075 z += nSep-1; in DbObjCmd()
/freebsd/contrib/sqlite3/
H A Dshell.c3495 int nSep; in qrfOneSimpleRow() local
3517 nSep = (int)strlen(p->spec.zColumnSep); in qrfOneSimpleRow()
3518 mxW = p->mxWidth - (nSep + p->u.sLine.mxColWth); in qrfOneSimpleRow()
3524 sqlite3_str_append(p->pOut, p->spec.zColumnSep, nSep); in qrfOneSimpleRow()
3532 sqlite3_str_appendchar(p->pOut,p->u.sLine.mxColWth+nSep,' '); in qrfOneSimpleRow()
H A Dsqlite3.c135600 int nSep, argument
135610 n += (argc-1)*(i64)nSep;
135622 if( bNotNull && nSep>0 ){
135623 memcpy(&z[j], zSep, nSep);
135624 j += nSep;
135661 int nSep = sqlite3_value_bytes(argv[0]); local
135664 concatFuncCore(context, argc-1, argv+1, nSep, zSep);
136130 int nVal, nSep; local
136149 nSep = sqlite3_value_bytes(argv[1]);
136151 sqlite3_str_append(&pGCC->str, zSep, nSep);
[all …]