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           100 daemons/attrd/attrd_cib.c     the_cib = cib_new();
the_cib           101 daemons/attrd/attrd_cib.c     if (the_cib == NULL) {
the_cib           111 daemons/attrd/attrd_cib.c         rc = the_cib->cmds->signon(the_cib, T_ATTRD, cib_command);
the_cib           123 daemons/attrd/attrd_cib.c     rc = the_cib->cmds->set_connection_dnotify(the_cib, attrd_cib_destroy_cb);
the_cib           129 daemons/attrd/attrd_cib.c     rc = the_cib->cmds->add_notify_callback(the_cib, T_CIB_DIFF_NOTIFY,
the_cib           139 daemons/attrd/attrd_cib.c     cib__clean_up_connection(&the_cib);
the_cib           146 daemons/attrd/attrd_cib.c     CRM_CHECK(the_cib != NULL, return);
the_cib           147 daemons/attrd/attrd_cib.c     the_cib->cmds->del_notify_callback(the_cib, T_CIB_DIFF_NOTIFY,
the_cib           149 daemons/attrd/attrd_cib.c     cib__clean_up_connection(&the_cib);
the_cib           187 daemons/attrd/attrd_cib.c     call_id = the_cib->cmds->remove(the_cib, xpath, NULL, cib_xpath);
the_cib           188 daemons/attrd/attrd_cib.c     the_cib->cmds->register_callback_full(the_cib, call_id, 120, FALSE, xpath,
the_cib           352 daemons/attrd/attrd_cib.c     rc = the_cib->cmds->modify(the_cib, XML_CIB_TAG_STATUS, update,
the_cib           389 daemons/attrd/attrd_cib.c     int rc = the_cib->cmds->remove(the_cib, xpath, NULL,
the_cib           519 daemons/attrd/attrd_cib.c         CRM_CHECK(the_cib != NULL, goto done);
the_cib           520 daemons/attrd/attrd_cib.c         the_cib->cmds->set_user(the_cib, a->user);
the_cib           521 daemons/attrd/attrd_cib.c         rc = the_cib->cmds->init_transaction(the_cib);
the_cib           612 daemons/attrd/attrd_cib.c         a->update = the_cib->cmds->end_transaction(the_cib, true, cib_none);
the_cib           619 daemons/attrd/attrd_cib.c         if (the_cib->cmds->register_callback_full(the_cib, a->update,
the_cib           630 daemons/attrd/attrd_cib.c     if (the_cib != NULL) {
the_cib           631 daemons/attrd/attrd_cib.c         the_cib->cmds->end_transaction(the_cib, false, cib_none);
the_cib           632 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            95 daemons/attrd/pacemaker-attrd.h extern cib_t *the_cib;
the_cib           454 daemons/based/based_callbacks.c             ping_digest = calculate_xml_versioned_digest(the_cib, FALSE, TRUE, version);
the_cib           462 daemons/based/based_callbacks.c                        crm_element_value(the_cib, XML_ATTR_GENERATION_ADMIN),
the_cib           463 daemons/based/based_callbacks.c                        crm_element_value(the_cib, XML_ATTR_GENERATION),
the_cib           464 daemons/based/based_callbacks.c                        crm_element_value(the_cib, XML_ATTR_NUMUPDATES),
the_cib           473 daemons/based/based_callbacks.c                 xml_calculate_changes(the_cib, remote_cib);
the_cib          1121 daemons/based/based_callbacks.c                                     the_cib);
the_cib          1157 daemons/based/based_callbacks.c                    the_cib ? crm_element_value(the_cib, XML_ATTR_GENERATION_ADMIN) : "0",
the_cib          1158 daemons/based/based_callbacks.c                    the_cib ? crm_element_value(the_cib, XML_ATTR_GENERATION) : "0",
the_cib          1159 daemons/based/based_callbacks.c                    the_cib ? crm_element_value(the_cib, XML_ATTR_NUMUPDATES) : "0");
the_cib          1361 daemons/based/based_callbacks.c                             request, input, false, &config_changed, &the_cib,
the_cib          1395 daemons/based/based_callbacks.c                         &the_cib, &result_cib, cib_diff, &output);
the_cib          1423 daemons/based/based_callbacks.c         if (result_cib != the_cib) {
the_cib          1429 daemons/based/based_callbacks.c                       crm_element_value(the_cib, XML_ATTR_NUMUPDATES),
the_cib          1454 daemons/based/based_callbacks.c             && compare_version(crm_element_value(the_cib, XML_ATTR_CRM_VERSION),
the_cib          1464 daemons/based/based_callbacks.c         CRM_ASSERT(result_cib != the_cib);
the_cib          1478 daemons/based/based_callbacks.c         if (result_cib != the_cib) {
the_cib          1499 daemons/based/based_callbacks.c     if (output != the_cib) {
the_cib           330 daemons/based/based_io.c     xmlNode *tmp_cib = the_cib;
the_cib           337 daemons/based/based_io.c     the_cib = NULL;
the_cib           356 daemons/based/based_io.c         xmlNode *saved_cib = the_cib;
the_cib           359 daemons/based/based_io.c         the_cib = new_cib;
the_cib           369 daemons/based/based_io.c     if (the_cib) {
the_cib           448 daemons/based/based_io.c         cib_local = copy_xml(the_cib);
the_cib            41 daemons/based/based_messages.c xmlNode *the_cib = NULL;
the_cib           140 daemons/based/based_messages.c     char *digest = calculate_xml_versioned_digest(the_cib, FALSE, TRUE, CRM_FEATURE_SET);
the_cib           152 daemons/based/based_messages.c             add_message_xml(*answer, F_CIB_CALLDATA, the_cib);
the_cib           154 daemons/based/based_messages.c         if (the_cib != NULL) {
the_cib           157 daemons/based/based_messages.c                                                (const char *) the_cib->name);
the_cib           159 daemons/based/based_messages.c             copy_in_properties(shallow, the_cib);
the_cib           422 daemons/based/based_messages.c     CRM_CHECK(the_cib != NULL, return -EINVAL);
the_cib           441 daemons/based/based_messages.c     digest = calculate_xml_versioned_digest(the_cib, FALSE, TRUE, CRM_FEATURE_SET);
the_cib           444 daemons/based/based_messages.c     add_message_xml(replace_request, F_CIB_CALLDATA, the_cib);
the_cib           214 daemons/based/based_notify.c     attach_cib_generation(update_msg, "cib_generation", the_cib);
the_cib           124 daemons/based/based_transaction.c     xmlNodePtr saved_cib = the_cib;
the_cib           140 daemons/based/based_transaction.c     CRM_CHECK((*result_cib != NULL) && (*result_cib != the_cib),
the_cib           141 daemons/based/based_transaction.c               *result_cib = copy_xml(the_cib));
the_cib           147 daemons/based/based_transaction.c     the_cib = *result_cib;
the_cib           160 daemons/based/based_transaction.c     *result_cib = the_cib;
the_cib           163 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            53 include/crm/cib/util.h int query_node_uname(cib_t * the_cib, const char *uuid, char **uname);
the_cib            55 include/crm/cib/util.h int set_standby(cib_t * the_cib, const char *uuid, const char *scope, const char *standby_value);
the_cib           620 lib/cib/cib_attrs.c query_node_uuid(cib_t * the_cib, const char *uname, char **uuid, int *is_remote_node)
the_cib           639 lib/cib/cib_attrs.c     if (cib_internal_op(the_cib, PCMK__CIB_REQUEST_QUERY, NULL, xpath_string,
the_cib           661 lib/cib/cib_attrs.c query_node_uname(cib_t * the_cib, const char *uuid, char **uname)
the_cib           672 lib/cib/cib_attrs.c     rc = the_cib->cmds->query(the_cib, XML_CIB_TAG_NODES, &fragment,
the_cib           707 lib/cib/cib_attrs.c set_standby(cib_t * the_cib, const char *uuid, const char *scope, const char *standby_value)
the_cib           724 lib/cib/cib_attrs.c     rc = update_attr_delegate(the_cib, cib_sync_call, scope, uuid, NULL, NULL,
the_cib            31 lib/cib/cib_utils.c     xmlNode *the_cib = NULL;
the_cib            34 lib/cib/cib_utils.c     cib->cmds->query(cib, NULL, &the_cib, cib_scope_local | cib_sync_call);
the_cib            35 lib/cib/cib_utils.c     if (the_cib != NULL) {
the_cib            36 lib/cib/cib_utils.c         copy_in_properties(generation, the_cib);
the_cib            37 lib/cib/cib_utils.c         free_xml(the_cib);
the_cib           457 lib/pacemaker/pcmk_injections.c find_ticket_state(pcmk__output_t *out, cib_t *the_cib, const char *ticket_id,
the_cib           477 lib/pacemaker/pcmk_injections.c     rc = the_cib->cmds->query(the_cib, (const char *) xpath->str, &xml_search,
the_cib            33 tools/cibadmin.c static cib_t *the_cib = NULL;
the_cib           782 tools/cibadmin.c         the_cib->cmds->register_callback(the_cib, request_id,
the_cib           809 tools/cibadmin.c                 if (the_cib->cmds->query(the_cib, NULL, &obj,
the_cib           871 tools/cibadmin.c     rc = cib__clean_up_connection(&the_cib);
the_cib           884 tools/cibadmin.c     the_cib->call_timeout = options.message_timeout_sec;
the_cib           895 tools/cibadmin.c     return cib_internal_op(the_cib, options.cib_action, options.dest_node,
the_cib           905 tools/cibadmin.c     the_cib = cib_new();
the_cib           906 tools/cibadmin.c     rc = the_cib->cmds->signon(the_cib, crm_system_name, cib_command);
the_cib           691 tools/crm_attribute.c     cib_t *the_cib = NULL;
the_cib           742 tools/crm_attribute.c     the_cib = cib_new();
the_cib           743 tools/crm_attribute.c     rc = the_cib->cmds->signon(the_cib, crm_system_name, cib_command);
the_cib           785 tools/crm_attribute.c         rc = query_node_uuid(the_cib, options.dest_uname, &options.dest_node, &is_remote_node);
the_cib           838 tools/crm_attribute.c         rc = command_delete(out, the_cib);
the_cib           841 tools/crm_attribute.c         rc = command_update(out, the_cib, is_remote_node);
the_cib           844 tools/crm_attribute.c         rc = command_query(out, the_cib);
the_cib           872 tools/crm_attribute.c     cib__clean_up_connection(&the_cib);
the_cib            78 tools/crm_resource_runtime.c find_resource_attr(pcmk__output_t *out, cib_t * the_cib, const char *attr,
the_cib            91 tools/crm_resource_runtime.c     if(the_cib == NULL) {
the_cib           127 tools/crm_resource_runtime.c     rc = the_cib->cmds->query(the_cib, (const char *) xpath->str, &xml_search,
the_cib           342 tools/crm_ticket.c find_ticket_state(cib_t * the_cib, gchar *ticket_id, xmlNode ** ticket_state_xml)
the_cib           363 tools/crm_ticket.c     rc = the_cib->cmds->query(the_cib, (const char *) xpath->str, &xml_search,
the_cib           385 tools/crm_ticket.c find_ticket_constraints(cib_t * the_cib, gchar *ticket_id, xmlNode ** ticket_cons_xml)
the_cib           411 tools/crm_ticket.c     rc = the_cib->cmds->query(the_cib, (const char *) xpath->str, &xml_search,
the_cib           427 tools/crm_ticket.c dump_ticket_xml(cib_t * the_cib, gchar *ticket_id)
the_cib           432 tools/crm_ticket.c     rc = find_ticket_state(the_cib, ticket_id, &state_xml);
the_cib           452 tools/crm_ticket.c dump_constraints(cib_t * the_cib, gchar *ticket_id)
the_cib           458 tools/crm_ticket.c     rc = find_ticket_constraints(the_cib, ticket_id, &cons_xml);