Searched refs:transaction_type (Results 1 – 3 of 3) sorted by relevance
/haiku/src/libs/libsolv/solv/ |
H A D | transaction.h | 99 extern Id transaction_type(Transaction *trans, Id p, int mode);
|
H A D | transaction.c | 199 transaction_type(Transaction *trans, Id p, int mode) in transaction_type() function 418 type = transaction_type(trans, p, mode); in transaction_classify() 511 type = transaction_type(trans, p, mode); in transaction_classify_pkgs()
|
H A D | solverdebug.c | 319 …type = transaction_type(trans, p, SOLVER_TRANSACTION_SHOW_ACTIVE|SOLVER_TRANSACTION_SHOW_ALL|SOLVE… in solver_printdecisions()
|