Searched refs:mecherror (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Dutil_errmap.c49 struct mecherror { struct
66 mecherror_cmp(struct mecherror m1, struct mecherror m2)
88 mecherror_copy(struct mecherror *dest, struct mecherror src)
103 mecherror_print(struct mecherror value, FILE *f)
165 static int free_one(OM_uint32 i, struct mecherror value, void *p)
181 const struct mecherror *mep;
182 struct mecherror me, me_copy;
269 const struct mecherror *
[all...]
H A Derrmap.h4 * args: bimap errmap.h NAME=mecherrmap LEFT=OM_uint32 RIGHT=struct mecherror LEFTPRINT=print_OM_uint32 RIGHTPRINT=mecherror_print LEFTCMP=cmp_OM_uint32 RIGHTCMP=mecherror_cmp
22 * const struct mecherror *findleft(OM_uint32) - null iff not found
23 * const OM_uint32 *findright(struct mecherror)
31 struct mecherror r;
154 typedef struct mecherror mecherrmap__right_t;
175 mecherrmap_foreach (mecherrmap *m, int (*fn)(OM_uint32, struct mecherror, void *), void *p)
188 mecherrmap_add (mecherrmap *m, OM_uint32 l, struct mecherror r)
233 mecherrmap_findright (mecherrmap *m, struct mecherror r)
251 mecherrmap__printone (OM_uint32 l, struct mecherror r, void *p)
172 mecherrmap_foreach(mecherrmap *m, int (*fn)(OM_uint32, struct mecherror, void *), void *p) argument

Completed in 55 milliseconds