rpm  5.4.15
Data Fields
rpmioItem_s Struct Reference

#include <rpmio/rpmiotypes.h>

Collaboration diagram for rpmioItem_s:
Collaboration graph
[legend]

Data Fields

yarnLock use
 
void * pool
 
void * next
 

Detailed Description

Definition at line 42 of file rpmiotypes.h.

Field Documentation

void* rpmioItem_s::next

factory queue linkage

Definition at line 47 of file rpmiotypes.h.

Referenced by Fts_read().

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().


The documentation for this struct was generated from the following file: