Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dtest_func.c849 static void rankfunc(sqlite3_context *pCtx, int nVal, sqlite3_value **apVal){ in rankfunc() function
927 sqlite3_create_function(db, "rank", -1, SQLITE_UTF8, 0, rankfunc, 0, 0); in install_fts3_rank_function()