Lines Matching defs:MINORP
891 #define map_error(MINORP, MECH)
892 #define map_errcode(MINORP)
903 #define map_error(MINORP, MECH) \
904 (*(MINORP) = gssint_mecherrmap_map(*(MINORP), &(MECH)->mech_type))
905 #define map_error_oid(MINORP, MECHOID) \
906 (*(MINORP) = gssint_mecherrmap_map(*(MINORP), (MECHOID)))
914 #define map_errcode(MINORP) \
915 (*(MINORP) = gssint_mecherrmap_map_errcode(*(MINORP)))