search_comment 108 lib/common/xml.c static xmlNode *find_xml_comment(xmlNode * root, xmlNode * search_comment, gboolean exact); search_comment 4329 lib/common/xml.c find_xml_comment(xmlNode * root, xmlNode * search_comment, gboolean exact) search_comment 4332 lib/common/xml.c int search_offset = __xml_offset(search_comment); search_comment 4334 lib/common/xml.c CRM_CHECK(search_comment->type == XML_COMMENT_NODE, return NULL); search_comment 4354 lib/common/xml.c && safe_str_eq((const char *)a_child->content, (const char *)search_comment->content)) {