Searched refs:cRowSep (Results 1 – 1 of 1) sorted by relevance
28498 int cRowSep; /* The row separator character. (Usually "\n") */ member28558 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()[all …]