Searched defs:MAX_MECH_OID_PAIRS (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libgss/
H A Dg_inquire_names.c32 #define MAX_MECH_OID_PAIRS 32 macro
120 static char *mech_list[MAX_MECH_OID_PAIRS+1];
137 status = __gss_get_mechanisms(mech_list, MAX_MECH_OID_PAIRS+1);
140 for (i = 0; i < MAX_MECH_OID_PAIRS && mech_list[i] != NULL; i++) {

Completed in 26 milliseconds