Home
last modified time | relevance | path

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

/dports/archivers/opkg-openwrt/opkg-b07cde3/libopkg/
H A Dopkg_install.c430 int replaces_count = replacees->len; in pkg_remove_installed_replacees() local
431 for (i = 0; i < replaces_count; i++) { in pkg_remove_installed_replacees()
446 int replaces_count = replacees->len; in pkg_remove_installed_replacees_unwind() local
447 for (i = 0; i < replaces_count; i++) { in pkg_remove_installed_replacees_unwind()
H A Dpkg_depends.c778 if (!pkg->replaces_count) in buildReplaces()
781 pkg->replaces = xcalloc(pkg->replaces_count, sizeof(abstract_pkg_t *)); in buildReplaces()
783 for (i = 0; i < pkg->replaces_count; i++) { in buildReplaces()