Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c23881 int cColSep; /* The column separator character. (Usually ",") */ member
23920 int cSep = (u8)p->cColSep; in csv_read_one_field()
24009 int cSep = (u8)p->cColSep; in ascii_read_one_field()
26939 sCtx.cColSep = SEP_Unit[0]; in do_meta_command()
26944 sCtx.cColSep = ','; in do_meta_command()
26995 sCtx.cColSep = (u8)p->colSeparator[0]; in do_meta_command()
27020 zSep[0] = sCtx.cColSep; in do_meta_command()
27035 while( xRead(&sCtx) && sCtx.cTerm==sCtx.cColSep ){} in do_meta_command()
27047 if( sCtx.cTerm!=sCtx.cColSep ) break; in do_meta_command()
27168 if( i<nCol-1 && sCtx.cTerm!=sCtx.cColSep ){ in do_meta_command()
[all …]