apropos-utils.c | 461 * rank_func -- 475 rank_func(sqlite3_context *pctx, int nval, sqlite3_value **apval) function in typeref:typename:void 618 " rank_func(matchinfo(mandb, \"pclxn\")) AS rank" 638 " rank_func(matchinfo(mandb, \"pclxn\")) AS rank" 682 rc = sqlite3_create_function(db, "rank_func", 1, SQLITE_ANY, 683 (void *) &idf, rank_func, NULL, NULL);
|