Home
last modified time | relevance | path

Searched refs:xmlSetListDoc (Results 1 – 8 of 8) sorted by relevance

/external/libxml2/include/libxml/
Dtree.h936 xmlSetListDoc (xmlNodePtr list,
/external/chromium_org/third_party/libxml/src/include/libxml/
Dtree.h937 xmlSetListDoc (xmlNodePtr list,
/external/chromium_org/third_party/libxml/src/win32/
Dlibxml2.def.src1809 xmlSetListDoc
/external/libxml2/
Delfgcchack.h10331 #undef xmlSetListDoc
10332 extern __typeof (xmlSetListDoc) xmlSetListDoc __attribute((alias("xmlSetListDoc__internal_alias")));
10334 #ifndef xmlSetListDoc
10335 extern __typeof (xmlSetListDoc) xmlSetListDoc__internal_alias __attribute((visibility("hidden")));
10336 #define xmlSetListDoc xmlSetListDoc__internal_alias macro
Dtree.c2769 xmlSetListDoc(prop->children, doc); in xmlSetTreeDoc()
2774 xmlSetListDoc(tree->children, doc); in xmlSetTreeDoc()
2787 xmlSetListDoc(xmlNodePtr list, xmlDocPtr doc) { in xmlSetListDoc() function
/external/chromium_org/third_party/libxml/src/
Delfgcchack.h10331 #undef xmlSetListDoc
10332 extern __typeof (xmlSetListDoc) xmlSetListDoc __attribute((alias("xmlSetListDoc__internal_alias")));
10334 #ifndef xmlSetListDoc
10335 extern __typeof (xmlSetListDoc) xmlSetListDoc__internal_alias __attribute((visibility("hidden")));
10336 #define xmlSetListDoc xmlSetListDoc__internal_alias macro
Dtree.c2758 xmlSetListDoc(prop->children, doc); in xmlSetTreeDoc()
2763 xmlSetListDoc(tree->children, doc); in xmlSetTreeDoc()
2776 xmlSetListDoc(xmlNodePtr list, xmlDocPtr doc) { in xmlSetListDoc() function
DChangeLog15984 * tree.c: set properties doc and call xmlSetListDoc for properties