Home
last modified time | relevance | path

Searched refs:pkg_repo_ops (Results 1 – 4 of 4) sorted by relevance

/dports/ports-mgmt/pkg/pkg-1.17.5/libpkg/repo/binary/
H A Dbinary.c26 struct pkg_repo_ops pkg_repo_binary_ops = {
H A Dbinary.h32 extern struct pkg_repo_ops pkg_repo_binary_ops;
/dports/ports-mgmt/pkg/pkg-1.17.5/libpkg/private/
H A Dpkg.h554 struct pkg_repo_ops { struct
598 struct pkg_repo_ops *ops; argument
/dports/ports-mgmt/pkg/pkg-1.17.5/libpkg/
H A Dpkg_config.c1397 static struct pkg_repo_ops*
1400 struct pkg_repo_ops *found = NULL, **cur; in pkg_repo_find_type()