Home
last modified time | relevance | path

Searched refs:SOLVER_TRANSACTION_REINSTALLED (Results 1 – 7 of 7) sorted by relevance

/dports/misc/libsolv/libsolv-0.7.19/src/
H A Dtransaction.h49 #define SOLVER_TRANSACTION_REINSTALLED 0x11 macro
H A Dtransaction.c165 return SOLVER_TRANSACTION_REINSTALLED; in transaction_base_type()
334 type = SOLVER_TRANSACTION_REINSTALLED; in transaction_type()
H A Dsolverdebug.c385 case SOLVER_TRANSACTION_REINSTALLED: in transaction_print()
/dports/misc/libsolv/libsolv-0.7.19/examples/
H A Dp5solv675 } elsif ($c->{type} == $solv::Transaction::SOLVER_TRANSACTION_REINSTALLED) {
H A Dpysolv817 elif cl.type == solv.Transaction.SOLVER_TRANSACTION_REINSTALLED:
/dports/misc/libsolv/libsolv-0.7.19/bindings/
H A Dsolv.i3731 static const int SOLVER_TRANSACTION_REINSTALLED = SOLVER_TRANSACTION_REINSTALLED;
/dports/misc/libsolv/libsolv-0.7.19/ext/
H A Dtestcase.c1141 { SOLVER_TRANSACTION_REINSTALLED, "reinstall" },