Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c26472 int cColSep; /* The column separator character. (Usually ",") */ member
26511 int cSep = (u8)p->cColSep; in csv_read_one_field()
26601 int cSep = (u8)p->cColSep; in ascii_read_one_field()
29659 sCtx.cColSep = SEP_Unit[0]; in do_meta_command()
29664 sCtx.cColSep = ','; in do_meta_command()
29715 sCtx.cColSep = (u8)p->colSeparator[0]; in do_meta_command()
29740 zSep[0] = sCtx.cColSep; in do_meta_command()
29755 while( xRead(&sCtx) && sCtx.cTerm==sCtx.cColSep ){} in do_meta_command()
29771 if( sCtx.cTerm!=sCtx.cColSep ) break; in do_meta_command()
29896 if( i<nCol-1 && sCtx.cTerm!=sCtx.cColSep ){ in do_meta_command()
[all …]