Home
last modified time | relevance | path

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

/dports/misc/libsolv/libsolv-0.7.19/examples/solv/
H A Dfileprovides.c50 if (repo == pool->installed && addedfileprovides_inst) in rewrite_repos()
54 for (j = 0; j < addedfileprovides_inst->count; j++) in rewrite_repos()
55 MAPSET(&providedids, addedfileprovides_inst->elements[j]); in rewrite_repos()
61 if (repo == pool->installed && addedfileprovides_inst) in rewrite_repos()
63 for (j = 0; j < addedfileprovides_inst->count; j++) in rewrite_repos()
64 MAPCLR(&providedids, addedfileprovides_inst->elements[j]); in rewrite_repos()
67 if (n == addedfileprovides_inst->count) in rewrite_repos()
85 Queue addedfileprovides_inst; in addfileprovides() local
88 queue_init(&addedfileprovides_inst); in addfileprovides()
90 if (addedfileprovides.count || addedfileprovides_inst.count) in addfileprovides()
[all …]
/dports/sysutils/libdnf/libdnf-0.64.0/libdnf/
H A Ddnf-sack.cpp1902 Queue *addedfileprovides_inst) in rewrite_repos() argument
1924 Queue *addedq = repo == pool->installed && addedfileprovides_inst ? in rewrite_repos()
1925 addedfileprovides_inst : addedfileprovides; in rewrite_repos()
1973 Queue addedfileprovides_inst; in dnf_sack_make_provides_ready() local
1975 queue_init(&addedfileprovides_inst); in dnf_sack_make_provides_ready()
1977 &addedfileprovides_inst); in dnf_sack_make_provides_ready()
1978 if (addedfileprovides.count || addedfileprovides_inst.count) in dnf_sack_make_provides_ready()
1979 rewrite_repos(sack, &addedfileprovides, &addedfileprovides_inst); in dnf_sack_make_provides_ready()
1981 queue_free(&addedfileprovides_inst); in dnf_sack_make_provides_ready()