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

/osnet-11/usr/src/lib/krb5/dyn/
H A Ddyn.h31 } DynObjectRec, *DynObject; typedef in typeref:struct:_DynObject
60 /*@null@*//*@only@*/ DynObject DynCreate (int el_size, int inc);
61 /*@null@*//*@only@*/ DynObject DynCopy (DynObject obj);
62 int DynDestroy (/*@only@*/DynObject obj), DynRelease (DynObject obj);
63 int DynAdd (DynObject obj, void *el);
64 int DynPut (DynObject obj, void *el, int idx);
65 int DynInsert (DynObject obj, int idx, /*@observer@*/void *els, int num);
66 int DynDelete (DynObject ob
[all...]

Completed in 15 milliseconds