Searched refs:cColSep (Results 1 – 1 of 1) sorted by relevance
22617 int cColSep; /* The column separator character. (Usually ",") */ member22656 int cSep = (u8)p->cColSep; in csv_read_one_field()22745 int cSep = (u8)p->cColSep; in ascii_read_one_field()25602 sCtx.cColSep = SEP_Unit[0]; in do_meta_command()25607 sCtx.cColSep = ','; in do_meta_command()25658 sCtx.cColSep = (u8)p->colSeparator[0]; in do_meta_command()25683 zSep[0] = sCtx.cColSep; in do_meta_command()25698 while( xRead(&sCtx) && sCtx.cTerm==sCtx.cColSep ){} in do_meta_command()25720 if( sCtx.cTerm!=sCtx.cColSep ) break; in do_meta_command()25813 if( i<nCol-1 && sCtx.cTerm!=sCtx.cColSep ){ in do_meta_command()[all …]