Home
last modified time | relevance | path

Searched refs:changelog_read (Results 1 – 4 of 4) sorted by path

/dports/sysutils/pacman/pacman-5.1.3/lib/libalpm/
H A Dbe_local.c328 .changelog_read = _cache_changelog_read,
H A Dbe_package.c148 file_pkg_ops.changelog_read = _package_changelog_read; in get_file_pkg_ops()
H A Dpackage.c175 .changelog_read = _pkg_changelog_read,
422 return pkg->ops->changelog_read(ptr, size, pkg, fp); in alpm_pkg_changelog_read()
H A Dpackage.h71 size_t (*changelog_read) (void *, size_t, const alpm_pkg_t *, void *); member