handle            459 attrd/legacy.c attrd_cs_dispatch(cpg_handle_t handle,
handle            466 attrd/legacy.c     char *data = pcmk_message_common_cs(handle, nodeid, pid, msg, &kind, &from);
handle             53 attrd/main.c   attrd_cpg_dispatch(cpg_handle_t handle,
handle             60 attrd/main.c       char *data = pcmk_message_common_cs(handle, nodeid, pid, msg, &kind, &from);
handle            375 cib/main.c     cib_cs_dispatch(cpg_handle_t handle,
handle            382 cib/main.c         char *data = pcmk_message_common_cs(handle, nodeid, pid, msg, &kind, &from);
handle             45 crmd/corosync.c crmd_cs_dispatch(cpg_handle_t handle,
handle             57 crmd/corosync.c     char *data = pcmk_message_common_cs(handle, nodeid, pid, msg, &kind, &from);
handle            220 fencing/main.c stonith_peer_ais_callback(cpg_handle_t handle,
handle            227 fencing/main.c     char *data = pcmk_message_common_cs(handle, nodeid, pid, msg, &kind, &from);
handle            179 include/crm/cluster.h uint32_t get_local_nodeid(cpg_handle_t handle);
handle            184 include/crm/cluster.h void pcmk_cpg_membership(cpg_handle_t handle,
handle            234 include/crm/cluster.h char *pcmk_message_common_cs(cpg_handle_t handle, uint32_t nodeid, uint32_t pid, void *msg,
handle             38 include/crm_internal.h void *find_library_function(void **handle, const char *lib, const char *fn, int fatal);
handle            177 lib/cluster/corosync.c pcmk_quorum_notification(quorum_handle_t handle,
handle            443 lib/cluster/corosync.c     cmap_handle_t handle;
handle            445 lib/cluster/corosync.c     rc = cmap_initialize(&handle);
handle            463 lib/cluster/corosync.c     cmap_finalize(handle);
handle            570 lib/cluster/corosync.c     cmap_handle_t handle;
handle            574 lib/cluster/corosync.c     rc = cmap_initialize(&handle);
handle            580 lib/cluster/corosync.c     rc = cmap_get_string(handle, "totem.cluster_name", &cluster_name);
handle            588 lib/cluster/corosync.c     cmap_finalize(handle);
handle             72 lib/cluster/cpg.c uint32_t get_local_nodeid(cpg_handle_t handle)
handle             77 lib/cluster/cpg.c     cpg_handle_t local_handle = handle;
handle             92 lib/cluster/cpg.c     if(handle == 0) {
handle            106 lib/cluster/cpg.c     if(handle == 0) {
handle            136 lib/cluster/cpg.c     cpg_handle_t *handle = (cpg_handle_t *)data;
handle            138 lib/cluster/cpg.c     if (*handle == 0) {
handle            161 lib/cluster/cpg.c         rc = cpg_mcast_joined(*handle, CPG_TYPE_AGREED, iov, 1);
handle            233 lib/cluster/cpg.c pcmk_message_common_cs(cpg_handle_t handle, uint32_t nodeid, uint32_t pid, void *content,
handle            239 lib/cluster/cpg.c     if(handle) {
handle            243 lib/cluster/cpg.c         uint32_t local_nodeid = get_local_nodeid(handle);
handle            363 lib/cluster/cpg.c pcmk_cpg_membership(cpg_handle_t handle,
handle            372 lib/cluster/cpg.c     uint32_t local_nodeid = get_local_nodeid(handle);
handle            443 lib/cluster/cpg.c     cpg_handle_t handle = 0;
handle            466 lib/cluster/cpg.c     cs_repeat(retries, 30, rc = cpg_initialize(&handle, &cpg_callbacks));
handle            472 lib/cluster/cpg.c     id = get_local_nodeid(handle);
handle            481 lib/cluster/cpg.c     cs_repeat(retries, 30, rc = cpg_join(handle, &cluster->group));
handle            487 lib/cluster/cpg.c     rc = cpg_fd_get(handle, &fd);
handle            493 lib/cluster/cpg.c     pcmk_cpg_handle = handle;
handle            494 lib/cluster/cpg.c     cluster->cpg_handle = handle;
handle            499 lib/cluster/cpg.c         cpg_finalize(handle);
handle            545 lib/cluster/heartbeat.c         void *handle = NULL;
handle            551 lib/cluster/heartbeat.c             find_library_function(&handle, HEARTBEAT_LIBRARY, "G_main_add_ll_cluster", 1);
handle            555 lib/cluster/heartbeat.c         dlclose(handle);
handle            278 lib/cluster/legacy.c plugin_default_deliver_message(cpg_handle_t handle,
handle            284 lib/cluster/legacy.c     char *data = pcmk_message_common_cs(handle, nodeid, pid, msg, &kind, &from);
handle            354 lib/cluster/legacy.c cman_event_callback(cman_handle_t handle, void *privdata, int reason, int arg)
handle           1349 lib/common/utils.c find_library_function(void **handle, const char *lib, const char *fn, gboolean fatal)
handle           1354 lib/common/utils.c     if (*handle == NULL) {
handle           1355 lib/common/utils.c         *handle = dlopen(lib, RTLD_LAZY);
handle           1358 lib/common/utils.c     if (!(*handle)) {
handle           1366 lib/common/utils.c     a_function = dlsym(*handle, fn);
handle            354 libltdl/loaders/preopen.c 		  lt_dlhandle handle = lt_dlopen (symbol->name);
handle            355 libltdl/loaders/preopen.c 		  if (handle == 0)
handle            361 libltdl/loaders/preopen.c 		      errors += (*func) (handle);
handle            158 libltdl/lt_dlloader.c   lt_dlhandle		handle = 0;
handle            174 libltdl/lt_dlloader.c   while ((handle = lt_dlhandle_iterate (iface, handle)))
handle            176 libltdl/lt_dlloader.c       lt_dlhandle cur = handle;
handle            180 libltdl/lt_dlloader.c 	  if (lt_dlisresident (handle))
handle             71 libltdl/ltdl.c #define LT_DLIS_RESIDENT(handle)  ((handle)->info.is_resident)
handle             72 libltdl/ltdl.c #define LT_DLIS_SYMGLOBAL(handle) ((handle)->info.is_symglobal)
handle             73 libltdl/ltdl.c #define LT_DLIS_SYMLOCAL(handle)  ((handle)->info.is_symlocal)
handle            124 libltdl/ltdl.c 				       lt_dlhandle *handle,
handle            126 libltdl/ltdl.c static	int	find_module	      (lt_dlhandle *handle, const char *dir,
handle            131 libltdl/ltdl.c static	int	load_deplibs	      (lt_dlhandle handle,  char *deplibs);
handle            133 libltdl/ltdl.c static	int	try_dlopen	      (lt_dlhandle *handle,
handle            136 libltdl/ltdl.c static	int	tryall_dlopen	      (lt_dlhandle *handle,
handle            140 libltdl/ltdl.c static	int	unload_deplibs	      (lt_dlhandle handle);
handle            154 libltdl/ltdl.c static	int	loader_init_callback  (lt_dlhandle handle);
handle            178 libltdl/ltdl.c loader_init_callback (lt_dlhandle handle)
handle            180 libltdl/ltdl.c   lt_get_vtable *vtable_func = (lt_get_vtable *) lt_dlsym (handle, "get_vtable");
handle            269 libltdl/ltdl.c   lt_dlhandle  handle   = handles;
handle            290 libltdl/ltdl.c       for (level = 1; handle; ++level)
handle            371 libltdl/ltdl.c   lt_dlhandle	handle		= handles;
handle            384 libltdl/ltdl.c   for (;handle; handle = handle->next)
handle            386 libltdl/ltdl.c       if ((handle->info.filename == filename) /* dlopen self: 0 == 0 */
handle            387 libltdl/ltdl.c 	  || (handle->info.filename && filename
handle            388 libltdl/ltdl.c 	      && streq (handle->info.filename, filename)))
handle            394 libltdl/ltdl.c   if (handle)
handle            396 libltdl/ltdl.c       ++handle->info.ref_count;
handle            397 libltdl/ltdl.c       *phandle = handle;
handle            401 libltdl/ltdl.c   handle = *phandle;
handle            416 libltdl/ltdl.c       handle->info.filename = lt__strdup (filename);
handle            417 libltdl/ltdl.c       if (!handle->info.filename)
handle            425 libltdl/ltdl.c       handle->info.filename = 0;
handle            444 libltdl/ltdl.c 	handle->module = (*loader_vtable->module_open) (loader_vtable->dlloader_data,
handle            448 libltdl/ltdl.c 		 handle->module ? "Success" : "Failed");
handle            451 libltdl/ltdl.c 	if (handle->module != 0)
handle            455 libltdl/ltdl.c 		handle->info.is_resident  = advise->is_resident;
handle            456 libltdl/ltdl.c 		handle->info.is_symglobal = advise->is_symglobal;
handle            457 libltdl/ltdl.c 		handle->info.is_symlocal  = advise->is_symlocal;
handle            467 libltdl/ltdl.c     if ((vtable && !handle->module)
handle            470 libltdl/ltdl.c 	FREE (handle->info.filename);
handle            475 libltdl/ltdl.c     handle->vtable = loader_vtable;
handle            486 libltdl/ltdl.c tryall_dlopen_module (lt_dlhandle *handle, const char *prefix,
handle            495 libltdl/ltdl.c   assert (handle);
handle            522 libltdl/ltdl.c       error += tryall_dlopen_module (handle, (const char *) 0,
handle            525 libltdl/ltdl.c   else if (tryall_dlopen (handle, filename, advise, 0) != 0)
handle            535 libltdl/ltdl.c find_module (lt_dlhandle *handle, const char *dir, const char *libdir,
handle            542 libltdl/ltdl.c   if (old_name && tryall_dlopen (handle, old_name,
handle            554 libltdl/ltdl.c 	  if (tryall_dlopen_module (handle, (const char *) 0,
handle            562 libltdl/ltdl.c 	  if (tryall_dlopen_module (handle, dir, objdir,
handle            569 libltdl/ltdl.c 	  if (dir && (tryall_dlopen_module (handle, (const char *) 0,
handle            811 libltdl/ltdl.c load_deplibs (lt_dlhandle handle, char * LT__UNUSED deplibs)
handle            813 libltdl/ltdl.c   handle->depcount = 0;
handle            819 libltdl/ltdl.c load_deplibs (lt_dlhandle handle, char *deplibs)
handle            827 libltdl/ltdl.c   handle->depcount = 0;
handle            937 libltdl/ltdl.c       lt_dlhandle cur = handle;
handle            975 libltdl/ltdl.c unload_deplibs (lt_dlhandle handle)
handle            979 libltdl/ltdl.c   lt_dlhandle cur = handle;
handle           1630 libltdl/ltdl.c   lt_dlhandle	handle	= 0;
handle           1634 libltdl/ltdl.c     handle = lt_dlopenadvise (filename, advise);
handle           1637 libltdl/ltdl.c   return handle;
handle           1644 libltdl/ltdl.c   lt_dlhandle	handle	= 0;
handle           1664 libltdl/ltdl.c       if (try_dlopen (&handle, filename, NULL, advise) != 0)
handle           1667 libltdl/ltdl.c       return handle;
handle           1673 libltdl/ltdl.c       errors += try_dlopen (&handle, filename, archive_ext, advise);
handle           1680 libltdl/ltdl.c       if (handle || ((errors > 0) && !file_not_found ()))
handle           1681 libltdl/ltdl.c 	return handle;
handle           1686 libltdl/ltdl.c       errors = try_dlopen (&handle, filename, shlib_ext, advise);
handle           1690 libltdl/ltdl.c       if (handle || ((errors > 0) && !file_not_found ()))
handle           1691 libltdl/ltdl.c 	return handle;
handle           1697 libltdl/ltdl.c       errors = try_dlopen (&handle, filename, shared_ext, advise);
handle           1701 libltdl/ltdl.c       if (handle || ((errors > 0) && !file_not_found ()))
handle           1702 libltdl/ltdl.c 	return handle;
handle           1942 libltdl/ltdl.c lt_dlclose (lt_dlhandle handle)
handle           1949 libltdl/ltdl.c   while (cur && handle != cur)
handle           1962 libltdl/ltdl.c   cur = handle;
handle           1983 libltdl/ltdl.c       errors += unload_deplibs (handle);
handle           1995 libltdl/ltdl.c   if (LT_DLIS_RESIDENT (handle))
handle           2013 libltdl/ltdl.c   lt_dlhandle handle;
handle           2021 libltdl/ltdl.c   handle = place;
handle           2029 libltdl/ltdl.c   lensym = LT_STRLEN (symbol) + LT_STRLEN (handle->vtable->sym_prefix)
handle           2030 libltdl/ltdl.c 					+ LT_STRLEN (handle->info.name);
handle           2046 libltdl/ltdl.c   data = handle->vtable->dlloader_data;
handle           2047 libltdl/ltdl.c   if (handle->info.name)
handle           2054 libltdl/ltdl.c       if (handle->vtable->sym_prefix)
handle           2056 libltdl/ltdl.c 	  strcpy(sym, handle->vtable->sym_prefix);
handle           2057 libltdl/ltdl.c 	  strcat(sym, handle->info.name);
handle           2061 libltdl/ltdl.c 	  strcpy(sym, handle->info.name);
handle           2068 libltdl/ltdl.c       address = handle->vtable->find_sym (data, handle->module, sym);
handle           2081 libltdl/ltdl.c   if (handle->vtable->sym_prefix)
handle           2083 libltdl/ltdl.c       strcpy(sym, handle->vtable->sym_prefix);
handle           2091 libltdl/ltdl.c   address = handle->vtable->find_sym (data, handle->module, sym);
handle           2250 libltdl/ltdl.c lt_dlmakeresident (lt_dlhandle handle)
handle           2254 libltdl/ltdl.c   if (!handle)
handle           2261 libltdl/ltdl.c       handle->info.is_resident = 1;
handle           2268 libltdl/ltdl.c lt_dlisresident	(lt_dlhandle handle)
handle           2270 libltdl/ltdl.c   if (!handle)
handle           2276 libltdl/ltdl.c   return LT_DLIS_RESIDENT (handle);
handle           2315 libltdl/ltdl.c lt_dlcaller_set_data (lt_dlinterface_id key, lt_dlhandle handle, void *data)
handle           2319 libltdl/ltdl.c   lt_dlhandle cur = handle;
handle           2362 libltdl/ltdl.c lt_dlcaller_get_data (lt_dlinterface_id key, lt_dlhandle handle)
handle           2365 libltdl/ltdl.c   lt_dlhandle cur = handle;
handle           2385 libltdl/ltdl.c lt_dlgetinfo (lt_dlhandle handle)
handle           2387 libltdl/ltdl.c   if (!handle)
handle           2393 libltdl/ltdl.c   return &(handle->info);
handle           2400 libltdl/ltdl.c   lt_dlhandle handle = place;
handle           2405 libltdl/ltdl.c   if (!handle)
handle           2406 libltdl/ltdl.c     handle = handles;
handle           2408 libltdl/ltdl.c     handle = handle->next;
handle           2411 libltdl/ltdl.c   while (handle && iterator->iface
handle           2412 libltdl/ltdl.c 	 && ((*iterator->iface) (handle, iterator->id_string) != 0))
handle           2414 libltdl/ltdl.c       handle = handle->next;
handle           2417 libltdl/ltdl.c   return handle;
handle           2424 libltdl/ltdl.c   lt_dlhandle handle = 0;
handle           2428 libltdl/ltdl.c   while ((handle = lt_dlhandle_iterate (iface, handle)))
handle           2430 libltdl/ltdl.c       lt_dlhandle cur = handle;
handle           2435 libltdl/ltdl.c   return handle;
handle           2441 libltdl/ltdl.c 		 int (*func) (lt_dlhandle handle, void *data), void *data)
handle             81 libltdl/ltdl.h LT_SCOPE void *	    lt_dlsym		(lt_dlhandle handle, const char *name);
handle             83 libltdl/ltdl.h LT_SCOPE int	    lt_dlclose		(lt_dlhandle handle);
handle             97 libltdl/ltdl.h typedef int lt_dlpreload_callback_func (lt_dlhandle handle);
handle            119 libltdl/ltdl.h typedef int lt_dlhandle_interface (lt_dlhandle handle, const char *id_string);
handle            125 libltdl/ltdl.h 					  lt_dlhandle handle, void *data);
handle            127 libltdl/ltdl.h 					  lt_dlhandle handle);
handle            143 libltdl/ltdl.h LT_SCOPE const lt_dlinfo *lt_dlgetinfo	    (lt_dlhandle handle);
handle            150 libltdl/ltdl.h 				int (*func) (lt_dlhandle handle, void *data),
handle            156 libltdl/ltdl.h LT_SCOPE int	    lt_dlmakeresident	(lt_dlhandle handle);
handle            157 libltdl/ltdl.h LT_SCOPE int	    lt_dlisresident	(lt_dlhandle handle);
handle             69 mcp/corosync.c     corosync_cfg_handle_t *handle = (corosync_cfg_handle_t *) user_data;
handle             70 mcp/corosync.c     cs_error_t rc = corosync_cfg_dispatch(*handle, CS_DISPATCH_ALL);
handle            824 mcp/pacemaker.c mcp_cpg_deliver(cpg_handle_t handle,
handle            862 mcp/pacemaker.c mcp_cpg_membership(cpg_handle_t handle,
handle            869 mcp/pacemaker.c     pcmk_cpg_membership(handle, groupName, member_list, member_list_entries,
handle            691 tools/crm_node.c ais_membership_dispatch(cpg_handle_t handle,
handle            697 tools/crm_node.c     char *data = pcmk_message_common_cs(handle, nodeid, pid, msg, &kind, &from);