|
dpkg 1.22.7-3-g89f48
|
#include <pkg-spec.h>
Data Fields | |
| char * | name |
| const struct dpkg_arch * | arch |
| enum pkg_spec_flags | flags |
| bool | name_is_pattern |
| bool | arch_is_pattern |
| struct pkg_hash_iter * | pkg_iter |
| Used for the pkg_db iterator. | |
| struct pkginfo * | pkg_next |
| Used for the pkgset iterator. | |
| const struct dpkg_arch* pkg_spec::arch |
Referenced by pkg_spec_is_illegal().
| bool pkg_spec::arch_is_pattern |
Referenced by pkg_spec_is_illegal().
| enum pkg_spec_flags pkg_spec::flags |
Referenced by pkg_spec_init(), and pkg_spec_is_illegal().
| char* pkg_spec::name |
Referenced by pkg_spec_destroy(), pkg_spec_is_illegal(), and pkg_spec_iter_init().
| bool pkg_spec::name_is_pattern |
Referenced by pkg_spec_is_illegal(), pkg_spec_iter_init(), and pkg_spec_iter_next_pkg().
| struct pkg_hash_iter* pkg_spec::pkg_iter |
Used for the pkg_db iterator.
Referenced by pkg_spec_iter_destroy(), and pkg_spec_iter_init().
| struct pkginfo* pkg_spec::pkg_next |
Used for the pkgset iterator.
Referenced by pkg_spec_iter_init().