Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/util/profile/
H A Dprof_file.c43 #define g_shared_trees (krb5int_profile_shared_data.trees) macro
215 for (data = g_shared_trees; data; data = data->next) { in profile_open_file()
254 data->next = g_shared_trees; in profile_open_file()
255 g_shared_trees = data; in profile_open_file()
606 if (g_shared_trees == data) in profile_free_file_data()
607 g_shared_trees = data->next; in profile_free_file_data()
610 prev = g_shared_trees; in profile_free_file_data()