Home
last modified time | relevance | path

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

/dports/archivers/opkg-openwrt/opkg-b07cde3/libopkg/
H A Dpkg_hash.c420 || matching->parent->state_status == SS_UNPACKED) in pkg_hash_fetch_best_installation_candidate()
579 || vec->pkgs[i]->state_status == SS_UNPACKED) in pkg_hash_fetch_installed_by_name_dest()
598 || vec->pkgs[i]->state_status == SS_UNPACKED) { in pkg_hash_fetch_installed_by_name()
644 || pkg->state_status == SS_UNPACKED) in pkg_hash_fetch_all_installed_helper()
690 } else if (pkg->state_status == SS_UNPACKED) { in hash_insert_pkg()
691 ab_pkg->state_status = SS_UNPACKED; in hash_insert_pkg()
H A Dopkg_upgrade.c96 || pkg->state_status == SS_UNPACKED) { in pkg_hash_check_installed_pkg_helper()
H A Dpkg.h69 SS_UNPACKED, enumerator
H A Dopkg_install.c96 && (dep->state_status != SS_UNPACKED)) { in satisfy_dependencies_for()
1433 if (pkg->state_status == SS_UNPACKED) in opkg_install_pkg()
1539 pkg->state_status = SS_UNPACKED; in opkg_install_pkg()
H A Dopkg.c60 if (pkg->state_status == SS_UNPACKED) { in opkg_configure_packages()
H A Dpkg.c63 {SS_UNPACKED, "unpacked"},
1368 || pkg->state_status == SS_UNPACKED in pkg_run_script()
H A Dpkg_depends.c39 || pkg->state_status == SS_UNPACKED) in pkg_installed_and_constraint_satisfied()
H A Dopkg_cmd.c414 if (pkg->state_status == SS_UNPACKED) { in opkg_configure_packages()
/dports/archivers/opkg-openwrt/opkg-b07cde3/
H A DChangeLog.ipkg734 * ipkg_install.c: state_status != SS_INSTALLED and != SS_UNPACKED