the_cib 22 attrd/attrd_common.c cib_t *the_cib = NULL; the_cib 202 attrd/attrd_common.c if (the_cib) { the_cib 203 attrd/attrd_common.c the_cib->cmds->signoff(the_cib); the_cib 204 attrd/attrd_common.c cib_delete(the_cib); the_cib 205 attrd/attrd_common.c the_cib = NULL; the_cib 54 attrd/attrd_common.h extern cib_t *the_cib; the_cib 124 attrd/attrd_common_alerts.c if (the_cib) { the_cib 125 attrd/attrd_common_alerts.c call_id = the_cib->cmds->query(the_cib, XPATH_ALERTS, NULL, the_cib 128 attrd/attrd_common_alerts.c the_cib->cmds->register_callback_full(the_cib, call_id, 120, FALSE, the_cib 1095 attrd/commands.c if (the_cib == NULL) { the_cib 1187 attrd/commands.c a->update = cib_internal_op(the_cib, CIB_OP_MODIFY, NULL, XML_CIB_TAG_STATUS, xml_top, NULL, the_cib 1193 attrd/commands.c the_cib->cmds->register_callback_full(the_cib, a->update, 120, FALSE, the_cib 61 attrd/legacy.c the_cib->cmds->register_callback_full(the_cib, call_id, 120, FALSE, \ the_cib 345 attrd/legacy.c if (the_cib == NULL) { the_cib 393 attrd/legacy.c rc = the_cib->cmds->delete(the_cib, xpath, NULL, cib_xpath|cib_multiple); the_cib 622 attrd/legacy.c the_cib = local_conn; the_cib 824 attrd/legacy.c } else if (the_cib == NULL) { the_cib 839 attrd/legacy.c rc = delete_attr_delegate(the_cib, cib_none, hash_entry->section, attrd_uuid, NULL, the_cib 863 attrd/legacy.c rc = update_attr_delegate(the_cib, cib_none, hash_entry->section, the_cib 1021 attrd/legacy.c } else if (the_cib == NULL) { the_cib 1031 attrd/legacy.c rc = delete_attr_delegate(the_cib, cib_none, section, the_cib 1035 attrd/legacy.c rc = update_attr_delegate(the_cib, cib_none, section, the_cib 159 attrd/main.c call_id = the_cib->cmds->delete(the_cib, xpath, NULL, the_cib 161 attrd/main.c the_cib->cmds->register_callback_full(the_cib, call_id, 120, FALSE, xpath, the_cib 173 attrd/main.c the_cib = cib_new(); the_cib 174 attrd/main.c if (the_cib == NULL) { the_cib 185 attrd/main.c rc = the_cib->cmds->signon(the_cib, T_ATTRD, cib_command); the_cib 196 attrd/main.c rc = the_cib->cmds->set_connection_dnotify(the_cib, attrd_cib_destroy_cb); the_cib 202 attrd/main.c rc = the_cib->cmds->add_notify_callback(the_cib, T_CIB_REPLACE_NOTIFY, attrd_cib_replaced_cb); the_cib 208 attrd/main.c rc = the_cib->cmds->add_notify_callback(the_cib, T_CIB_DIFF_NOTIFY, attrd_cib_updated_cb); the_cib 226 attrd/main.c the_cib->cmds->signoff(the_cib); the_cib 227 attrd/main.c cib_delete(the_cib); the_cib 228 attrd/main.c the_cib = NULL; the_cib 375 cib/callbacks.c ping_digest = calculate_xml_versioned_digest(the_cib, FALSE, TRUE, version); the_cib 383 cib/callbacks.c crm_element_value(the_cib, XML_ATTR_GENERATION_ADMIN), the_cib 384 cib/callbacks.c crm_element_value(the_cib, XML_ATTR_GENERATION), the_cib 385 cib/callbacks.c crm_element_value(the_cib, XML_ATTR_NUMUPDATES), the_cib 394 cib/callbacks.c xml_calculate_changes(the_cib, remote_cib); the_cib 1059 cib/callbacks.c add_message_xml(op_reply, F_CIB_CALLDATA, the_cib); the_cib 1099 cib/callbacks.c the_cib ? crm_element_value(the_cib, XML_ATTR_GENERATION_ADMIN) : "0", the_cib 1100 cib/callbacks.c the_cib ? crm_element_value(the_cib, XML_ATTR_GENERATION) : "0", the_cib 1101 cib/callbacks.c the_cib ? crm_element_value(the_cib, XML_ATTR_NUMUPDATES) : "0"); the_cib 1219 cib/callbacks.c current_cib = the_cib; the_cib 1366 cib/callbacks.c cib_replace_notify(origin, the_cib, rc, *cib_diff); the_cib 34 cib/cibio.h extern xmlNode *the_cib; the_cib 334 cib/io.c return the_cib; the_cib 340 cib/io.c xmlNode *tmp_cib = the_cib; the_cib 348 cib/io.c the_cib = NULL; the_cib 371 cib/io.c the_cib = new_cib; the_cib 383 cib/io.c xmlNode *saved_cib = the_cib; the_cib 479 cib/io.c cib_local = copy_xml(the_cib); the_cib 48 cib/messages.c xmlNode *the_cib = NULL; the_cib 192 cib/messages.c char *digest = calculate_xml_versioned_digest(the_cib, FALSE, TRUE, CRM_FEATURE_SET); the_cib 208 cib/messages.c add_message_xml(*answer, F_CIB_CALLDATA, the_cib); the_cib 212 cib/messages.c const char *tag = TYPE(the_cib); the_cib 215 cib/messages.c copy_in_properties(shallow, the_cib); the_cib 507 cib/messages.c CRM_CHECK(the_cib != NULL,;); the_cib 534 cib/messages.c digest = calculate_xml_versioned_digest(the_cib, FALSE, TRUE, CRM_FEATURE_SET); the_cib 537 cib/messages.c add_message_xml(replace_request, F_CIB_CALLDATA, the_cib); the_cib 201 cib/notify.c attach_cib_generation(update_msg, "cib_generation", the_cib); the_cib 311 cib/notify.c attach_cib_generation(update_msg, "cib_generation", 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 289 include/crm/compatibility.h update_attr(cib_t * the_cib, int call_options, the_cib 293 include/crm/compatibility.h return update_attr_delegate(the_cib, call_options, section, node_uuid, set_type, set_name, the_cib 298 include/crm/compatibility.h find_nvpair_attr(cib_t * the_cib, const char *attr, const char *section, const char *node_uuid, the_cib 302 include/crm/compatibility.h return find_nvpair_attr_delegate(the_cib, attr, section, node_uuid, set_type, the_cib 307 include/crm/compatibility.h read_attr(cib_t * the_cib, the_cib 311 include/crm/compatibility.h return read_attr_delegate(the_cib, section, node_uuid, set_type, set_name, the_cib 316 include/crm/compatibility.h delete_attr(cib_t * the_cib, int options, the_cib 320 include/crm/compatibility.h return delete_attr_delegate(the_cib, options, section, node_uuid, set_type, set_name, the_cib 56 lib/cib/cib_attrs.c find_nvpair_attr_delegate(cib_t * the_cib, const char *attr, const char *section, the_cib 139 lib/cib/cib_attrs.c rc = cib_internal_op(the_cib, CIB_OP_QUERY, NULL, xpath_string, NULL, &xml_search, the_cib 176 lib/cib/cib_attrs.c update_attr_delegate(cib_t * the_cib, int call_options, the_cib 194 lib/cib/cib_attrs.c rc = find_nvpair_attr_delegate(the_cib, XML_ATTR_ID, section, node_uuid, set_type, set_name, the_cib 314 lib/cib/cib_attrs.c rc = cib_internal_op(the_cib, CIB_OP_MODIFY, NULL, section, xml_top, NULL, the_cib 331 lib/cib/cib_attrs.c read_attr_delegate(cib_t * the_cib, the_cib 344 lib/cib/cib_attrs.c rc = find_nvpair_attr_delegate(the_cib, XML_NVPAIR_ATTR_VALUE, section, node_uuid, set_type, the_cib 354 lib/cib/cib_attrs.c delete_attr_delegate(cib_t * the_cib, int options, the_cib 367 lib/cib/cib_attrs.c rc = find_nvpair_attr_delegate(the_cib, XML_ATTR_ID, section, node_uuid, set_type, the_cib 378 lib/cib/cib_attrs.c rc = cib_internal_op(the_cib, CIB_OP_DELETE, NULL, section, xml_obj, NULL, the_cib 487 lib/cib/cib_attrs.c query_node_uuid(cib_t * the_cib, const char *uname, char **uuid, int *is_remote_node) the_cib 503 lib/cib/cib_attrs.c if (cib_internal_op(the_cib, CIB_OP_QUERY, NULL, xpath_string, NULL, the_cib 523 lib/cib/cib_attrs.c query_node_uname(cib_t * the_cib, const char *uuid, char **uname) the_cib 534 lib/cib/cib_attrs.c rc = the_cib->cmds->query(the_cib, XML_CIB_TAG_NODES, &fragment, the_cib 567 lib/cib/cib_attrs.c set_standby(cib_t * the_cib, const char *uuid, const char *scope, const char *standby_value) the_cib 584 lib/cib/cib_attrs.c rc = update_attr_delegate(the_cib, cib_sync_call, scope, uuid, NULL, NULL, the_cib 146 lib/cib/cib_utils.c xmlNode *the_cib = NULL; the_cib 149 lib/cib/cib_utils.c cib->cmds->query(cib, NULL, &the_cib, cib_scope_local | cib_sync_call); the_cib 150 lib/cib/cib_utils.c if (the_cib != NULL) { the_cib 151 lib/cib/cib_utils.c copy_in_properties(generation, the_cib); the_cib 152 lib/cib/cib_utils.c free_xml(the_cib); the_cib 73 tools/cibadmin.c cib_t *the_cib = NULL; the_cib 463 tools/cibadmin.c the_cib->cmds->register_callback(the_cib, request_id, message_timeout_ms, FALSE, NULL, the_cib 483 tools/cibadmin.c rc = the_cib->cmds->query(the_cib, NULL, &obj, command_options); the_cib 502 tools/cibadmin.c flag = the_cib->cmds->signoff(the_cib); the_cib 503 tools/cibadmin.c cib_delete(the_cib); the_cib 516 tools/cibadmin.c the_cib->call_timeout = message_timeout_ms; the_cib 528 tools/cibadmin.c return cib_internal_op(the_cib, cib_action, host, obj_type, input, output, call_options, cib_user); the_cib 541 tools/cibadmin.c the_cib = cib_new(); the_cib 542 tools/cibadmin.c rc = the_cib->cmds->signon(the_cib, crm_system_name, cib_command); the_cib 119 tools/crm_attribute.c cib_t *the_cib = NULL; the_cib 224 tools/crm_attribute.c the_cib = cib_new(); the_cib 225 tools/crm_attribute.c rc = the_cib->cmds->signon(the_cib, crm_system_name, cib_command); the_cib 258 tools/crm_attribute.c rc = query_node_uuid(the_cib, dest_uname, &dest_node, &is_remote_node); the_cib 261 tools/crm_attribute.c the_cib->cmds->signoff(the_cib); the_cib 262 tools/crm_attribute.c cib_delete(the_cib); the_cib 292 tools/crm_attribute.c rc = delete_attr_delegate(the_cib, cib_opts, type, dest_node, set_type, set_name, the_cib 308 tools/crm_attribute.c rc = update_attr_delegate(the_cib, cib_opts, type, dest_node, set_type, set_name, the_cib 315 tools/crm_attribute.c rc = read_attr_delegate(the_cib, type, dest_node, set_type, set_name, the_cib 349 tools/crm_attribute.c the_cib->cmds->signoff(the_cib); the_cib 350 tools/crm_attribute.c cib_delete(the_cib); the_cib 91 tools/crm_resource_runtime.c find_resource_attr(cib_t * the_cib, const char *attr, const char *rsc, const char *set_type, the_cib 103 tools/crm_resource_runtime.c if(the_cib == NULL) { the_cib 134 tools/crm_resource_runtime.c rc = the_cib->cmds->query(the_cib, xpath_string, &xml_search, the_cib 156 tools/crm_ticket.c find_ticket_state(cib_t * the_cib, const char *ticket_id, xmlNode ** ticket_state_xml) the_cib 176 tools/crm_ticket.c rc = the_cib->cmds->query(the_cib, xpath_string, &xml_search, the_cib 199 tools/crm_ticket.c find_ticket_constraints(cib_t * the_cib, const char *ticket_id, xmlNode ** ticket_cons_xml) the_cib 221 tools/crm_ticket.c rc = the_cib->cmds->query(the_cib, xpath_string, &xml_search, the_cib 237 tools/crm_ticket.c dump_ticket_xml(cib_t * the_cib, const char *ticket_id) the_cib 242 tools/crm_ticket.c rc = find_ticket_state(the_cib, ticket_id, &state_xml); the_cib 262 tools/crm_ticket.c dump_constraints(cib_t * the_cib, const char *ticket_id) the_cib 268 tools/crm_ticket.c rc = find_ticket_constraints(the_cib, ticket_id, &cons_xml); the_cib 283 tools/crm_ticket.c find_ticket_state_attr_legacy(cib_t * the_cib, const char *attr, const char *ticket_id, the_cib 332 tools/crm_ticket.c rc = the_cib->cmds->query(the_cib, xpath_string, &xml_search, the_cib 303 tools/crmadmin.c cib_t *the_cib = cib_new(); the_cib 306 tools/crmadmin.c int rc = the_cib->cmds->signon(the_cib, crm_system_name, cib_command); the_cib 312 tools/crmadmin.c rc = the_cib->cmds->query(the_cib, NULL, &output, cib_scope_local | cib_sync_call); the_cib 318 tools/crmadmin.c the_cib->cmds->signoff(the_cib); the_cib 338 tools/fake_transition.c find_ticket_state(cib_t * the_cib, const char *ticket_id, xmlNode ** ticket_state_xml) the_cib 357 tools/fake_transition.c rc = the_cib->cmds->query(the_cib, xpath_string, &xml_search,