HomeSort by: relevance | last modified time | path
    Searched defs:rank_func (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/makemandb/
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);
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);

Completed in 22 milliseconds