Lines Matching defs:rSep
23912 ** + Use p->rSep as the row separator. The default is "\n".
23921 int rSep = (u8)p->cRowSep;
23935 if( c==rSep ) p->nLine++;
23943 || (c==rSep && pc==cQuote)
23944 || (c==rSep && pc=='\r' && ppc==cQuote)
23980 while( c!=EOF && c!=cSep && c!=rSep ){
23984 if( c==rSep ){
24001 ** + Use p->rSep as the row separator. The default is "\x1E".
24010 int rSep = (u8)p->cRowSep;
24017 while( c!=EOF && c!=cSep && c!=rSep ){
24021 if( c==rSep ){