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

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/rcache/
H A Drc_common.h28 #define CMP_MALLOC -3 macro
H A Drc_mem.c77 return (CMP_MALLOC);
97 return (CMP_MALLOC);
281 case CMP_MALLOC:
H A Drc_dfl.c43 CMP_MALLOC, CMP_EXPIRED, CMP_REPLAY, CMP_HOHUM
50 store rep in cache id; return CMP_REPLAY if replay, else CMP_MALLOC/CMP_HOHUM
92 #define CMP_MALLOC -3
186 return CMP_MALLOC;
203 return CMP_MALLOC;
223 return CMP_MALLOC;
627 if (rc_store(context, id, rep, now, TRUE) == CMP_MALLOC) {
907 case CMP_MALLOC:

Completed in 240 milliseconds