Home
last modified time | relevance | path

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

/dports/misc/libsolv/libsolv-0.7.19/src/
H A Dtransaction.c153 return SOLVER_TRANSACTION_IGNORE; in transaction_base_type()
289 return SOLVER_TRANSACTION_IGNORE; in transaction_type()
293 return SOLVER_TRANSACTION_IGNORE; in transaction_type()
297 if (type == SOLVER_TRANSACTION_IGNORE) in transaction_type()
298 return SOLVER_TRANSACTION_IGNORE; /* not part of the transaction */ in transaction_type()
304 return SOLVER_TRANSACTION_IGNORE; in transaction_type()
312 return SOLVER_TRANSACTION_IGNORE; /* ignore as we're being obsoleted */ in transaction_type()
365 return SOLVER_TRANSACTION_IGNORE; in transaction_type()
392 return SOLVER_TRANSACTION_IGNORE; in transaction_type()
440 return SOLVER_TRANSACTION_IGNORE; in transaction_type()
H A Dtransaction.h46 #define SOLVER_TRANSACTION_IGNORE 0x00 macro
H A Dsolverdebug.c404 class = SOLVER_TRANSACTION_IGNORE; in transaction_print()
407 if (class == SOLVER_TRANSACTION_IGNORE) in transaction_print()
/dports/misc/libsolv/libsolv-0.7.19/bindings/
H A Dsolv.i3729 static const int SOLVER_TRANSACTION_IGNORE = SOLVER_TRANSACTION_IGNORE;