31 const char *
const fixedPoolIds[] = {
33 "pattern()",
"product()",
"retracted-patch-package()",
"ptf()",
"ptf-package()",
35 "repo",
"type",
"comment",
"query_string",
"match_type",
"require_all",
36 "case_sensitive",
"install_status",
"version",
"complex",
"exact",
37 "substring",
"regex",
"glob",
"word",
39 "package",
"patch",
"pattern",
"product",
"srcpackage",
"application",
41 "changelog",
"sourcesize",
"isdefault",
"script",
43 "i386",
"i486",
"i586",
"i686",
"athlon",
"x86_64",
"x86_64_v2",
44 "x86_64_v3",
"x86_64_v4",
"pentium3",
"pentium4",
"ia64",
"s390",
45 "s390x",
"ppc",
"ppc64",
"ppc64p7",
"ppc64le",
"alpha",
"alphaev5",
46 "alphaev56",
"alphapca56",
"alphaev6",
"alphaev67",
"sparc",
"sparcv8",
47 "sparcv9",
"sparcv9v",
"sparc64",
"sparc64v",
"armv3l",
"armv4l",
48 "armv4tl",
"armv5l",
"armv5tl",
"armv5tel",
"armv5tejl",
"armv6l",
49 "armv7l",
"armv8l",
"armv6hl",
"armv7hl",
"armv8hl",
"armv7hnl",
50 "armv7nhl",
"armv7thl",
"armv7tnhl",
"aarch64",
"riscv64",
"sh3",
51 "sh4",
"sh4a",
"m68k",
"mips",
"mipsel",
"mips64",
"mips64el",
71 MIL <<
"Creating sat-pool." << std::endl;
79 ::pool_setdisttype(
_pool, DISTTYPE_RPM );
80 for (
const char *
str : fixedPoolIds )
#define ZYPP_THROW(EXCPT)
Drops a logline and throws the Exception.
Base class for Exception.
static StringPool & instance()
Access the global StringPool instance.
StringPool(const StringPool &)=delete
zypp::sat::detail::CPool * _pool
Internal pointer to the libsolv pool structure (CPool).
nullptr CURL handle void * p
String related utilities and Regular expression matching.