Searched refs:cColSep (Results 1 – 1 of 1) sorted by relevance
26472 int cColSep; /* The column separator character. (Usually ",") */ member26511 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 …]