xmlNewComment 5949 third_party/libxml/src/elfgcchack.h #undef xmlNewComment xmlNewComment 5950 third_party/libxml/src/elfgcchack.h extern __typeof (xmlNewComment) xmlNewComment __attribute((alias("xmlNewComment__internal_alias"))); xmlNewComment 5952 third_party/libxml/src/elfgcchack.h #ifndef xmlNewComment xmlNewComment 5953 third_party/libxml/src/elfgcchack.h extern __typeof (xmlNewComment) xmlNewComment__internal_alias __attribute((visibility("hidden"))); xmlNewComment 5954 third_party/libxml/src/elfgcchack.h #define xmlNewComment xmlNewComment__internal_alias xmlNewComment 828 third_party/libxml/src/include/libxml/tree.h xmlNewComment (const xmlChar *content); xmlNewComment 13089 third_party/libxml/src/parser.c fake = xmlNewComment(NULL); xmlNewComment 20929 third_party/libxml/src/testapi.c ret_val = xmlNewComment((const xmlChar *)content); xmlNewComment 2735 third_party/libxml/src/tree.c cur = xmlNewComment(content); xmlNewComment 2106 third_party/libxslt/libxslt/extensions.c commentNode = xmlNewComment((const xmlChar *) xmlNewComment 3798 third_party/libxslt/libxslt/transform.c copy = xmlNewComment(node->content); xmlNewComment 4090 third_party/libxslt/libxslt/transform.c commentNode = xmlNewComment(value);