Home
last modified time | relevance | path

Searched refs:SOLVER_FORCEBEST (Results 1 – 4 of 4) sorted by relevance

/haiku/src/libs/libsolv/solv/
H A Dsolver.h227 #define SOLVER_FORCEBEST 0x100000 macro
H A Dsolver.c2752 if (how & SOLVER_FORCEBEST) in add_update_target()
2781 if (how & SOLVER_FORCEBEST) in add_update_target()
3104 if (how & SOLVER_FORCEBEST) in solver_solve()
3120 if (how & SOLVER_FORCEBEST) in solver_solve()
3148 if (how & SOLVER_FORCEBEST) in solver_solve()
3209 if (how & SOLVER_FORCEBEST) in solver_solve()
3397 if (how & SOLVER_FORCEBEST) in solver_solve()
H A Drules.c1227 if (ps->repo == installed && (how & SOLVER_FORCEBEST) != 0) in solver_addtodupmaps()
1272 if (ps->repo == installed && (how & SOLVER_FORCEBEST) != 0) in solver_addtodupmaps()
2667 …if ((solv->job.elements[i] & (SOLVER_JOBMASK | SOLVER_FORCEBEST)) == (SOLVER_INSTALL | SOLVER_FORC… in solver_addbestrules()
/haiku/src/libs/libsolv/ext/
H A Dtestcase.c59 { SOLVER_FORCEBEST, "forcebest" },