xmlNewDocProp 6031 third_party/libxml/src/elfgcchack.h #undef xmlNewDocProp xmlNewDocProp 6032 third_party/libxml/src/elfgcchack.h extern __typeof (xmlNewDocProp) xmlNewDocProp __attribute((alias("xmlNewDocProp__internal_alias"))); xmlNewDocProp 6034 third_party/libxml/src/elfgcchack.h #ifndef xmlNewDocProp xmlNewDocProp 6035 third_party/libxml/src/elfgcchack.h extern __typeof (xmlNewDocProp) xmlNewDocProp__internal_alias __attribute((visibility("hidden"))); xmlNewDocProp 6036 third_party/libxml/src/elfgcchack.h #define xmlNewDocProp xmlNewDocProp__internal_alias xmlNewDocProp 740 third_party/libxml/src/include/libxml/tree.h xmlNewDocProp (xmlDocPtr doc, xmlNewDocProp 21226 third_party/libxml/src/testapi.c ret_val = xmlNewDocProp(doc, (const xmlChar *)name, (const xmlChar *)value); xmlNewDocProp 3924 third_party/libxml/src/tree.c ret = xmlNewDocProp(target->doc, cur->name, NULL); xmlNewDocProp 3926 third_party/libxml/src/tree.c ret = xmlNewDocProp(doc, cur->name, NULL); xmlNewDocProp 3928 third_party/libxml/src/tree.c ret = xmlNewDocProp(cur->parent->doc, cur->name, NULL); xmlNewDocProp 3930 third_party/libxml/src/tree.c ret = xmlNewDocProp(cur->children->doc, cur->name, NULL); xmlNewDocProp 3932 third_party/libxml/src/tree.c ret = xmlNewDocProp(NULL, cur->name, NULL); xmlNewDocProp 680 third_party/libxslt/libxslt/templates.c copy = xmlNewDocProp(target->doc, attr->name, NULL);