Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c28459 int cColSep; /* The column separator character. (Usually ",") */ member
28519 int cSep = (u8)p->cColSep; in csv_read_one_field()
28618 int cSep = (u8)p->cColSep; in ascii_read_one_field()
31014 if( sCtx.cColSep==0 ) sCtx.cColSep = SEP_Unit[0]; in dotCmdImport()
31018 if( sCtx.cColSep==0 ) sCtx.cColSep = ','; in dotCmdImport()
31031 sCtx.cColSep = azArg[i][0]; in dotCmdImport()
31051 if( sCtx.cColSep==0 ){ in dotCmdImport()
31053 sCtx.cColSep = p->mode.spec.zColumnSep[0]; in dotCmdImport()
31055 sCtx.cColSep = ','; in dotCmdImport()
31058 if( (sCtx.cColSep & 0x80)!=0 ){ in dotCmdImport()
[all …]