notify_list       322 include/crm/cib/cib_types.h     GList *notify_list;
notify_list        66 lib/cib/cib_client.c               event, g_list_length(cib->notify_list));
notify_list        72 lib/cib/cib_client.c     list_item = g_list_find_custom(cib->notify_list, new_client,
notify_list        81 lib/cib/cib_client.c         cib->notify_list = g_list_append(cib->notify_list, new_client);
notify_list        85 lib/cib/cib_client.c         crm_trace("Callback added (%d)", g_list_length(cib->notify_list));
notify_list        95 lib/cib/cib_client.c     for (GList *iter = g_list_first(cib->notify_list); iter != NULL;
notify_list       130 lib/cib/cib_client.c     list_item = g_list_find_custom(cib->notify_list, new_client, ciblib_GCompareFunc);
notify_list       135 lib/cib/cib_client.c         cib->notify_list = g_list_remove(cib->notify_list, list_client);
notify_list       640 lib/cib/cib_client.c     new_cib->notify_list = NULL;
notify_list       690 lib/cib/cib_client.c         GList *list = cib->notify_list;
notify_list       698 lib/cib/cib_client.c         cib->notify_list = NULL;
notify_list       205 lib/cib/cib_native.c         g_list_foreach(cib->notify_list, cib_native_notify, msg);
notify_list       256 lib/cib/cib_remote.c         g_list_foreach(cib->notify_list, cib_native_notify, msg);
notify_list        41 lib/fencing/st_client.c     GList *notify_list;
notify_list       256 lib/fencing/st_client.c     g_list_foreach(private->notify_list, func, user_data);
notify_list       260 lib/fencing/st_client.c         GList *list_item = private->notify_list;
notify_list       270 lib/fencing/st_client.c                 private->notify_list =
notify_list       271 lib/fencing/st_client.c                     g_list_delete_link(private->notify_list, list_item);
notify_list      1252 lib/fencing/st_client.c     crm_trace("Adding callback for %s events (%d)", event, g_list_length(private->notify_list));
notify_list      1258 lib/fencing/st_client.c     list_item = g_list_find_custom(private->notify_list, new_client, stonithlib_GCompareFunc);
notify_list      1266 lib/fencing/st_client.c         private->notify_list = g_list_append(private->notify_list, new_client);
notify_list      1270 lib/fencing/st_client.c         crm_trace("Callback added (%d)", g_list_length(private->notify_list));
notify_list      1307 lib/fencing/st_client.c     list_item = g_list_find_custom(private->notify_list, new_client, stonithlib_GCompareFunc);
notify_list      1318 lib/fencing/st_client.c             private->notify_list = g_list_remove(private->notify_list, list_client);
notify_list      1721 lib/fencing/st_client.c         crm_trace("Destroying %d notification clients", g_list_length(private->notify_list));
notify_list      1722 lib/fencing/st_client.c         g_list_free_full(private->notify_list, free);
notify_list      1884 lib/fencing/st_client.c     private->notify_list = NULL;