Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/pkg_install/dist/lib/
H A Diterate.c73 static struct pkg_match_list_head pkg_match_cache[PKG_HASH_SIZE]; variable
399 SLIST_FOREACH(pkg, &pkg_match_cache[idx], entries) { in find_best_matching_installed_pkg()
403 SLIST_REMOVE(&pkg_match_cache[idx], pkg, in find_best_matching_installed_pkg()
429 SLIST_INSERT_HEAD(&pkg_match_cache[idx], in find_best_matching_installed_pkg()