Home
last modified time | relevance | path

Searched refs:pkg_hash_fetch_all_installed (Results 1 – 6 of 6) sorted by relevance

/dports/archivers/opkg-openwrt/opkg-b07cde3/libopkg/
H A Dopkg_cmd.c622 pkg_hash_fetch_all_installed(available); in opkg_list_installed_cmd()
651 pkg_hash_fetch_all_installed(available); in opkg_list_changed_conffiles_cmd()
711 pkg_hash_fetch_all_installed(available); in opkg_info_status_cmd()
782 pkg_hash_fetch_all_installed(available); in opkg_remove_cmd()
924 pkg_hash_fetch_all_installed(available_pkgs); in opkg_depends_cmd()
1009 pkg_hash_fetch_all_installed(available_pkgs); in opkg_what_depends_conflicts_cmd()
1139 pkg_hash_fetch_all_installed(available_pkgs); in opkg_what_provides_replaces_cmd()
1195 pkg_hash_fetch_all_installed(installed); in opkg_search_cmd()
H A Dpkg_hash.h46 void pkg_hash_fetch_all_installed(pkg_vec_t * installed);
H A Dpkg_alternatives.c125 pkg_hash_fetch_all_installed(installed); in pkg_alternatives_update()
H A Dopkg.c449 pkg_hash_fetch_all_installed(installed); in opkg_upgrade_all()
H A Dpkg.c1452 pkg_hash_fetch_all_installed(installed_pkgs); in pkg_info_preinstall_check()
1527 pkg_hash_fetch_all_installed(installed_pkgs); in pkg_write_changed_filelists()
H A Dpkg_hash.c649 void pkg_hash_fetch_all_installed(pkg_vec_t * all) in pkg_hash_fetch_all_installed() function