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

/external/sqlite/dist/orig/
H A Dshell.c2151 int cColSep; /* The column separator character. (Usually ",") */ member in struct:ImportCtx
2183 int cSep = p->cColSep;
2257 int cSep = p->cColSep;
3042 sCtx.cColSep = p->colSeparator[0];
3059 if( sCtx.cTerm!=sCtx.cColSep ) break;
3131 if( i<nCol-1 && sCtx.cTerm!=sCtx.cColSep ){
3139 if( sCtx.cTerm==sCtx.cColSep ){
3143 }while( sCtx.cTerm==sCtx.cColSep );
/external/sqlite/dist/
H A Dshell.c2173 int cColSep; /* The column separator character. (Usually ",") */ member in struct:ImportCtx
2205 int cSep = p->cColSep;
2279 int cSep = p->cColSep;
3064 sCtx.cColSep = p->colSeparator[0];
3081 if( sCtx.cTerm!=sCtx.cColSep ) break;
3153 if( i<nCol-1 && sCtx.cTerm!=sCtx.cColSep ){
3161 if( sCtx.cTerm==sCtx.cColSep ){
3165 }while( sCtx.cTerm==sCtx.cColSep );

Completed in 54 milliseconds