Home
last modified time | relevance | path

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

/external/sqlite/dist/orig/
Dshell.c773 int nSep = strlen30(p->colSeparator); in output_csv() local
777 (nSep==1 || memcmp(z, p->colSeparator, nSep)==0)) ){ in output_csv()
2975 int nSep; /* Number of bytes in p->colSeparator[] */ in do_meta_command() local
2990 nSep = strlen30(p->colSeparator); in do_meta_command()
2991 if( nSep==0 ){ in do_meta_command()
2995 if( nSep>1 ){ in do_meta_command()
3000 nSep = strlen30(p->rowSeparator); in do_meta_command()
3001 if( nSep==0 ){ in do_meta_command()
3005 if( nSep==2 && p->mode==MODE_Csv && strcmp(p->rowSeparator, SEP_CrLf)==0 ){ in do_meta_command()
3011 nSep = strlen30(p->rowSeparator); in do_meta_command()
[all …]
Dsqlite3.c100130 int nVal, nSep;
100142 nSep = sqlite3_value_bytes(argv[1]);
100145 nSep = 1;
100147 if( nSep ) sqlite3StrAccumAppend(pAccum, zSep, nSep);
/external/sqlite/dist/
Dshell.c779 int nSep = strlen30(p->colSeparator); in output_csv() local
783 (nSep==1 || memcmp(z, p->colSeparator, nSep)==0)) ){ in output_csv()
2997 int nSep; /* Number of bytes in p->colSeparator[] */ in do_meta_command() local
3012 nSep = strlen30(p->colSeparator); in do_meta_command()
3013 if( nSep==0 ){ in do_meta_command()
3017 if( nSep>1 ){ in do_meta_command()
3022 nSep = strlen30(p->rowSeparator); in do_meta_command()
3023 if( nSep==0 ){ in do_meta_command()
3027 if( nSep==2 && p->mode==MODE_Csv && strcmp(p->rowSeparator, SEP_CrLf)==0 ){ in do_meta_command()
3033 nSep = strlen30(p->rowSeparator); in do_meta_command()
[all …]
Dsqlite3.c100148 int nVal, nSep;
100160 nSep = sqlite3_value_bytes(argv[1]);
100163 nSep = 1;
100165 if( nSep ) sqlite3StrAccumAppend(pAccum, zSep, nSep);