Searched refs:rankfunc (Results 1 – 1 of 1) sorted by relevance
849 static void rankfunc(sqlite3_context *pCtx, int nVal, sqlite3_value **apVal){ in rankfunc() function927 sqlite3_create_function(db, "rank", -1, SQLITE_UTF8, 0, rankfunc, 0, 0); in install_fts3_rank_function()