object_handle     795 lib/cluster/legacy.c                hdb_handle_t object_handle, const char *key, char **value, const char *fallback)
object_handle     807 lib/cluster/legacy.c     if (object_handle > 0) {
object_handle     808 lib/cluster/legacy.c         if (CS_OK == confdb_key_get(config, object_handle, key, strlen(key), &buffer, &len)) {
object_handle     156 mcp/corosync.c                hdb_handle_t object_handle, const char *key, char **value, const char *fallback)
object_handle     168 mcp/corosync.c     if (object_handle > 0) {
object_handle     169 mcp/corosync.c         if (CS_OK == confdb_key_get(config, object_handle, key, strlen(key), &buffer, &len)) {
object_handle     238 mcp/corosync.c get_config_opt(uint64_t unused, cmap_handle_t object_handle, const char *key, char **value,
object_handle     243 mcp/corosync.c     cs_repeat(retries, 5, rc = cmap_get_string(object_handle, key, value));