|
|
static APT_PUBLIC unsigned char | GetPrio (std::string Str) |
| |
|
static APT_PUBLIC const char * | ParseDepends (const char *Start, const char *Stop, std::string &Package, std::string &Ver, unsigned int &Op, bool const &ParseArchFlags=false, bool const &StripMultiArch=true, bool const &ParseRestrictionsList=false, std::string const &Arch="") |
| |
|
static APT_PUBLIC const char * | ParseDepends (const char *Start, const char *Stop, std::string_view &Package, std::string_view &Ver, unsigned int &Op, bool ParseArchFlags=false, bool StripMultiArch=true, bool ParseRestrictionsList=false, std::string Arch="") |
| |
|
static APT_PUBLIC const char * | ConvertRelation (const char *I, unsigned int &Op) |
| |
|
bool | ParseDepends (pkgCache::VerIterator &Ver, pkgTagSection::Key Key, unsigned int Type) |
| |
|
bool | ParseProvides (pkgCache::VerIterator &Ver) |
| |
|
APT_HIDDEN unsigned char | ParseMultiArch (bool const showErrors) |
| |
|
bool | NewGroup (pkgCache::GrpIterator &Grp, std::string_view Name) |
| |
|
map_stringitem_t | StoreString (pkgCacheGenerator::StringType const type, const char *S, unsigned int Size) |
| |
|
map_stringitem_t | StoreString (pkgCacheGenerator::StringType const type, std::string_view S) |
| |
|
map_stringitem_t | WriteString (std::string_view S) |
| |
|
map_stringitem_t | WriteString (const char *S, unsigned int Size) |
| |
|
bool | NewDepends (pkgCache::VerIterator &Ver, std::string_view Package, std::string_view Arch, std::string_view Version, uint8_t const Op, uint8_t const Type) |
| |
|
bool | NewProvides (pkgCache::VerIterator &Ver, std::string_view PkgName, std::string_view PkgArch, std::string_view Version, uint8_t const Flags) |
| |
|
bool | NewProvidesAllArch (pkgCache::VerIterator &Ver, std::string_view Package, std::string_view Version, uint8_t const Flags) |
| |
|
static APT_HIDDEN bool | GrabWord (std::string_view Word, const WordList *List, unsigned char &Out) |
| |
|
pkgTagFile | Tags |
| |
|
pkgTagSection | Section |
| |
|
map_filesize_t | iOffset |
| |