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

/external/sqlite/dist/orig/
H A Dshell.c10635 int cColSep; /* The column separator character. (Usually ",") */ member in struct:ImportCtx
10667 int cSep = p->cColSep;
10757 int cSep = p->cColSep;
12815 sCtx.cColSep = p->colSeparator[0];
12832 if( sCtx.cTerm!=sCtx.cColSep ) break;
12904 if( i<nCol-1 && sCtx.cTerm!=sCtx.cColSep ){
12912 if( sCtx.cTerm==sCtx.cColSep ){
12916 }while( sCtx.cTerm==sCtx.cColSep );
/external/sqlite/dist/
H A Dshell.c10658 int cColSep; /* The column separator character. (Usually ",") */ member in struct:ImportCtx
10690 int cSep = p->cColSep;
10780 int cSep = p->cColSep;
12838 sCtx.cColSep = p->colSeparator[0];
12855 if( sCtx.cTerm!=sCtx.cColSep ) break;
12927 if( i<nCol-1 && sCtx.cTerm!=sCtx.cColSep ){
12935 if( sCtx.cTerm==sCtx.cColSep ){
12939 }while( sCtx.cTerm==sCtx.cColSep );

Completed in 181 milliseconds