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

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Derrmap.h29 struct mecherrmap__pair { struct
42 * TYPE: struct mecherrmap__pair
48 * struct mecherrmap__pair *getaddr(idx) -> aborts if out of range
50 * struct mecherrmap__pair get(idx) -> value, or aborts if out of range
63 struct mecherrmap__pair *elts;
70 arr->elts = calloc(10, sizeof(struct mecherrmap__pair));
119 static inline struct mecherrmap__pair *
128 mecherrmap__pairarray_set (mecherrmap__pairarray *arr, long idx, struct mecherrmap__pair value)
130 struct mecherrmap__pair *newvalp;
135 static inline struct mecherrmap__pair
[all...]

Completed in 109 milliseconds