#include "pool.h"Go to the source code of this file.
| Defines | |
| #define | ARCHCOLOR_32 1 | 
| #define | ARCHCOLOR_64 2 | 
| #define | ARCHCOLOR_ALL 255 | 
| Functions | |
| void | pool_setarch (Pool *, const char *) | 
| void | pool_setarchpolicy (Pool *, const char *) | 
| unsigned char | pool_arch2color_slow (Pool *pool, Id arch) | 
| static unsigned char | pool_arch2color (Pool *pool, Id arch) | 
| static int | pool_colormatch (Pool *pool, Solvable *s1, Solvable *s2) | 
| #define ARCHCOLOR_32 1 | 
| #define ARCHCOLOR_64 2 | 
| #define ARCHCOLOR_ALL 255 | 
Definition at line 19 of file poolarch.h.
Referenced by pool_arch2color(), and pool_arch2color_slow().
| void pool_setarch | ( | Pool * | , | |
| const char * | ||||
| ) | 
| void pool_setarchpolicy | ( | Pool * | , | |
| const char * | ||||
| ) | 
Definition at line 85 of file poolarch.c.
References _Pool::id2arch, _Pool::id2color, _Pool::lastarch, sat_calloc(), sat_free(), sat_realloc2(), and strn2id().
Referenced by pool_setarch().
Definition at line 140 of file poolarch.c.
References ARCHCOLOR_32, ARCHCOLOR_64, ARCHCOLOR_ALL, _Pool::id2color, id2str(), _Pool::lastarch, and sat_calloc().
Referenced by pool_arch2color().
Definition at line 21 of file poolarch.h.
References ARCHCOLOR_ALL, _Pool::id2color, _Pool::lastarch, and pool_arch2color_slow().
Referenced by pool_colormatch().
Definition at line 30 of file poolarch.h.
References _Solvable::arch, and pool_arch2color().
Referenced by create_transaction_info(), jobtodisablelist(), policy_create_obsolete_index(), policy_findupdatepackages(), prune_obsoleted(), solver_addchoicerules(), solver_addrpmrulesforsolvable(), solver_create_decisions_obsoletesmap(), and solver_createdupmaps().
 1.5.6
 1.5.6