ENGINE_PILE
engine_pile_hash(const ENGINE_PILE *c)
engine_pile_cmp(const ENGINE_PILE *a, const ENGINE_PILE *b)
static IMPLEMENT_LHASH_HASH_FN(engine_pile, ENGINE_PILE)
static IMPLEMENT_LHASH_COMP_FN(engine_pile, ENGINE_PILE)
LHASH_OF(ENGINE_PILE) *lh;
ENGINE_PILE tmplate, *fnd;
fnd = malloc(sizeof(ENGINE_PILE));
int_unregister_cb_doall_arg(ENGINE_PILE *pile, ENGINE *e)
static IMPLEMENT_LHASH_DOALL_ARG_FN(int_unregister_cb, ENGINE_PILE, ENGINE)
int_cleanup_cb_doall(ENGINE_PILE *p)
static IMPLEMENT_LHASH_DOALL_FN(int_cleanup_cb, ENGINE_PILE)
ENGINE_PILE tmplate, *fnd = NULL;
int_cb_doall_arg(ENGINE_PILE *pile, ENGINE_PILE_DOALL *dall)
static IMPLEMENT_LHASH_DOALL_ARG_FN(int_cb, ENGINE_PILE, ENGINE_PILE_DOALL)
DECLARE_LHASH_OF(ENGINE_PILE);
LHASH_OF(ENGINE_PILE) piles;
#define lh_ENGINE_PILE_new() LHM_lh_new(ENGINE_PILE,engine_pile)
#define lh_ENGINE_PILE_insert(lh,inst) LHM_lh_insert(ENGINE_PILE,lh,inst)
#define lh_ENGINE_PILE_retrieve(lh,inst) LHM_lh_retrieve(ENGINE_PILE,lh,inst)
#define lh_ENGINE_PILE_delete(lh,inst) LHM_lh_delete(ENGINE_PILE,lh,inst)
#define lh_ENGINE_PILE_doall(lh,fn) LHM_lh_doall(ENGINE_PILE,lh,fn)
LHM_lh_doall_arg(ENGINE_PILE,lh,fn,arg_type,arg)
#define lh_ENGINE_PILE_error(lh) LHM_lh_error(ENGINE_PILE,lh)
#define lh_ENGINE_PILE_num_items(lh) LHM_lh_num_items(ENGINE_PILE,lh)
#define lh_ENGINE_PILE_down_load(lh) LHM_lh_down_load(ENGINE_PILE,lh)
LHM_lh_node_stats_bio(ENGINE_PILE,lh,out)
LHM_lh_node_usage_stats_bio(ENGINE_PILE,lh,out)
LHM_lh_stats_bio(ENGINE_PILE,lh,out)
#define lh_ENGINE_PILE_free(lh) LHM_lh_free(ENGINE_PILE,lh)