Searched refs:DynInsert (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/krb5/dyn/
H A Ddyn.h48 #define DynInsert gssrpcint_DynInsert macro
65 int DynInsert (DynObject obj, int idx, /*@observer@*/void *els, int num);
H A Ddyn.c31 * Made obsolete by DynInsert, now just a convenience function.
38 return DynInsert(obj, DynSize(obj), els, num);
237 * contains the source code for the function DynInsert().
240 int DynInsert(obj, idx, els_in, num) function
553 * dyn_insert.c (DynInsert): what used to be #ifdef POSIX, should
/osnet-11/usr/src/lib/krb5/kadm5/srv/
H A Dxdr_alloc.c122 if (DynInsert((DynObject) xdrs->x_private,
144 if (DynInsert((DynObject) xdrs->x_private,

Completed in 21 milliseconds