Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/rcache/
H A Drc_mem.c78 return (CMP_MALLOC); in rc_store()
82 return (CMP_MALLOC); in rc_store()
87 return (CMP_MALLOC); in rc_store()
277 case CMP_MALLOC: in krb5_rc_mem_store()
H A Drc_file.c75 return CMP_MALLOC; in rc_store()
79 return CMP_MALLOC; in rc_store()
84 return CMP_MALLOC; in rc_store()
381 case CMP_MALLOC: in krb5_rc_file_recover_locked()
618 case CMP_MALLOC: in krb5_rc_file_store()
H A Drc_common.h34 #define CMP_MALLOC -3 macro