the_cib           112 daemons/attrd/attrd_alerts.c     CRM_CHECK(the_cib != NULL, return TRUE);
the_cib           114 daemons/attrd/attrd_alerts.c     call_id = the_cib->cmds->query(the_cib,
the_cib           118 daemons/attrd/attrd_alerts.c     the_cib->cmds->register_callback_full(the_cib, call_id, 120, FALSE, NULL,
the_cib           111 daemons/attrd/attrd_cib.c     the_cib = cib_new();
the_cib           112 daemons/attrd/attrd_cib.c     if (the_cib == NULL) {
the_cib           122 daemons/attrd/attrd_cib.c         rc = the_cib->cmds->signon(the_cib, crm_system_name, cib_command);
the_cib           134 daemons/attrd/attrd_cib.c     rc = the_cib->cmds->set_connection_dnotify(the_cib, attrd_cib_destroy_cb);
the_cib           140 daemons/attrd/attrd_cib.c     rc = the_cib->cmds->add_notify_callback(the_cib,
the_cib           151 daemons/attrd/attrd_cib.c     cib__clean_up_connection(&the_cib);
the_cib           158 daemons/attrd/attrd_cib.c     CRM_CHECK(the_cib != NULL, return);
the_cib           159 daemons/attrd/attrd_cib.c     the_cib->cmds->del_notify_callback(the_cib, PCMK__VALUE_CIB_DIFF_NOTIFY,
the_cib           161 daemons/attrd/attrd_cib.c     cib__clean_up_connection(&the_cib);
the_cib           202 daemons/attrd/attrd_cib.c     call_id = the_cib->cmds->remove(the_cib, xpath, NULL, cib_xpath);
the_cib           205 daemons/attrd/attrd_cib.c     the_cib->cmds->register_callback_full(the_cib, call_id, 120, FALSE,
the_cib           372 daemons/attrd/attrd_cib.c     rc = the_cib->cmds->modify(the_cib, PCMK_XE_STATUS, update,
the_cib           408 daemons/attrd/attrd_cib.c     int rc = the_cib->cmds->remove(the_cib, xpath, NULL,
the_cib           532 daemons/attrd/attrd_cib.c         CRM_CHECK(the_cib != NULL, goto done);
the_cib           533 daemons/attrd/attrd_cib.c         the_cib->cmds->set_user(the_cib, a->user);
the_cib           534 daemons/attrd/attrd_cib.c         rc = the_cib->cmds->init_transaction(the_cib);
the_cib           637 daemons/attrd/attrd_cib.c         a->update = the_cib->cmds->end_transaction(the_cib, true, cib_none);
the_cib           643 daemons/attrd/attrd_cib.c         if (the_cib->cmds->register_callback_full(the_cib, a->update,
the_cib           654 daemons/attrd/attrd_cib.c     if (the_cib != NULL) {
the_cib           655 daemons/attrd/attrd_cib.c         the_cib->cmds->end_transaction(the_cib, false, cib_none);
the_cib           656 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            92 daemons/attrd/pacemaker-attrd.h extern cib_t *the_cib;
the_cib           473 daemons/based/based_callbacks.c             ping_digest = pcmk__digest_xml(the_cib, true);
the_cib           495 daemons/based/based_callbacks.c                        crm_element_value(the_cib, PCMK_XA_ADMIN_EPOCH),
the_cib           496 daemons/based/based_callbacks.c                        crm_element_value(the_cib, PCMK_XA_EPOCH),
the_cib           497 daemons/based/based_callbacks.c                        crm_element_value(the_cib, PCMK_XA_NUM_UPDATES),
the_cib           506 daemons/based/based_callbacks.c                 pcmk__xml_mark_changes(the_cib, remote_cib);
the_cib           898 daemons/based/based_callbacks.c                                     the_cib);
the_cib           933 daemons/based/based_callbacks.c         if (the_cib != NULL) {
the_cib           934 daemons/based/based_callbacks.c             admin_epoch_s = crm_element_value(the_cib, PCMK_XA_ADMIN_EPOCH);
the_cib           935 daemons/based/based_callbacks.c             epoch_s = crm_element_value(the_cib, PCMK_XA_EPOCH);
the_cib           936 daemons/based/based_callbacks.c             num_updates_s = crm_element_value(the_cib, PCMK_XA_NUM_UPDATES);
the_cib          1118 daemons/based/based_callbacks.c                             request, input, false, &config_changed, &the_cib,
the_cib          1148 daemons/based/based_callbacks.c                         &the_cib, &result_cib, cib_diff, &output);
the_cib          1162 daemons/based/based_callbacks.c         if (result_cib != the_cib) {
the_cib          1168 daemons/based/based_callbacks.c                       crm_element_value(the_cib, PCMK_XA_NUM_UPDATES),
the_cib          1193 daemons/based/based_callbacks.c             && compare_version(crm_element_value(the_cib,
the_cib          1204 daemons/based/based_callbacks.c         pcmk__assert(result_cib != the_cib);
the_cib          1218 daemons/based/based_callbacks.c         if (result_cib != the_cib) {
the_cib          1239 daemons/based/based_callbacks.c     if (output != the_cib) {
the_cib           280 daemons/based/based_io.c     xmlNode *tmp_cib = the_cib;
the_cib           285 daemons/based/based_io.c     the_cib = NULL;
the_cib           298 daemons/based/based_io.c         xmlNode *saved_cib = the_cib;
the_cib           301 daemons/based/based_io.c         the_cib = new_cib;
the_cib           311 daemons/based/based_io.c     if (the_cib) {
the_cib           390 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 = pcmk__digest_xml(the_cib, true);
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           419 daemons/based/based_messages.c     CRM_CHECK(the_cib != NULL, return -EINVAL);
the_cib           441 daemons/based/based_messages.c     digest = pcmk__digest_xml(the_cib, true);
the_cib           445 daemons/based/based_messages.c     pcmk__xml_copy(wrapper, the_cib);
the_cib           121 daemons/based/based_transaction.c     xmlNodePtr saved_cib = the_cib;
the_cib           137 daemons/based/based_transaction.c     CRM_CHECK((*result_cib != NULL) && (*result_cib != the_cib),
the_cib           138 daemons/based/based_transaction.c               *result_cib = pcmk__xml_copy(NULL, the_cib));
the_cib           144 daemons/based/based_transaction.c     the_cib = *result_cib;
the_cib           157 daemons/based/based_transaction.c     *result_cib = the_cib;
the_cib           160 daemons/based/based_transaction.c     the_cib = saved_cib;
the_cib            52 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           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            30 tools/cibadmin.c static cib_t *the_cib = NULL;
the_cib           794 tools/cibadmin.c                 if (the_cib->cmds->query(the_cib, NULL, &obj,
the_cib           856 tools/cibadmin.c     rc = cib__clean_up_connection(&the_cib);
the_cib           869 tools/cibadmin.c     the_cib->call_timeout = options.message_timeout_sec;
the_cib           880 tools/cibadmin.c     return cib_internal_op(the_cib, options.cib_action, options.dest_node,
the_cib           890 tools/cibadmin.c     the_cib = cib_new();
the_cib           891 tools/cibadmin.c     rc = cib__signon_attempts(the_cib, cib_command, 5);
the_cib           768 tools/crm_attribute.c     cib_t *the_cib = NULL;
the_cib           823 tools/crm_attribute.c     the_cib = cib_new();
the_cib           824 tools/crm_attribute.c     rc = cib__signon_attempts(the_cib, cib_command, 5);
the_cib           881 tools/crm_attribute.c         rc = query_node_uuid(the_cib, options.dest_uname, &options.dest_node, &is_remote_node);
the_cib           947 tools/crm_attribute.c         rc = command_delete(out, the_cib);
the_cib           950 tools/crm_attribute.c         rc = command_update(out, the_cib, is_remote_node);
the_cib           953 tools/crm_attribute.c         rc = command_query(out, the_cib);
the_cib           981 tools/crm_attribute.c     cib__clean_up_connection(&the_cib);
the_cib           113 tools/crm_resource_runtime.c find_resource_attr(pcmk__output_t *out, cib_t * the_cib, const char *attr,
the_cib           126 tools/crm_resource_runtime.c     if(the_cib == NULL) {
the_cib           162 tools/crm_resource_runtime.c     rc = the_cib->cmds->query(the_cib, xpath->str, &xml_search,