Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dfunc.c487 static void lowerFunc(sqlite3_context *context, int argc, sqlite3_value **argv){ in lowerFunc() function
2286 FUNCTION(lower, 1, 0, 0, lowerFunc ), in sqlite3RegisterBuiltinFunctions()