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

/osnet-11/usr/src/lib/libsasl/lib/
H A Dsaslint.h409 char **global_mech_list; member in struct:_sasl_global_context_s
H A Dcommon.c105 static char **global_mech_list = NULL; variable
505 if(global_mech_list) sasl_FREE(global_mech_list);
506 global_mech_list = NULL;
2432 char **global_mech_list; local
2439 global_mech_list = gctx->global_mech_list;
2487 if(global_mech_list) {
2488 sasl_FREE(global_mech_list);
2490 gctx->global_mech_list
[all...]

Completed in 28 milliseconds