Home
last modified time | relevance | path

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

/freebsd/krb5/lib/gssapi/
H A Derrmap.h154 } mecherrmap; typedef
157 mecherrmap_init (mecherrmap *m) in mecherrmap_init()
164 mecherrmap_size (mecherrmap *m) in mecherrmap_size()
170 mecherrmap_foreach (mecherrmap *m, int (*fn)(OM_uint32, struct mecherror, void *), void *p) in mecherrmap_foreach()
183 mecherrmap_add (mecherrmap *m, OM_uint32 l, struct mecherror r) in mecherrmap_add()
214 mecherrmap_findleft (mecherrmap *m, OM_uint32 l) in mecherrmap_findleft()
228 mecherrmap_findright (mecherrmap *m, struct mecherror r) in mecherrmap_findright()
259 mecherrmap_printmap (mecherrmap *m, FILE *f) in mecherrmap_printmap()
270 mecherrmap_destroy (mecherrmap *m) in mecherrmap_destroy()
/freebsd/crypto/krb5/src/lib/gssapi/generic/
H A Dutil_errmap.c135 static mecherrmap m;
H A DMakefile.in115 NAME=mecherrmap LEFT=OM_uint32 RIGHT="struct mecherror" \