Home | History | Annotate | Download | only in orig

Lines Matching defs:cSep

1945 **   +  Use p->cSep as the separator.  The default is ",".
1953 int cSep = p->cSeparator;
1973 if( (c==cSep && pc==cQuote)
1997 while( c!=EOF && c!=cSep && c!='\n' ){
2615 char cSep = '(';
2617 zCreate = sqlite3_mprintf("%z%c\n \"%s\" TEXT", zCreate, cSep, sCsv.z);
2618 cSep = ',';
2621 if( cSep=='(' ){