Searched refs:MAX_MECH_OID_PAIRS (Results 1 – 3 of 3) sorted by relevance
32 #define MAX_MECH_OID_PAIRS 32 macro121 static char *mech_list[MAX_MECH_OID_PAIRS+1];138 status = __gss_get_mechanisms(mech_list, MAX_MECH_OID_PAIRS+1);141 for (i = 0; i < MAX_MECH_OID_PAIRS && mech_list[i] != NULL; i++) {
243 static char *mech_list[MAX_MECH_OID_PAIRS+1]; in __rpc_gss_get_mechanisms()246 __gss_get_mechanisms(mech_list, MAX_MECH_OID_PAIRS+1); in __rpc_gss_get_mechanisms()
148 #define MAX_MECH_OID_PAIRS 32 macro