ccache_list        36 source3/winbindd/winbindd_cred_cache.c static struct WINBINDD_CCACHE_ENTRY *ccache_list;
ccache_list        57 source3/winbindd/winbindd_cred_cache.c 	for (entry = ccache_list; entry; entry = entry->next) {
ccache_list        74 source3/winbindd/winbindd_cred_cache.c 	for (entry = ccache_list; entry; entry = entry->next) {
ccache_list        84 source3/winbindd/winbindd_cred_cache.c 	for (cur = ccache_list; cur; cur = next) {
ccache_list        86 source3/winbindd/winbindd_cred_cache.c 		DLIST_REMOVE(ccache_list, cur);
ccache_list       410 source3/winbindd/winbindd_cred_cache.c 	for (cur = ccache_list; cur; cur = cur->next) {
ccache_list       663 source3/winbindd/winbindd_cred_cache.c 	DLIST_ADD(ccache_list, entry);
ccache_list       711 source3/winbindd/winbindd_cred_cache.c 	DLIST_REMOVE(ccache_list, entry);