Home
last modified time | relevance | path

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

/haiku/src/libs/libsolv/solv/
H A Dsolver.h219 #define SOLVER_CLEANDEPS 0x040000 macro
H A Dsolver.c206 if (extraflags != -1 && (extraflags & SOLVER_CLEANDEPS) != 0 && solv->cleandepsmap.size) in autouninstall()
2758 if (how & SOLVER_CLEANDEPS) in add_update_target()
2787 if (how & SOLVER_CLEANDEPS) in add_update_target()
3106 if (how & SOLVER_CLEANDEPS) in solver_solve()
3122 if (how & SOLVER_CLEANDEPS) in solver_solve()
3154 if (how & SOLVER_CLEANDEPS) in solver_solve()
3361 if ((how & SOLVER_CLEANDEPS) != 0 && !solv->cleandepsmap.size && installed) in solver_solve()
3401 …POOL_DEBUG(SOLV_DEBUG_JOB, "job: %s%serase %s\n", weak ? "weak " : "", how & SOLVER_CLEANDEPS ? "c… in solver_solve()
3402 if ((how & SOLVER_CLEANDEPS) != 0 && !solv->cleandepsmap.size && installed) in solver_solve()
H A Drules.c1233 if (ps->repo == installed && (how & SOLVER_CLEANDEPS) != 0) in solver_addtodupmaps()
1278 if (ps->repo == installed && (how & SOLVER_CLEANDEPS) != 0) in solver_addtodupmaps()
3034 if ((job->elements[i] & SOLVER_CLEANDEPS) == SOLVER_CLEANDEPS) in solver_createcleandepsmap()
3057 if ((how & (SOLVER_JOBMASK|SOLVER_CLEANDEPS)) == (SOLVER_ERASE|SOLVER_CLEANDEPS)) in solver_createcleandepsmap()
3065 if ((job->elements[i] & SOLVER_CLEANDEPS) == SOLVER_CLEANDEPS) in solver_createcleandepsmap()
H A Dproblems.c675 queue_push(&solv->solutions, extraflags & SOLVER_CLEANDEPS); /* our extraflags */ in create_solutions()
H A Dsolverdebug.c926 if (how & SOLVER_CLEANDEPS) in pool_job2str()
/haiku/src/libs/libsolv/ext/
H A Dtestcase.c57 { SOLVER_CLEANDEPS, "cleandeps" },