the_cib           113 daemons/attrd/attrd_alerts.c     CRM_CHECK(the_cib != NULL, return TRUE);
the_cib           115 daemons/attrd/attrd_alerts.c     call_id = the_cib->cmds->query(the_cib,
the_cib           119 daemons/attrd/attrd_alerts.c     the_cib->cmds->register_callback_full(the_cib, call_id, 120, FALSE, NULL,
the_cib           106 daemons/attrd/attrd_cib.c     the_cib = cib_new();
the_cib           107 daemons/attrd/attrd_cib.c     if (the_cib == NULL) {
the_cib           117 daemons/attrd/attrd_cib.c         rc = the_cib->cmds->signon(the_cib, PCMK__VALUE_ATTRD, cib_command);
the_cib           129 daemons/attrd/attrd_cib.c     rc = the_cib->cmds->set_connection_dnotify(the_cib, attrd_cib_destroy_cb);
the_cib           135 daemons/attrd/attrd_cib.c     rc = the_cib->cmds->add_notify_callback(the_cib,
the_cib           146 daemons/attrd/attrd_cib.c     cib__clean_up_connection(&the_cib);
the_cib           153 daemons/attrd/attrd_cib.c     CRM_CHECK(the_cib != NULL, return);
the_cib           154 daemons/attrd/attrd_cib.c     the_cib->cmds->del_notify_callback(the_cib, PCMK__VALUE_CIB_DIFF_NOTIFY,
the_cib           156 daemons/attrd/attrd_cib.c     cib__clean_up_connection(&the_cib);
the_cib           196 daemons/attrd/attrd_cib.c     call_id = the_cib->cmds->remove(the_cib, xpath, NULL, cib_xpath);
the_cib           199 daemons/attrd/attrd_cib.c     the_cib->cmds->register_callback_full(the_cib, call_id, 120, FALSE,
the_cib           366 daemons/attrd/attrd_cib.c     rc = the_cib->cmds->modify(the_cib, PCMK_XE_STATUS, update,
the_cib           402 daemons/attrd/attrd_cib.c     int rc = the_cib->cmds->remove(the_cib, xpath, NULL,
the_cib           516 daemons/attrd/attrd_cib.c         CRM_CHECK(the_cib != NULL, goto done);
the_cib           517 daemons/attrd/attrd_cib.c         the_cib->cmds->set_user(the_cib, a->user);
the_cib           518 daemons/attrd/attrd_cib.c         rc = the_cib->cmds->init_transaction(the_cib);
the_cib           607 daemons/attrd/attrd_cib.c         a->update = the_cib->cmds->end_transaction(the_cib, true, cib_none);
the_cib           613 daemons/attrd/attrd_cib.c         if (the_cib->cmds->register_callback_full(the_cib, a->update,
the_cib           624 daemons/attrd/attrd_cib.c     if (the_cib != NULL) {
the_cib           625 daemons/attrd/attrd_cib.c         the_cib->cmds->end_transaction(the_cib, false, cib_none);
the_cib           626 daemons/attrd/attrd_cib.c         the_cib->cmds->set_user(the_cib, NULL);
the_cib            26 daemons/attrd/attrd_utils.c cib_t *the_cib = NULL;
the_cib            97 daemons/attrd/pacemaker-attrd.h extern cib_t *the_cib;
the_cib           465 daemons/based/based_callbacks.c             ping_digest = calculate_xml_versioned_digest(the_cib, FALSE, TRUE, version);
the_cib           487 daemons/based/based_callbacks.c                        crm_element_value(the_cib, PCMK_XA_ADMIN_EPOCH),
the_cib           488 daemons/based/based_callbacks.c                        crm_element_value(the_cib, PCMK_XA_EPOCH),
the_cib           489 daemons/based/based_callbacks.c                        crm_element_value(the_cib, PCMK_XA_NUM_UPDATES),
the_cib           498 daemons/based/based_callbacks.c                 xml_calculate_changes(the_cib, remote_cib);
the_cib          1170 daemons/based/based_callbacks.c                                     the_cib);
the_cib          1205 daemons/based/based_callbacks.c         if (the_cib != NULL) {
the_cib          1206 daemons/based/based_callbacks.c             admin_epoch_s = crm_element_value(the_cib, PCMK_XA_ADMIN_EPOCH);
the_cib          1207 daemons/based/based_callbacks.c             epoch_s = crm_element_value(the_cib, PCMK_XA_EPOCH);
the_cib          1208 daemons/based/based_callbacks.c             num_updates_s = crm_element_value(the_cib, PCMK_XA_NUM_UPDATES);
the_cib          1435 daemons/based/based_callbacks.c                             request, input, false, &config_changed, &the_cib,
the_cib          1469 daemons/based/based_callbacks.c                         &the_cib, &result_cib, cib_diff, &output);
the_cib          1497 daemons/based/based_callbacks.c         if (result_cib != the_cib) {
the_cib          1503 daemons/based/based_callbacks.c                       crm_element_value(the_cib, PCMK_XA_NUM_UPDATES),
the_cib          1528 daemons/based/based_callbacks.c             && compare_version(crm_element_value(the_cib,
the_cib          1539 daemons/based/based_callbacks.c         pcmk__assert(result_cib != the_cib);
the_cib          1553 daemons/based/based_callbacks.c         if (result_cib != the_cib) {
the_cib          1574 daemons/based/based_callbacks.c     if (output != the_cib) {
the_cib           329 daemons/based/based_io.c     xmlNode *tmp_cib = the_cib;
the_cib           336 daemons/based/based_io.c     the_cib = NULL;
the_cib           355 daemons/based/based_io.c         xmlNode *saved_cib = the_cib;
the_cib           358 daemons/based/based_io.c         the_cib = new_cib;
the_cib           368 daemons/based/based_io.c     if (the_cib) {
the_cib           447 daemons/based/based_io.c         cib_local = pcmk__xml_copy(NULL, the_cib);
the_cib            40 daemons/based/based_messages.c xmlNode *the_cib = NULL;
the_cib           143 daemons/based/based_messages.c     char *digest = calculate_xml_versioned_digest(the_cib, FALSE, TRUE, CRM_FEATURE_SET);
the_cib           156 daemons/based/based_messages.c     if (the_cib != NULL) {
the_cib           162 daemons/based/based_messages.c                 pcmk__xml_copy(wrapper, the_cib);
the_cib           166 daemons/based/based_messages.c                 const char *name = (const char *) the_cib->name;
the_cib           169 daemons/based/based_messages.c                 pcmk__xe_copy_attrs(shallow, the_cib, pcmk__xaf_none);
the_cib           428 daemons/based/based_messages.c     CRM_CHECK(the_cib != NULL, return -EINVAL);
the_cib           450 daemons/based/based_messages.c     digest = calculate_xml_versioned_digest(the_cib, FALSE, TRUE, CRM_FEATURE_SET);
the_cib           454 daemons/based/based_messages.c     pcmk__xml_copy(wrapper, the_cib);
the_cib           134 daemons/based/based_notify.c     if (the_cib != NULL) {
the_cib           135 daemons/based/based_notify.c         pcmk__xe_copy_attrs(generation, the_cib, pcmk__xaf_none);
the_cib           120 daemons/based/based_transaction.c     xmlNodePtr saved_cib = the_cib;
the_cib           136 daemons/based/based_transaction.c     CRM_CHECK((*result_cib != NULL) && (*result_cib != the_cib),
the_cib           137 daemons/based/based_transaction.c               *result_cib = pcmk__xml_copy(NULL, the_cib));
the_cib           143 daemons/based/based_transaction.c     the_cib = *result_cib;
the_cib           156 daemons/based/based_transaction.c     *result_cib = the_cib;
the_cib           159 daemons/based/based_transaction.c     the_cib = saved_cib;
the_cib            54 daemons/based/pacemaker-based.h extern xmlNode *the_cib;
the_cib            26 include/crm/cib/util.h int update_attr_delegate(cib_t * the_cib, int call_options,
the_cib            33 include/crm/cib/util.h int find_nvpair_attr_delegate(cib_t * the_cib, const char *attr,
the_cib            39 include/crm/cib/util.h int read_attr_delegate(cib_t * the_cib,
the_cib            45 include/crm/cib/util.h int delete_attr_delegate(cib_t * the_cib, int options,
the_cib            51 include/crm/cib/util.h int query_node_uuid(cib_t * the_cib, const char *uname, char **uuid, int *is_remote_node);
the_cib            41 include/crm/cib/util_compat.h int set_standby(cib_t *the_cib, const char *uuid, const char *scope,
the_cib            45 include/crm/cib/util_compat.h int query_node_uname(cib_t * the_cib, const char *uuid, char **uname);
the_cib           628 lib/cib/cib_attrs.c query_node_uuid(cib_t * the_cib, const char *uname, char **uuid, int *is_remote_node)
the_cib           647 lib/cib/cib_attrs.c     if (cib_internal_op(the_cib, PCMK__CIB_REQUEST_QUERY, NULL, xpath_string,
the_cib           674 lib/cib/cib_attrs.c query_node_uname(cib_t * the_cib, const char *uuid, char **uname)
the_cib           685 lib/cib/cib_attrs.c     rc = the_cib->cmds->query(the_cib, PCMK_XE_NODES, &fragment,
the_cib           718 lib/cib/cib_attrs.c set_standby(cib_t * the_cib, const char *uuid, const char *scope, const char *standby_value)
the_cib           735 lib/cib/cib_attrs.c     rc = update_attr_delegate(the_cib, cib_sync_call, scope, uuid, NULL, NULL,
the_cib          1073 lib/cib/cib_utils.c     xmlNode *the_cib = NULL;
the_cib          1076 lib/cib/cib_utils.c     cib->cmds->query(cib, NULL, &the_cib, cib_scope_local | cib_sync_call);
the_cib          1077 lib/cib/cib_utils.c     if (the_cib != NULL) {
the_cib          1078 lib/cib/cib_utils.c         pcmk__xe_copy_attrs(generation, the_cib, pcmk__xaf_none);
the_cib          1079 lib/cib/cib_utils.c         free_xml(the_cib);
the_cib            32 tools/cibadmin.c static cib_t *the_cib = NULL;
the_cib           814 tools/cibadmin.c         && (the_cib->variant != cib_file)
the_cib           823 tools/cibadmin.c         the_cib->cmds->register_callback(the_cib, request_id,
the_cib           853 tools/cibadmin.c                     if (the_cib->cmds->query(the_cib, NULL, &obj,
the_cib           916 tools/cibadmin.c     rc = cib__clean_up_connection(&the_cib);
the_cib           929 tools/cibadmin.c     the_cib->call_timeout = options.message_timeout_sec;
the_cib           940 tools/cibadmin.c     return cib_internal_op(the_cib, options.cib_action, options.dest_node,
the_cib           950 tools/cibadmin.c     the_cib = cib_new();
the_cib           951 tools/cibadmin.c     rc = cib__signon_attempts(the_cib, crm_system_name, cib_command, 5);
the_cib           765 tools/crm_attribute.c     cib_t *the_cib = NULL;
the_cib           820 tools/crm_attribute.c     the_cib = cib_new();
the_cib           821 tools/crm_attribute.c     rc = cib__signon_attempts(the_cib, crm_system_name, cib_command, 5);
the_cib           878 tools/crm_attribute.c         rc = query_node_uuid(the_cib, options.dest_uname, &options.dest_node, &is_remote_node);
the_cib           944 tools/crm_attribute.c         rc = command_delete(out, the_cib);
the_cib           947 tools/crm_attribute.c         rc = command_update(out, the_cib, is_remote_node);
the_cib           950 tools/crm_attribute.c         rc = command_query(out, the_cib);
the_cib           978 tools/crm_attribute.c     cib__clean_up_connection(&the_cib);
the_cib            85 tools/crm_resource_runtime.c find_resource_attr(pcmk__output_t *out, cib_t * the_cib, const char *attr,
the_cib            98 tools/crm_resource_runtime.c     if(the_cib == NULL) {
the_cib           134 tools/crm_resource_runtime.c     rc = the_cib->cmds->query(the_cib, (const char *) xpath->str, &xml_search,