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

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dauthdata.c377 void **tables = NULL; local
399 &tables,
401 tables != NULL)
403 for (; tables[n_tables - internal_count] != NULL; n_tables++) {
404 table = tables[n_tables - internal_count];
424 code = k5_ad_init_modules(kcontext, context, tables[i], &k);
438 if (tables != NULL)
439 krb5int_free_plugin_dir_data(tables);
H A Dpreauth2.c106 void **tables; local
123 /* pull out the module function tables for all of the modules */
124 tables = NULL;
127 &tables,
131 if (tables == NULL) {
139 (tables != NULL) && (tables[n_tables] != NULL);
141 table = tables[n_tables];
152 krb5int_free_plugin_dir_data(tables);
157 krb5int_free_plugin_dir_data(tables);
[all...]

Completed in 19 milliseconds