Searched refs:policy_illegal_vendorchange (Results 1 – 2 of 2) sorted by relevance
/haiku/src/libs/libsolv/solv/ |
H A D | policy.h | 31 extern int policy_illegal_vendorchange(Solver *solv, Solvable *s1, Solvable *s2);
|
H A D | policy.c | 688 policy_illegal_vendorchange(Solver *solv, Solvable *s1, Solvable *s2) in policy_illegal_vendorchange() function 732 if (is->vendor != s->vendor && policy_illegal_vendorchange(solv, is, s)) in policy_is_illegal() 908 if (!allowvendorchange && s->vendor != ps->vendor && policy_illegal_vendorchange(solv, s, ps)) in policy_findupdatepackages() 926 if (!allowvendorchange && s->vendor != ps->vendor && policy_illegal_vendorchange(solv, s, ps)) in policy_findupdatepackages()
|