sqlite3Tolower 10891 third_party/sqlite/amalgamation/sqlite3.c # define sqlite3Tolower(x) (sqlite3UpperToLower[(unsigned char)(x)]) sqlite3Tolower 10899 third_party/sqlite/amalgamation/sqlite3.c # define sqlite3Tolower(x) tolower((unsigned char)(x)) sqlite3Tolower 2546 third_party/sqlite/src/src/sqliteInt.h # define sqlite3Tolower(x) (sqlite3UpperToLower[(unsigned char)(x)]) sqlite3Tolower 2554 third_party/sqlite/src/src/sqliteInt.h # define sqlite3Tolower(x) tolower((unsigned char)(x))