Home
last modified time | relevance | path

Searched refs:REL_MULTIARCH (Results 1 – 6 of 6) sorted by relevance

/dports/misc/libsolv/libsolv-0.7.19/ext/
H A Drepo_testcase.c97 { REL_MULTIARCH, "<MULTIARCH>" },
134 if (rd->flags == REL_MULTIARCH && !ISRELDEP(rd->name) && rd->evr == ARCH_ANY) in testcase_dep2str_complex()
262 id = pool_rel2id(pool, id, ARCH_ANY, REL_MULTIARCH, 1); in testcase_str2dep_simple()
H A Drepo_deb.c224 name = pool_rel2id(pool, name, ARCH_ANY, REL_MULTIARCH, 1); in parseonedep()
/dports/misc/libsolv/libsolv-0.7.19/src/
H A Dpoolid.c207 case REL_MULTIARCH: in pool_id2rel()
H A Dpool.h233 #define REL_MULTIARCH 25 /* debian multiarch annotation */ macro
H A Dpool.c719 case REL_MULTIARCH: in pool_match_nevr_rel()
1265 case REL_MULTIARCH: in pool_addrelproviders()
/dports/misc/libsolv/libsolv-0.7.19/bindings/
H A Dsolv.i1037 %constant int REL_MULTIARCH;