gc_info           104 source3/winbindd/idmap_adex/cell_util.c 	struct gc_info *gc = NULL;
gc_info           110 source3/winbindd/idmap_adex/cell_util.c 	if ((gc = TALLOC_ZERO_P(NULL, struct gc_info)) == NULL) {
gc_info            27 source3/winbindd/idmap_adex/gc_util.c static struct gc_info *_gc_server_list = NULL;
gc_info            33 source3/winbindd/idmap_adex/gc_util.c static struct gc_info *gc_list_head(void)
gc_info           153 source3/winbindd/idmap_adex/gc_util.c 	struct gc_info *gc = NULL;
gc_info           154 source3/winbindd/idmap_adex/gc_util.c 	struct gc_info *find_gc = NULL;
gc_info           180 source3/winbindd/idmap_adex/gc_util.c 	if ((gc = TALLOC_ZERO_P(NULL, struct gc_info)) == NULL) {
gc_info           259 source3/winbindd/idmap_adex/gc_util.c 	DLIST_ADD_END(_gc_server_list, gc, struct gc_info*);
gc_info           281 source3/winbindd/idmap_adex/gc_util.c 	struct gc_info *gc = gc_list_head();
gc_info           284 source3/winbindd/idmap_adex/gc_util.c 		struct gc_info *p = gc->next;
gc_info           385 source3/winbindd/idmap_adex/gc_util.c  struct gc_info *gc_search_start(void)
gc_info           388 source3/winbindd/idmap_adex/gc_util.c 	struct gc_info *gc = gc_list_head();
gc_info           459 source3/winbindd/idmap_adex/gc_util.c 	struct gc_info *gc = NULL;
gc_info           139 source3/winbindd/idmap_adex/idmap_adex.h 	struct gc_info *prev, *next;
gc_info           209 source3/winbindd/idmap_adex/idmap_adex.h struct gc_info *gc_search_start(void);
gc_info           462 source3/winbindd/idmap_adex/provider_unified.c 	struct gc_info *gc = NULL;