dpkg 1.21.11
Data Fields
pkg_spec Struct Reference

#include <pkg-spec.h>

Collaboration diagram for pkg_spec:
[legend]

Data Fields

char * name
 
const struct dpkg_archarch
 
enum pkg_spec_flags flags
 
bool name_is_pattern
 
bool arch_is_pattern
 
struct pkg_hash_iterpkg_iter
 Used for the pkg_db iterator. More...
 
struct pkginfopkg_next
 Used for the pkgset iterator. More...
 

Field Documentation

◆ arch

const struct dpkg_arch* pkg_spec::arch

Referenced by pkg_spec_is_illegal().

◆ arch_is_pattern

bool pkg_spec::arch_is_pattern

Referenced by pkg_spec_is_illegal().

◆ flags

enum pkg_spec_flags pkg_spec::flags

◆ name

char* pkg_spec::name

◆ name_is_pattern

bool pkg_spec::name_is_pattern

◆ pkg_iter

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().

◆ pkg_next

struct pkginfo* pkg_spec::pkg_next

Used for the pkgset iterator.

Referenced by pkg_spec_iter_init().


The documentation for this struct was generated from the following file: