remote_cib        480 daemons/based/based_callbacks.c             xmlNode *remote_cib = pcmk__xe_first_child(wrapper, NULL, NULL, NULL);
remote_cib        486 daemons/based/based_callbacks.c             if (remote_cib != NULL) {
remote_cib        487 daemons/based/based_callbacks.c                 admin_epoch_s = crm_element_value(remote_cib,
remote_cib        489 daemons/based/based_callbacks.c                 epoch_s = crm_element_value(remote_cib, PCMK_XA_EPOCH);
remote_cib        490 daemons/based/based_callbacks.c                 num_updates_s = crm_element_value(remote_cib,
remote_cib        502 daemons/based/based_callbacks.c                        digest, remote_cib);
remote_cib        504 daemons/based/based_callbacks.c             if(remote_cib && remote_cib->children) {
remote_cib        506 daemons/based/based_callbacks.c                 pcmk__xml_mark_changes(the_cib, remote_cib);
remote_cib        507 daemons/based/based_callbacks.c                 pcmk__log_xml_changes(LOG_INFO, remote_cib);
remote_cib        511 daemons/based/based_callbacks.c             pcmk__xml_free(remote_cib);