Searched refs:mecherror (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/lib/gss_mechs/mech_krb5/mech/ |
H A D | util_errmap.c | 49 struct mecherror { struct 66 mecherror_cmp(struct mecherror m1, struct mecherror m2) in mecherror_cmp() argument 88 mecherror_copy(struct mecherror *dest, struct mecherror src) in mecherror_copy() 103 mecherror_print(struct mecherror value, FILE *f) in mecherror_print() 165 static int free_one(OM_uint32 i, struct mecherror value, void *p) in free_one() 181 const struct mecherror *mep; in gssint_mecherrmap_map() 182 struct mecherror me, me_copy; in gssint_mecherrmap_map() 269 const struct mecherror *p; in gssint_mecherrmap_get()
|
H A D | errmap.h | 31 struct mecherror r; 151 typedef struct mecherror mecherrmap__right_t; 172 mecherrmap_foreach (mecherrmap *m, int (*fn)(OM_uint32, struct mecherror, void *), void *p) in mecherrmap_foreach() argument 185 mecherrmap_add (mecherrmap *m, OM_uint32 l, struct mecherror r) in mecherrmap_add() 230 mecherrmap_findright (mecherrmap *m, struct mecherror r) in mecherrmap_findright() 248 mecherrmap__printone (OM_uint32 l, struct mecherror r, void *p) in mecherrmap__printone()
|