Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/sqlite3/
H A Dshell.c13304 int cSep = p->cColSep; in csv_read_one_field()
13394 int cSep = p->cColSep; in ascii_read_one_field()
16398 sCtx.cColSep = SEP_Unit[0]; in do_meta_command()
16403 sCtx.cColSep = ','; in do_meta_command()
16461 sCtx.cColSep = p->colSeparator[0]; in do_meta_command()
16488 zSep[0] = sCtx.cColSep; in do_meta_command()
16497 while( xRead(&sCtx) && sCtx.cTerm==sCtx.cColSep ){} in do_meta_command()
16514 if( sCtx.cTerm!=sCtx.cColSep ) break; in do_meta_command()
16595 if( i<nCol-1 && sCtx.cTerm!=sCtx.cColSep ){ in do_meta_command()
16603 if( sCtx.cTerm==sCtx.cColSep ){ in do_meta_command()
[all …]