Searched refs:g_shared_trees (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/MITKerberosShim-66/profile/
H A Dprof_file.c42 #define g_shared_trees (krb5int_profile_shared_data.trees) macro
67 for (d = g_shared_trees; d; d = d->next) { \
248 for (data = g_shared_trees; data; data = data->next)
254 for (data = g_shared_trees; data; data = data->next) {
278 for (data = g_shared_trees; data; data = data->next) {
293 for (data = g_shared_trees; data; data = data->next) {
335 data->next = g_shared_trees;
336 g_shared_trees = data;
652 if (g_shared_trees == data)
653 g_shared_trees
[all...]

Completed in 86 milliseconds