| /sqlite-3.40.0/src/ |
| H A D | utf.c | 64 #define WRITE_UTF8(zOut, c) { \ argument 84 #define WRITE_UTF16LE(zOut, c) { \ argument 96 #define WRITE_UTF16BE(zOut, c) { \ argument 135 #define READ_UTF8(zIn, zTerm, c) \ argument 149 unsigned int c; in sqlite3Utf8Read() local 188 unsigned int c; in sqlite3VdbeMemTranslate() local 448 u32 c; in sqlite3Utf8To8() local 491 int c; in sqlite3Utf16ByteLen() local 517 unsigned int c; in sqlite3UtfSelfTest() local
|
| H A D | complete.c | 190 int c = *zSql; in sqlite3_complete() local 199 unsigned char c; in sqlite3_complete() local
|
| H A D | test_multiplex.c | 656 static int multiplexAccess(sqlite3_vfs *a, const char *b, int c, int *d){ in multiplexAccess() 659 static int multiplexFullPathname(sqlite3_vfs *a, const char *b, int c, char *d){ in multiplexFullPathname() 665 static void multiplexDlError(sqlite3_vfs *a, int b, char *c){ in multiplexDlError() 668 static void (*multiplexDlSym(sqlite3_vfs *a, void *b, const char *c))(void){ in multiplexDlSym() 674 static int multiplexRandomness(sqlite3_vfs *a, int b, char *c){ in multiplexRandomness() 683 static int multiplexGetLastError(sqlite3_vfs *a, int b, char *c){ in multiplexGetLastError()
|
| /sqlite-3.40.0/ext/fts3/ |
| H A D | fts3_unicode2.c | 30 int sqlite3FtsUnicodeIsalnum(int c){ in sqlite3FtsUnicodeIsalnum() 162 static int remove_diacritic(int c, int bComplex){ in remove_diacritic() 229 int sqlite3FtsUnicodeIsdiacritic(int c){ in sqlite3FtsUnicodeIsdiacritic() 248 int sqlite3FtsUnicodeFold(int c, int eRemoveDiacritic){ in sqlite3FtsUnicodeFold()
|
| H A D | fts3_tokenizer1.c | 51 static int simpleDelim(simple_tokenizer *t, unsigned char c){ in simpleDelim() 118 simple_tokenizer_cursor *c; in simpleOpen() local 147 simple_tokenizer_cursor *c = (simple_tokenizer_cursor *) pCursor; in simpleClose() local 165 simple_tokenizer_cursor *c = (simple_tokenizer_cursor *) pCursor; in simpleNext() local
|
| H A D | fts3_porter.c | 94 porter_tokenizer_cursor *c; in porterOpen() local 123 porter_tokenizer_cursor *c = (porter_tokenizer_cursor *) pCursor; in porterClose() local 298 char c = zIn[i]; in copy_stemmer() local 352 char c = zIn[i]; in porter_stemmer() local 602 porter_tokenizer_cursor *c = (porter_tokenizer_cursor *) pCursor; in porterNext() local
|
| H A D | fts3_icu.c | 107 UChar32 c; in icuOpen() local 192 UChar32 c; in icuNext() local
|
| /sqlite-3.40.0/ext/misc/ |
| H A D | regexp.c | 176 unsigned c; in re_next_char() local 201 unsigned c = re_next_char(p); in re_next_char_nocase() local 207 static int re_word_char(int c){ in re_word_char() 213 static int re_digit_char(int c){ in re_digit_char() 218 static int re_space_char(int c){ in re_space_char() 231 int c = RE_START; in re_match() local 424 static int re_hex(int c, int *pV){ in re_hex() 445 char c; in re_esc_char() local 515 unsigned c; in re_subcompile_string() local
|
| H A D | nextchar.c | 80 static void nextCharAppend(nextCharContext *p, unsigned c){ in nextCharAppend() 104 static int writeUtf8(unsigned char *z, unsigned c){ in writeUtf8() 142 unsigned c = z[0]; in readUtf8() local 206 nextCharContext c; in nextCharFunc() local
|
| H A D | totype.c | 70 static int totypeIsspace(unsigned char c){ in totypeIsspace() 77 static int totypeIsdigit(unsigned char c){ in totypeIsdigit() 96 int c = 0; in totypeCompare2pow63() local 129 int c = 0; in totypeAtoi64() local
|
| H A D | spellfix.c | 213 unsigned char c = zIn[i]; in phoneticHash() local 268 static char characterClass(char cPrev, char c){ in characterClass() 277 static int insertOrDeleteCost(char cPrev, char c, char cNext){ in insertOrDeleteCost() 818 static int utf8Len(unsigned char c, int N){ in utf8Len() 1259 int c, i; in utf8Read() local 1698 static const Transliteration *spellfixFindTranslit(int c, int *pxTop){ in spellfixFindTranslit() 1719 int c, sz, nOut; in transliterate() local 1772 int i, c, sz, nOut; in translen_to_charlen() local 1855 int c, sz; in scriptCodeSqlFunc() local 2008 char c; in spellfix1Dequote() local [all …]
|
| /sqlite-3.40.0/ext/fts2/ |
| H A D | fts2_tokenizer1.c | 57 static int simpleDelim(simple_tokenizer *t, unsigned char c){ in simpleDelim() 122 simple_tokenizer_cursor *c; in simpleOpen() local 149 simple_tokenizer_cursor *c = (simple_tokenizer_cursor *) pCursor; in simpleClose() local 167 simple_tokenizer_cursor *c = (simple_tokenizer_cursor *) pCursor; in simpleNext() local
|
| H A D | fts2_porter.c | 97 porter_tokenizer_cursor *c; in porterOpen() local 124 porter_tokenizer_cursor *c = (porter_tokenizer_cursor *) pCursor; in porterClose() local 299 int c = zIn[i]; in copy_stemmer() local 343 int i, j, c; in porter_stemmer() local 587 porter_tokenizer_cursor *c = (porter_tokenizer_cursor *) pCursor; in porterNext() local
|
| H A D | fts2.c | 345 static int safe_isspace(char c){ in safe_isspace() 348 static int safe_tolower(char c){ in safe_tolower() 351 static int safe_isalnum(char c){ in safe_isalnum() 787 char c[VARINT_MAX]; in dlwAppend() local 821 char c[VARINT_MAX]; in dlwAdd() local 972 char c[5*VARINT_MAX]; in plwAdd() local 1004 char c[VARINT_MAX]; in plwInit() local 1032 char c[VARINT_MAX]; in plwTerminate() local 1071 char c[VARINT_MAX]; in dlcAddDoclist() local 2435 int i, c; in getToken() local [all …]
|
| H A D | fts2_icu.c | 109 UChar32 c; in icuOpen() local 191 UChar32 c; in icuNext() local
|
| /sqlite-3.40.0/ext/fts1/ |
| H A D | fts1_tokenizer1.c | 47 static int isDelim(simple_tokenizer *t, unsigned char c){ in isDelim() 110 simple_tokenizer_cursor *c; in simpleOpen() local 137 simple_tokenizer_cursor *c = (simple_tokenizer_cursor *) pCursor; in simpleClose() local 155 simple_tokenizer_cursor *c = (simple_tokenizer_cursor *) pCursor; in simpleNext() local
|
| H A D | fts1_porter.c | 95 porter_tokenizer_cursor *c; in porterOpen() local 122 porter_tokenizer_cursor *c = (porter_tokenizer_cursor *) pCursor; in porterClose() local 297 int c = zIn[i]; in copy_stemmer() local 341 int i, j, c; in porter_stemmer() local 586 porter_tokenizer_cursor *c = (porter_tokenizer_cursor *) pCursor; in porterNext() local
|
| H A D | simple_tokenizer.c | 95 simple_tokenizer_cursor *c; in simpleOpen() local 111 simple_tokenizer_cursor *c = (simple_tokenizer_cursor *) pCursor; in simpleClose() local 126 simple_tokenizer_cursor *c = (simple_tokenizer_cursor *) pCursor; in simpleNext() local
|
| H A D | fulltext.c | 177 char c[VARINT_MAX]; in appendVarint() local 586 static struct fulltext_vtab *cursor_vtab(fulltext_cursor *c){ in cursor_vtab() 992 fulltext_cursor *c; in fulltextOpen() local 1002 fulltext_cursor *c = (fulltext_cursor *) pCursor; in fulltextClose() local 1012 fulltext_cursor *c = (fulltext_cursor *) pCursor; in fulltextNext() local 1242 fulltext_cursor *c = (fulltext_cursor *) pCursor; in fulltextFilter() local 1276 fulltext_cursor *c = (fulltext_cursor *) pCursor; in fulltextEof() local 1282 fulltext_cursor *c = (fulltext_cursor *) pCursor; in fulltextColumn() local 1293 fulltext_cursor *c = (fulltext_cursor *) pCursor; in fulltextRowid() local
|
| H A D | fts1.c | 207 static int safe_isspace(char c){ in safe_isspace() 210 static int safe_tolower(char c){ in safe_tolower() 213 static int safe_isalnum(char c){ in safe_isalnum() 289 char c[VARINT_MAX]; in appendVarint() local 1567 int i, c; in getToken() local 2143 fulltext_cursor *c; in fulltextOpen() local 2525 fulltext_cursor *c = (fulltext_cursor *) pCursor; in fulltextClose() local 2538 fulltext_cursor *c = (fulltext_cursor *) pCursor; in fulltextNext() local 2882 fulltext_cursor *c = (fulltext_cursor *) pCursor; in fulltextFilter() local 2929 fulltext_cursor *c = (fulltext_cursor *) pCursor; in fulltextEof() local [all …]
|
| /sqlite-3.40.0/ext/lsm1/lsm-test/ |
| H A D | lsmtest_io.c | 68 static int safe_isspace(char c){ in safe_isspace() 76 static int safe_isdigit(char c){ in safe_isdigit() 127 char c; in doOneCmd() local
|
| /sqlite-3.40.0/ext/fts5/ |
| H A D | fts5_unicode2.c | 31 static int fts5_remove_diacritic(int c, int bComplex){ in fts5_remove_diacritic() 98 int sqlite3Fts5UnicodeIsdiacritic(int c){ in sqlite3Fts5UnicodeIsdiacritic() 117 int sqlite3Fts5UnicodeFold(int c, int eRemoveDiacritic){ in sqlite3Fts5UnicodeFold()
|
| /sqlite-3.40.0/tool/ |
| H A D | varint.c | 17 static int hexValue(char c){ in hexValue() 24 static char toHex(unsigned char c){ in toHex()
|
| /sqlite-3.40.0/test/ |
| H A D | fuzz_common.tcl | 68 proc Expr { {c {}} } { argument 134 proc ResultSet {{nRes 0} {c ""}} {
|
| /sqlite-3.40.0/mptest/ |
| H A D | mptest.c | 62 # define isDirSep(c) (((c) == '/') || ((c) == '\\')) argument 64 # define isDirSep(c) ((c) == '/') argument 137 int c, c2; in strglob() local 708 int c; in tokenLength() local 740 int c; in tokenLength() local 882 int n, c, j; in runScript() local
|