the_cib           115 daemons/attrd/attrd_alerts.c     CRM_CHECK(the_cib != NULL, return TRUE);
the_cib           117 daemons/attrd/attrd_alerts.c     call_id = the_cib->cmds->query(the_cib, XPATH_ALERTS, NULL,
the_cib           120 daemons/attrd/attrd_alerts.c     the_cib->cmds->register_callback_full(the_cib, call_id, 120, FALSE, NULL,
the_cib          1276 daemons/attrd/attrd_commands.c         CRM_CHECK(the_cib != NULL, return);
the_cib          1378 daemons/attrd/attrd_commands.c         a->update = cib_internal_op(the_cib, CIB_OP_MODIFY, NULL, XML_CIB_TAG_STATUS, xml_top, NULL,
the_cib          1385 daemons/attrd/attrd_commands.c         the_cib->cmds->register_callback_full(the_cib, a->update,
the_cib            25 daemons/attrd/attrd_utils.c cib_t *the_cib = NULL;
the_cib           216 daemons/attrd/attrd_utils.c     CRM_CHECK(the_cib != NULL, return);
the_cib           217 daemons/attrd/attrd_utils.c     the_cib->cmds->del_notify_callback(the_cib, T_CIB_REPLACE_NOTIFY, attrd_cib_replaced_cb);
the_cib           218 daemons/attrd/attrd_utils.c     the_cib->cmds->del_notify_callback(the_cib, T_CIB_DIFF_NOTIFY, attrd_cib_updated_cb); 
the_cib           219 daemons/attrd/attrd_utils.c     the_cib->cmds->signoff(the_cib);
the_cib           220 daemons/attrd/attrd_utils.c     cib_delete(the_cib);
the_cib           221 daemons/attrd/attrd_utils.c     the_cib = NULL;
the_cib           138 daemons/attrd/pacemaker-attrd.c     call_id = the_cib->cmds->remove(the_cib, xpath, NULL,
the_cib           140 daemons/attrd/pacemaker-attrd.c     the_cib->cmds->register_callback_full(the_cib, call_id, 120, FALSE, xpath,
the_cib           152 daemons/attrd/pacemaker-attrd.c     the_cib = cib_new();
the_cib           153 daemons/attrd/pacemaker-attrd.c     if (the_cib == NULL) {
the_cib           164 daemons/attrd/pacemaker-attrd.c         rc = the_cib->cmds->signon(the_cib, T_ATTRD, cib_command);
the_cib           176 daemons/attrd/pacemaker-attrd.c     rc = the_cib->cmds->set_connection_dnotify(the_cib, attrd_cib_destroy_cb);
the_cib           182 daemons/attrd/pacemaker-attrd.c     rc = the_cib->cmds->add_notify_callback(the_cib, T_CIB_REPLACE_NOTIFY, attrd_cib_replaced_cb);
the_cib           188 daemons/attrd/pacemaker-attrd.c     rc = the_cib->cmds->add_notify_callback(the_cib, T_CIB_DIFF_NOTIFY, attrd_cib_updated_cb);
the_cib           197 daemons/attrd/pacemaker-attrd.c     the_cib->cmds->signoff(the_cib);
the_cib           198 daemons/attrd/pacemaker-attrd.c     cib_delete(the_cib);
the_cib           199 daemons/attrd/pacemaker-attrd.c     the_cib = NULL;
the_cib            60 daemons/attrd/pacemaker-attrd.h extern cib_t *the_cib;
the_cib           339 daemons/based/based_callbacks.c             ping_digest = calculate_xml_versioned_digest(the_cib, FALSE, TRUE, version);
the_cib           347 daemons/based/based_callbacks.c                        crm_element_value(the_cib, XML_ATTR_GENERATION_ADMIN),
the_cib           348 daemons/based/based_callbacks.c                        crm_element_value(the_cib, XML_ATTR_GENERATION),
the_cib           349 daemons/based/based_callbacks.c                        crm_element_value(the_cib, XML_ATTR_NUMUPDATES),
the_cib           358 daemons/based/based_callbacks.c                 xml_calculate_changes(the_cib, remote_cib);
the_cib          1039 daemons/based/based_callbacks.c         add_message_xml(op_reply, F_CIB_CALLDATA, the_cib);
the_cib          1076 daemons/based/based_callbacks.c                    the_cib ? crm_element_value(the_cib, XML_ATTR_GENERATION_ADMIN) : "0",
the_cib          1077 daemons/based/based_callbacks.c                    the_cib ? crm_element_value(the_cib, XML_ATTR_GENERATION) : "0",
the_cib          1078 daemons/based/based_callbacks.c                    the_cib ? crm_element_value(the_cib, XML_ATTR_NUMUPDATES) : "0");
the_cib          1200 daemons/based/based_callbacks.c     current_cib = the_cib;
the_cib          1354 daemons/based/based_callbacks.c         cib_replace_notify(origin, the_cib, rc, *cib_diff);
the_cib           323 daemons/based/based_io.c     xmlNode *tmp_cib = the_cib;
the_cib           330 daemons/based/based_io.c     the_cib = NULL;
the_cib           349 daemons/based/based_io.c         xmlNode *saved_cib = the_cib;
the_cib           352 daemons/based/based_io.c         the_cib = new_cib;
the_cib           362 daemons/based/based_io.c     if (the_cib) {
the_cib           436 daemons/based/based_io.c         cib_local = copy_xml(the_cib);
the_cib            38 daemons/based/based_messages.c xmlNode *the_cib = NULL;
the_cib           160 daemons/based/based_messages.c     char *digest = calculate_xml_versioned_digest(the_cib, FALSE, TRUE, CRM_FEATURE_SET);
the_cib           177 daemons/based/based_messages.c         add_message_xml(*answer, F_CIB_CALLDATA, the_cib);
the_cib           181 daemons/based/based_messages.c         const char *tag = TYPE(the_cib);
the_cib           184 daemons/based/based_messages.c         copy_in_properties(shallow, the_cib);
the_cib           501 daemons/based/based_messages.c     CRM_CHECK(the_cib != NULL,;);
the_cib           528 daemons/based/based_messages.c     digest = calculate_xml_versioned_digest(the_cib, FALSE, TRUE, CRM_FEATURE_SET);
the_cib           531 daemons/based/based_messages.c     add_message_xml(replace_request, F_CIB_CALLDATA, the_cib);
the_cib           212 daemons/based/based_notify.c     attach_cib_generation(update_msg, "cib_generation", the_cib);
the_cib            61 daemons/based/pacemaker-based.h extern xmlNode *the_cib;
the_cib            32 include/crm/cib/util.h int update_attr_delegate(cib_t * the_cib, int call_options,
the_cib            39 include/crm/cib/util.h int find_nvpair_attr_delegate(cib_t * the_cib, const char *attr,
the_cib            45 include/crm/cib/util.h int read_attr_delegate(cib_t * the_cib,
the_cib            51 include/crm/cib/util.h int delete_attr_delegate(cib_t * the_cib, int options,
the_cib            57 include/crm/cib/util.h int query_node_uuid(cib_t * the_cib, const char *uname, char **uuid, int *is_remote_node);
the_cib            59 include/crm/cib/util.h int query_node_uname(cib_t * the_cib, const char *uuid, char **uname);
the_cib            61 include/crm/cib/util.h int set_standby(cib_t * the_cib, const char *uuid, const char *scope, const char *standby_value);
the_cib            48 lib/cib/cib_attrs.c find_nvpair_attr_delegate(cib_t * the_cib, const char *attr, const char *section,
the_cib           131 lib/cib/cib_attrs.c     rc = cib_internal_op(the_cib, CIB_OP_QUERY, NULL, xpath_string, NULL, &xml_search,
the_cib           169 lib/cib/cib_attrs.c update_attr_delegate(cib_t * the_cib, int call_options,
the_cib           187 lib/cib/cib_attrs.c     rc = find_nvpair_attr_delegate(the_cib, XML_ATTR_ID, section, node_uuid, set_type, set_name,
the_cib           309 lib/cib/cib_attrs.c     rc = cib_internal_op(the_cib, CIB_OP_MODIFY, NULL, section, xml_top, NULL,
the_cib           326 lib/cib/cib_attrs.c read_attr_delegate(cib_t * the_cib,
the_cib           339 lib/cib/cib_attrs.c     rc = find_nvpair_attr_delegate(the_cib, XML_NVPAIR_ATTR_VALUE, section, node_uuid, set_type,
the_cib           349 lib/cib/cib_attrs.c delete_attr_delegate(cib_t * the_cib, int options,
the_cib           362 lib/cib/cib_attrs.c         rc = find_nvpair_attr_delegate(the_cib, XML_ATTR_ID, section, node_uuid, set_type,
the_cib           373 lib/cib/cib_attrs.c     rc = cib_internal_op(the_cib, CIB_OP_DELETE, NULL, section, xml_obj, NULL,
the_cib           484 lib/cib/cib_attrs.c query_node_uuid(cib_t * the_cib, const char *uname, char **uuid, int *is_remote_node)
the_cib           501 lib/cib/cib_attrs.c     if (cib_internal_op(the_cib, CIB_OP_QUERY, NULL, xpath_string, NULL,
the_cib           522 lib/cib/cib_attrs.c query_node_uname(cib_t * the_cib, const char *uuid, char **uname)
the_cib           533 lib/cib/cib_attrs.c     rc = the_cib->cmds->query(the_cib, XML_CIB_TAG_NODES, &fragment,
the_cib           570 lib/cib/cib_attrs.c set_standby(cib_t * the_cib, const char *uuid, const char *scope, const char *standby_value)
the_cib           587 lib/cib/cib_attrs.c     rc = update_attr_delegate(the_cib, cib_sync_call, scope, uuid, NULL, NULL,
the_cib            62 lib/cib/cib_utils.c     xmlNode *the_cib = NULL;
the_cib            65 lib/cib/cib_utils.c     cib->cmds->query(cib, NULL, &the_cib, cib_scope_local | cib_sync_call);
the_cib            66 lib/cib/cib_utils.c     if (the_cib != NULL) {
the_cib            67 lib/cib/cib_utils.c         copy_in_properties(generation, the_cib);
the_cib            68 lib/cib/cib_utils.c         free_xml(the_cib);
the_cib           434 lib/pacemaker/pcmk_cluster_queries.c     cib_t *the_cib = cib_new();
the_cib           438 lib/pacemaker/pcmk_cluster_queries.c     if (the_cib == NULL) {
the_cib           441 lib/pacemaker/pcmk_cluster_queries.c     rc = the_cib->cmds->signon(the_cib, crm_system_name, cib_command);
the_cib           443 lib/pacemaker/pcmk_cluster_queries.c         cib_delete(the_cib);
the_cib           447 lib/pacemaker/pcmk_cluster_queries.c     rc = the_cib->cmds->query(the_cib, NULL, &xml_node,
the_cib           491 lib/pacemaker/pcmk_cluster_queries.c     the_cib->cmds->signoff(the_cib);
the_cib           492 lib/pacemaker/pcmk_cluster_queries.c     cib_delete(the_cib);
the_cib           314 lib/pacemaker/pcmk_sched_transition.c find_ticket_state(cib_t * the_cib, const char *ticket_id, xmlNode ** ticket_state_xml)
the_cib           333 lib/pacemaker/pcmk_sched_transition.c     rc = the_cib->cmds->query(the_cib, xpath_string, &xml_search,
the_cib           116 maint/mocked/based-notifyfenced.c     attach_cib_generation(update_msg, "cib_generation", the_cib);
the_cib            28 tools/cibadmin.c static cib_t *the_cib = NULL;
the_cib           658 tools/cibadmin.c         the_cib->cmds->register_callback(the_cib, request_id, message_timeout_ms, FALSE, NULL,
the_cib           681 tools/cibadmin.c                 rc = the_cib->cmds->query(the_cib, NULL, &obj, command_options);
the_cib           701 tools/cibadmin.c     rc = the_cib->cmds->signoff(the_cib);
the_cib           705 tools/cibadmin.c     cib_delete(the_cib);
the_cib           714 tools/cibadmin.c     the_cib->call_timeout = message_timeout_ms;
the_cib           726 tools/cibadmin.c         return cib_internal_op(the_cib, cib_action, host, obj_type, input, output, call_options, cib_user);
the_cib           739 tools/cibadmin.c     the_cib = cib_new();
the_cib           740 tools/cibadmin.c     rc = the_cib->cmds->signon(the_cib, crm_system_name, cib_command);
the_cib           305 tools/crm_attribute.c     cib_t *the_cib = NULL;
the_cib           349 tools/crm_attribute.c     the_cib = cib_new();
the_cib           350 tools/crm_attribute.c     rc = the_cib->cmds->signon(the_cib, crm_system_name, cib_command);
the_cib           398 tools/crm_attribute.c         rc = query_node_uuid(the_cib, options.dest_uname, &options.dest_node, &is_remote_node);
the_cib           444 tools/crm_attribute.c         rc = delete_attr_delegate(the_cib, cib_opts, options.type, options.dest_node, options.set_type, options.set_name,
the_cib           460 tools/crm_attribute.c         rc = update_attr_delegate(the_cib, cib_opts, options.type, options.dest_node, options.set_type, options.set_name,
the_cib           467 tools/crm_attribute.c         rc = read_attr_delegate(the_cib, options.type, options.dest_node, options.set_type, options.set_name,
the_cib           518 tools/crm_attribute.c     if (the_cib) {
the_cib           519 tools/crm_attribute.c         the_cib->cmds->signoff(the_cib);
the_cib           520 tools/crm_attribute.c         cib_delete(the_cib);
the_cib           104 tools/crm_resource_runtime.c find_resource_attr(pcmk__output_t *out, cib_t * the_cib, const char *attr,
the_cib           117 tools/crm_resource_runtime.c     if(the_cib == NULL) {
the_cib           148 tools/crm_resource_runtime.c     rc = the_cib->cmds->query(the_cib, xpath_string, &xml_search,
the_cib           141 tools/crm_ticket.c find_ticket_state(cib_t * the_cib, const char *ticket_id, xmlNode ** ticket_state_xml)
the_cib           161 tools/crm_ticket.c     rc = the_cib->cmds->query(the_cib, xpath_string, &xml_search,
the_cib           184 tools/crm_ticket.c find_ticket_constraints(cib_t * the_cib, const char *ticket_id, xmlNode ** ticket_cons_xml)
the_cib           206 tools/crm_ticket.c     rc = the_cib->cmds->query(the_cib, xpath_string, &xml_search,
the_cib           222 tools/crm_ticket.c dump_ticket_xml(cib_t * the_cib, const char *ticket_id)
the_cib           227 tools/crm_ticket.c     rc = find_ticket_state(the_cib, ticket_id, &state_xml);
the_cib           247 tools/crm_ticket.c dump_constraints(cib_t * the_cib, const char *ticket_id)
the_cib           253 tools/crm_ticket.c     rc = find_ticket_constraints(the_cib, ticket_id, &cons_xml);