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      865 include/crm/common/output_internal.h pcmk__output_create_html_node(pcmk__output_t *out, const char *element_name, const char *id,
element_name      109 include/crm/common/xml_compat.h xmlNode *pcmk_create_html_node(xmlNode *parent, 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     2531 lib/common/xml.c pcmk_create_html_node(xmlNode *parent, const char *element_name, const char *id,
element_name     2534 lib/common/xml.c     xmlNode *node = pcmk__html_create(parent, element_name, id, class_name);