Lines Matching refs:cRowSep
28498 int cRowSep; /* The row separator character. (Usually "\n") */ member
28558 int rSep = (u8)p->cRowSep; in csv_read_one_field()
28657 int rSep = (u8)p->cRowSep; in ascii_read_one_field()
31078 if( sCtx.cRowSep==0 ) sCtx.cRowSep = SEP_Record[0]; in dotCmdImport()
31082 if( sCtx.cRowSep==0 ) sCtx.cRowSep = '\n'; in dotCmdImport()
31101 sCtx.cRowSep = azArg[i][0]; in dotCmdImport()
31125 if( sCtx.cRowSep==0 ){ in dotCmdImport()
31127 sCtx.cRowSep = p->mode.spec.zRowSep[0]; in dotCmdImport()
31129 sCtx.cRowSep = '\n'; in dotCmdImport()
31132 if( sCtx.cRowSep=='\r' && xRead!=ascii_read_one_field ){ in dotCmdImport()
31133 sCtx.cRowSep = '\n'; in dotCmdImport()
31135 if( (sCtx.cRowSep & 0x80)!=0 ){ in dotCmdImport()
31204 zSep[0] = sCtx.cRowSep; in dotCmdImport()