top_handle        314 lib/ais/plugin.c     hdb_handle_t top_handle = 0;
top_handle        318 lib/ais/plugin.c     top_handle = config_find_init(pcmk_api, "logging");
top_handle        319 lib/ais/plugin.c     local_handle = config_find_next(pcmk_api, "logging", top_handle);
top_handle        390 lib/ais/plugin.c     top_handle = config_find_init(pcmk_api, "quorum");
top_handle        391 lib/ais/plugin.c     local_handle = config_find_next(pcmk_api, "quorum", top_handle);
top_handle        399 lib/ais/plugin.c     top_handle = config_find_init(pcmk_api, "service");
top_handle        400 lib/ais/plugin.c     local_handle = config_find_next(pcmk_api, "service", top_handle);
top_handle        407 lib/ais/plugin.c         local_handle = config_find_next(pcmk_api, "service", top_handle);
top_handle        633 lib/ais/utils.c config_find_next(struct corosync_api_v1 * config, char *name, hdb_handle_t top_handle)
top_handle        639 lib/ais/utils.c     rc = config->object_find_next(top_handle, &local_handle);
top_handle        108 lib/ais/utils.h                                      hdb_handle_t top_handle);
top_handle        855 lib/cluster/legacy.c config_find_next(confdb_handle_t config, const char *name, confdb_handle_t top_handle)
top_handle        860 lib/cluster/legacy.c     if (top_handle == 0) {
top_handle        865 lib/cluster/legacy.c     crm_trace("Searching for %s in " HDB_X_FORMAT, name, top_handle);
top_handle        866 lib/cluster/legacy.c     rc = confdb_object_find(config, top_handle, name, strlen(name), &local_handle);
top_handle        884 lib/cluster/legacy.c     confdb_handle_t top_handle = 0;
top_handle        894 lib/cluster/legacy.c     top_handle = config_find_init(config);
top_handle        895 lib/cluster/legacy.c     local_handle = config_find_next(config, "service", top_handle);
top_handle        906 lib/cluster/legacy.c         local_handle = config_find_next(config, "service", top_handle);
top_handle        910 lib/cluster/legacy.c         top_handle = config_find_init(config);
top_handle        911 lib/cluster/legacy.c         local_handle = config_find_next(config, "quorum", top_handle);
top_handle        216 mcp/corosync.c config_find_next(confdb_handle_t config, const char *name, confdb_handle_t top_handle)
top_handle        221 mcp/corosync.c     if (top_handle == 0) {
top_handle        226 mcp/corosync.c     crm_trace("Searching for %s in " HDB_X_FORMAT, name, top_handle);
top_handle        227 mcp/corosync.c     rc = confdb_object_find(config, top_handle, name, strlen(name), &local_handle);
top_handle        275 mcp/corosync.c     confdb_handle_t top_handle = 0;
top_handle        337 mcp/corosync.c         top_handle = config_find_init(config);
top_handle        338 mcp/corosync.c         local_handle = config_find_next(config, "service", top_handle);
top_handle        359 mcp/corosync.c             local_handle = config_find_next(config, "service", top_handle);
top_handle        370 mcp/corosync.c     top_handle = config_find_init(config);
top_handle        371 mcp/corosync.c     local_handle = config_find_next(config, "logging", top_handle);