element_name 19 include/crm/common/cib.h const char *pcmk_cib_xpath_for(const char *element_name); element_name 20 include/crm/common/cib.h const char *pcmk_cib_parent_name_for(const char *element_name); element_name 21 include/crm/common/cib.h xmlNode *pcmk_find_cib_element(xmlNode *cib, const char *element_name); element_name 864 include/crm/common/output_internal.h pcmk__output_create_html_node(pcmk__output_t *out, const char *element_name, const char *id, element_name 78 include/crm/common/xml_element_internal.h xmlNode *pcmk__xe_next(const xmlNode *node, const char *element_name); element_name 112 lib/common/cib.c pcmk_cib_xpath_for(const char *element_name) element_name 116 lib/common/cib.c if (pcmk__str_eq(element_name, cib_sections[lpc].name, element_name 150 lib/common/cib.c pcmk_cib_parent_name_for(const char *element_name) element_name 154 lib/common/cib.c if (pcmk__str_eq(element_name, cib_sections[lpc].name, element_name 172 lib/common/cib.c pcmk_find_cib_element(xmlNode *cib, const char *element_name) element_name 174 lib/common/cib.c return get_xpath_object(pcmk_cib_xpath_for(element_name), cib, LOG_TRACE); element_name 449 lib/common/output_html.c pcmk__output_create_html_node(pcmk__output_t *out, const char *element_name, const char *id, element_name 456 lib/common/output_html.c node = pcmk__output_create_xml_text_node(out, element_name, text); element_name 106 lib/common/xml_element.c pcmk__xe_next(const xmlNode *xml, const char *element_name) element_name 111 lib/common/xml_element.c && ((element_name == NULL) || pcmk__xe_is(next, element_name))) {