rpm
5.4.14
|
#include <rpmio/rpmiotypes.h>
Data Fields | |
yarnLock | use |
void * | pool |
void * | next |
Definition at line 42 of file rpmiotypes.h.
void* rpmioItem_s::next |
factory queue linkage
Definition at line 47 of file rpmiotypes.h.
void* rpmioItem_s::pool |
pool (or NULL if malloc'd)
Definition at line 46 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 44 of file rpmiotypes.h.
Referenced by headerLoad(), httpOpen(), rpmioFreePool(), rpmioFreePoolItem(), rpmioGetPool(), rpmioLinkPoolItem(), rpmioPutPool(), rpmioUnlinkPoolItem(), rpmvfFree(), and rpmvfNew().