| /sqlite-3.40.0/tool/ |
| H A D | stripccomments.c | 56 int ch, prev = EOF; in do_it_all() local 70 for( ; EOF != (ch = fgetc(App.input)); prev = ch, in do_it_all() 74 if('\''==ch || '"'==ch || '`'==ch){ in do_it_all() 80 fputc(ch, out); in do_it_all() 117 fputc(ch, out); in do_it_all() 122 switch(ch){ in do_it_all() 164 if('\n' == ch){ in do_it_all() 170 fputc(ch, out); in do_it_all() 175 fputc(ch, out); in do_it_all() 177 if(slash == ch){ in do_it_all() [all …]
|
| /sqlite-3.40.0/ext/fts2/ |
| H A D | fts2_tokenizer1.c | 82 unsigned char ch = argv[1][i]; in simpleCreate() local 84 if( ch>=0x80 ){ in simpleCreate() 88 t->delim[ch] = 1; in simpleCreate() 196 unsigned char ch = p[iStartOffset+i]; in simpleNext() local 197 c->pToken[i] = (ch>='A' && ch<='Z') ? (ch - 'A' + 'a') : ch; in simpleNext()
|
| H A D | fts2_porter.c | 573 #define isDelim(C) (((ch=C)&0x80)==0 && (ch<0x30 || !porterIdChar[ch-0x30])) 591 int iStartOffset, ch; in porterNext() local
|
| /sqlite-3.40.0/ext/fts3/ |
| H A D | fts3_tokenizer1.c | 79 unsigned char ch = argv[1][i]; in simpleCreate() local 81 if( ch>=0x80 ){ in simpleCreate() 85 t->delim[ch] = 1; in simpleCreate() 196 unsigned char ch = p[iStartOffset+i]; in simpleNext() local 197 c->pToken[i] = (char)((ch>='A' && ch<='Z') ? ch-'A'+'a' : ch); in simpleNext()
|
| H A D | fts3_porter.c | 588 #define isDelim(C) (((ch=C)&0x80)==0 && (ch<0x30 || !porterIdChar[ch-0x30])) 606 int iStartOffset, ch; in porterNext() local
|
| /sqlite-3.40.0/src/ |
| H A D | printf.c | 718 if( ch<0x00080 ){ in sqlite3_str_vappendf() 719 buf[0] = ch & 0xff; in sqlite3_str_vappendf() 721 }else if( ch<0x00800 ){ in sqlite3_str_vappendf() 723 buf[1] = 0x80 + (u8)(ch & 0x3f); in sqlite3_str_vappendf() 725 }else if( ch<0x10000 ){ in sqlite3_str_vappendf() 728 buf[2] = 0x80 + (u8)(ch & 0x3f); in sqlite3_str_vappendf() 734 buf[3] = 0x80 + (u8)(ch & 0x3f); in sqlite3_str_vappendf() 808 char ch; in sqlite3_str_vappendf() local 826 if( ch==q ) n++; in sqlite3_str_vappendf() 843 bufpt[j++] = ch = escarg[i]; in sqlite3_str_vappendf() [all …]
|
| /sqlite-3.40.0/ext/fts1/ |
| H A D | fts1_tokenizer1.c | 71 unsigned char ch = argv[1][i]; in simpleCreate() local 73 if( ch>=0x80 ){ in simpleCreate() 77 t->delim[ch] = 1; in simpleCreate() 184 unsigned char ch = p[iStartOffset+i]; in simpleNext() local 185 c->pToken[i] = ch<0x80 ? tolower(ch) : ch; in simpleNext()
|
| H A D | fts1_porter.c | 571 #define idChar(C) (((ch=C)&0x80)!=0 || (ch>0x2f && isIdChar[ch-0x30])) 572 #define isDelim(C) (((ch=C)&0x80)==0 && (ch<0x30 || !isIdChar[ch-0x30])) 590 int iStartOffset, ch; in porterNext() local
|
| H A D | simple_tokenizer.c | 140 char ch = c->pCurrent[ii]; in simpleNext() local 141 c->zToken[ii] = (unsigned char)ch<0x80 ? tolower((unsigned char)ch):ch; in simpleNext()
|
| /sqlite-3.40.0/ext/wasm/common/ |
| H A D | whwasmutil.js | 892 let i = 0, ch; 893 for(; i < n && (ch = heap[srcPtr+i]); ++i){ 894 heap[tgtPtr+i] = ch;
|
| /sqlite-3.40.0/ |
| H A D | ltmain.sh | 3231 (((ch) == DIR_SEPARATOR) || ((ch) == DIR_SEPARATOR_2))
|
| /sqlite-3.40.0/test/ |
| H A D | func.test | 115 } {UT ch co hi}
|
| H A D | pager1.test | 1992 ca, cb, cc, cd, ce, cf, cg, ch, ci, cj, ck, cl, cm, cn, 2006 ca, cb, cc, cd, ce, cf, cg, ch, ci, cj, ck, cl, cm, cn,
|
| /sqlite-3.40.0/ext/fts5/test/ |
| H A D | fts5corrupt3.test | 9293 | 3568: 00 00 00 16 05 34 65 17 63 68 01 02 03 01 04 70 .....4e.ch.....p
|