Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Drot13.c81 static int rot13CollFunc( in rot13CollFunc() function
112 rc = sqlite3_create_collation(db, "rot13", SQLITE_UTF8, 0, rot13CollFunc); in sqlite3_rot_init()