Home
last modified time | relevance | path

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

/sqlite-3.40.0/tool/
H A Dstripccomments.c56 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 Dfts2_tokenizer1.c82 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 Dfts2_porter.c573 #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 Dfts3_tokenizer1.c79 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 Dfts3_porter.c588 #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 Dprintf.c718 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 Dfts1_tokenizer1.c71 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 Dfts1_porter.c571 #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 Dsimple_tokenizer.c140 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 Dwhwasmutil.js892 let i = 0, ch;
893 for(; i < n && (ch = heap[srcPtr+i]); ++i){
894 heap[tgtPtr+i] = ch;
/sqlite-3.40.0/
H A Dltmain.sh3231 (((ch) == DIR_SEPARATOR) || ((ch) == DIR_SEPARATOR_2))
/sqlite-3.40.0/test/
H A Dfunc.test115 } {UT ch co hi}
H A Dpager1.test1992 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 Dfts5corrupt3.test9293 | 3568: 00 00 00 16 05 34 65 17 63 68 01 02 03 01 04 70 .....4e.ch.....p