Home
last modified time | relevance | path

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

/dports/archivers/opkg-openwrt/opkg-b07cde3/libopkg/
H A Dopkg_remove.c48 if (dep_ab_pkg->state_status == SS_INSTALLED) { in pkg_has_installed_dependents()
71 if (dep_ab_pkg->state_status == SS_INSTALLED in pkg_has_installed_dependents()
122 if (dep_ab_pkg->state_status == SS_INSTALLED) { in opkg_remove_dependent_pkgs()
125 if (dep_pkg->state_status == SS_INSTALLED) { in opkg_remove_dependent_pkgs()
158 if (dep_ab_pkg->state_status == SS_INSTALLED) in print_dependents_warning()
H A Dpkg_hash.c419 if (matching->parent->state_status == SS_INSTALLED in pkg_hash_fetch_best_installation_candidate()
578 if ((vec->pkgs[i]->state_status == SS_INSTALLED in pkg_hash_fetch_installed_by_name_dest()
597 if (vec->pkgs[i]->state_status == SS_INSTALLED in pkg_hash_fetch_installed_by_name()
643 if (pkg->state_status == SS_INSTALLED in pkg_hash_fetch_all_installed_helper()
688 if (pkg->state_status == SS_INSTALLED) { in hash_insert_pkg()
689 ab_pkg->state_status = SS_INSTALLED; in hash_insert_pkg()
H A Dopkg_upgrade.c95 if (pkg->state_status == SS_INSTALLED in pkg_hash_check_installed_pkg_helper()
H A Dopkg_install.c95 if ((dep->state_status != SS_INSTALLED) in satisfy_dependencies_for()
416 if (replacee->state_status == SS_INSTALLED) { in pkg_get_installed_replacees()
449 if (replacee->state_status != SS_INSTALLED) { in pkg_remove_installed_replacees_unwind()
1266 if (pkg->state_status == SS_INSTALLED && conf->nodeps == 0) { in opkg_install_pkg()
1299 if (pkg->state_status == SS_INSTALLED) in opkg_install_pkg()
H A Dpkg.h71 SS_INSTALLED, enumerator
H A Dopkg.c63 pkg->state_status = SS_INSTALLED; in opkg_configure_packages()
64 pkg->parent->state_status = SS_INSTALLED; in opkg_configure_packages()
H A Dpkg_depends.c38 if ((pkg->state_status == SS_INSTALLED in pkg_installed_and_constraint_satisfied()
345 if ((pkg_scout->state_status == SS_INSTALLED in pkg_hash_fetch_conflicts()
H A Dopkg_cmd.c418 pkg->state_status = SS_INSTALLED; in opkg_configure_packages()
419 pkg->parent->state_status = SS_INSTALLED; in opkg_configure_packages()
H A Dpkg.c65 {SS_INSTALLED, "installed"},
1367 if (pkg->state_status == SS_INSTALLED in pkg_run_script()
/dports/archivers/opkg-openwrt/opkg-b07cde3/tests/
H A Dlibopkg_test.c28 if (pkg->state_status == SS_INSTALLED) in package_list_installed_callback()
37 if (pkg->state_status == SS_INSTALLED) in package_list_callback()
/dports/archivers/opkg-openwrt/opkg-b07cde3/
H A DChangeLog.ipkg734 * ipkg_install.c: state_status != SS_INSTALLED and != SS_UNPACKED