Home
last modified time | relevance | path

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

/dports/ports-mgmt/pkg/pkg-1.17.5/libpkg/
H A Dpkg_jobs_conflicts.c171 if (!kh_contains(pkg_conflicts, p1->conflictshash, p2->uid)) { in pkg_conflicts_register()
173 kh_safe_add(pkg_conflicts, p1->conflictshash, c1, c1->uid); in pkg_conflicts_register()
184 kh_safe_add(pkg_conflicts, p2->conflictshash, c2, c2->uid); in pkg_conflicts_register()
227 if (kh_contains(pkg_conflicts, p1->conflictshash, p2->uid) && in pkg_conflicts_need_conflict()
228 kh_contains(pkg_conflicts, p2->conflictshash, p1->uid)) in pkg_conflicts_need_conflict()
257 kh_find(pkg_conflicts, p1->conflictshash, p2->uid, c1); in pkg_conflicts_register_unsafe()
258 kh_find(pkg_conflicts, p2->conflictshash, p1->uid, c2); in pkg_conflicts_register_unsafe()
268 kh_safe_add(pkg_conflicts, p1->conflictshash, c1, c1->uid); in pkg_conflicts_register_unsafe()
284 kh_safe_add(pkg_conflicts, p2->conflictshash, c2, c2->uid); in pkg_conflicts_register_unsafe()
388 if (!kh_contains(pkg_conflicts, p->conflictshash, uid)) { in pkg_conflicts_check_local_path()
[all …]
H A Dpkg.c1094 if (kh_contains(pkg_conflicts, pkg->conflictshash, uniqueid)) { in pkg_addconflict()
1103 kh_safe_add(pkg_conflicts, pkg->conflictshash, c, c->uid); in pkg_addconflict()
1213 return (kh_count(pkg->conflictshash)); in pkg_list_count()
1284 kh_destroy_pkg_conflicts(pkg->conflictshash); in pkg_list_free()
H A Dpkg_cudf.c152 if (kh_count(pkg->conflictshash) > 0 || in cudf_emit_pkg()
H A Dpkg_repo_create.c79 kh_pkg_conflicts_t *conflictshash; member
827 kh_destroy_pkg_conflicts(curcb->conflictshash); in pkg_create_repo()
/dports/ports-mgmt/pkg/pkg-1.17.5/libpkg/private/
H A Dpkg.h330 kh_pkg_conflicts_t *conflictshash; member