Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/sqlite3/
H A Dsqlite3.c30644 static const unsigned char sqlite3Utf8Trans1[] = {
30730 c = sqlite3Utf8Trans1[c-0xc0]; \
30748 c = sqlite3Utf8Trans1[c-0xc0];
183808 static const unsigned char sqlite3Utf8Trans1[] = {
183822 c = sqlite3Utf8Trans1[c-0xc0]; \
226293 static const unsigned char sqlite3Utf8Trans1[] = {
226307 c = sqlite3Utf8Trans1[c-0xc0]; \
/freebsd-12.1/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c20105 static const unsigned char sqlite3Utf8Trans1[] = { variable
20211 c = sqlite3Utf8Trans1[c-0xc0]; \
20230 c = sqlite3Utf8Trans1[c-0xc0]; in sqlite3Utf8Read()