Lines Matching defs:pkg

66 static const char *_cache_get_base(alpm_pkg_t *pkg)  in _cache_get_base()
72 static const char *_cache_get_desc(alpm_pkg_t *pkg) in _cache_get_desc()
78 static const char *_cache_get_url(alpm_pkg_t *pkg) in _cache_get_url()
84 static alpm_time_t _cache_get_builddate(alpm_pkg_t *pkg) in _cache_get_builddate()
90 static alpm_time_t _cache_get_installdate(alpm_pkg_t *pkg) in _cache_get_installdate()
96 static const char *_cache_get_packager(alpm_pkg_t *pkg) in _cache_get_packager()
102 static const char *_cache_get_arch(alpm_pkg_t *pkg) in _cache_get_arch()
108 static off_t _cache_get_isize(alpm_pkg_t *pkg) in _cache_get_isize()
114 static alpm_pkgreason_t _cache_get_reason(alpm_pkg_t *pkg) in _cache_get_reason()
120 static int _cache_get_validation(alpm_pkg_t *pkg) in _cache_get_validation()
126 static alpm_list_t *_cache_get_licenses(alpm_pkg_t *pkg) in _cache_get_licenses()
132 static alpm_list_t *_cache_get_groups(alpm_pkg_t *pkg) in _cache_get_groups()
138 static int _cache_has_scriptlet(alpm_pkg_t *pkg) in _cache_has_scriptlet()
144 static alpm_list_t *_cache_get_depends(alpm_pkg_t *pkg) in _cache_get_depends()
150 static alpm_list_t *_cache_get_optdepends(alpm_pkg_t *pkg) in _cache_get_optdepends()
156 static alpm_list_t *_cache_get_conflicts(alpm_pkg_t *pkg) in _cache_get_conflicts()
162 static alpm_list_t *_cache_get_provides(alpm_pkg_t *pkg) in _cache_get_provides()
168 static alpm_list_t *_cache_get_replaces(alpm_pkg_t *pkg) in _cache_get_replaces()
174 static alpm_filelist_t *_cache_get_files(alpm_pkg_t *pkg) in _cache_get_files()
180 static alpm_list_t *_cache_get_backup(alpm_pkg_t *pkg) in _cache_get_backup()
192 static void *_cache_changelog_open(alpm_pkg_t *pkg) in _cache_changelog_open()
211 const alpm_pkg_t UNUSED *pkg, void *fp) in _cache_changelog_read()
223 static int _cache_changelog_close(const alpm_pkg_t UNUSED *pkg, void *fp) in _cache_changelog_close()
233 static struct archive *_cache_mtree_open(alpm_pkg_t *pkg) in _cache_mtree_open()
277 static int _cache_mtree_next(const alpm_pkg_t UNUSED *pkg, in _cache_mtree_next()
289 static int _cache_mtree_close(const alpm_pkg_t UNUSED *pkg, in _cache_mtree_close()
295 static int _cache_force_load(alpm_pkg_t *pkg) in _cache_force_load()
559 alpm_pkg_t *pkg; in local_db_populate() local
1115 int SYMEXPORT alpm_pkg_set_reason(alpm_pkg_t *pkg, alpm_pkgreason_t reason) in alpm_pkg_set_reason()