Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/sqlite3/
H A Dshell.c16170 int cSep = p->cColSep; in csv_read_one_field()
16260 int cSep = p->cColSep; in ascii_read_one_field()
19429 sCtx.cColSep = SEP_Unit[0]; in do_meta_command()
19434 sCtx.cColSep = ','; in do_meta_command()
19492 sCtx.cColSep = p->colSeparator[0]; in do_meta_command()
19520 zSep[0] = sCtx.cColSep; in do_meta_command()
19529 while( xRead(&sCtx) && sCtx.cTerm==sCtx.cColSep ){} in do_meta_command()
19545 if( sCtx.cTerm!=sCtx.cColSep ) break; in do_meta_command()
19624 if( i<nCol-1 && sCtx.cTerm!=sCtx.cColSep ){ in do_meta_command()
19632 if( sCtx.cTerm==sCtx.cColSep ){ in do_meta_command()
[all …]