Home
last modified time | relevance | path

Searched refs:transaction_type (Results 1 – 3 of 3) sorted by relevance

/haiku/src/libs/libsolv/solv/
H A Dtransaction.h99 extern Id transaction_type(Transaction *trans, Id p, int mode);
H A Dtransaction.c199 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 Dsolverdebug.c319 …type = transaction_type(trans, p, SOLVER_TRANSACTION_SHOW_ACTIVE|SOLVER_TRANSACTION_SHOW_ALL|SOLVE… in solver_printdecisions()