|
rpm
5.4.10
|
#include <rpmio/rpmiotypes.h>
Data Fields | |
| yarnLock | use |
| void * | pool |
| void * | next |
Definition at line 39 of file rpmiotypes.h.
| void* rpmioItem_s::next |
| void* rpmioItem_s::pool |
pool (or NULL if malloc'd)
Definition at line 43 of file rpmiotypes.h.
Referenced by rpmioFreePool(), rpmioFreePoolItem(), rpmioGetPool(), rpmioLinkPoolItem(), rpmioPutPool(), rpmioUnlinkPoolItem(), and rpmvfNew().
| yarnLock rpmioItem_s::use |
use count – return to pool when zero
Definition at line 41 of file rpmiotypes.h.
Referenced by headerLoad(), httpOpen(), rpmioFreePool(), rpmioFreePoolItem(), rpmioGetPool(), rpmioLinkPoolItem(), rpmioPutPool(), rpmioUnlinkPoolItem(), rpmvfFree(), and rpmvfNew().
1.8.1.2