Searched defs:DynObject (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/krb5/dyn/
H A Ddyn.h40 } DynObjectRec, *DynObject; typedef in typeref:struct:_DynObject
59 DynObject DynCreate P((int el_size, int inc)), DynCopy P((DynObject obj));
60 int DynDestroy P((DynObject obj)), DynRelease P((DynObject obj));
61 int DynAdd P((DynObject obj, void *el));
62 int DynPut P((DynObject obj, void *el, int idx));
63 int DynInsert P((DynObject obj, int idx, void *els, int num));
64 int DynDelete P((DynObject obj, int idx));
65 DynPtr DynGet P((DynObject ob
[all...]

Completed in 47 milliseconds