Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts5/
H A Dfts5_tokenize.c25 static unsigned char aAsciiTokenChar[128] = { variable
81 memcpy(p->aTokenChar, aAsciiTokenChar, sizeof(aAsciiTokenChar)); in fts5AsciiCreate()