Searched defs:xmlValidGetValidElements (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libxml/src/
H A Dvalid.c6913 * xmlValidGetValidElements:
6923 * to insert before 'node': xmlValidGetValidElements(node->prev, node, ...
6924 * to insert next 'node': xmlValidGetValidElements(node, node->next, ...
6925 * to replace 'node': xmlValidGetValidElements(node->prev, node->next, ...
6926 * to prepend a child to 'node': xmlValidGetValidElements(NULL, node->childs,
6927 * to append a child to 'node': xmlValidGetValidElements(node->last, NULL, ...
6938 xmlValidGetValidElements(xmlNode *prev, xmlNode *next, const xmlChar **names, function
H A Delfgcchack.h15074 #undef xmlValidGetValidElements macro
15075 extern __typeof (xmlValidGetValidElements) xmlValidGetValidElements __attribute((alias("xmlValidGetValidElements__internal_alias")));
15077 #ifndef xmlValidGetValidElements
15078 extern __typeof (xmlValidGetValidElements) xmlValidGetValidElements__internal_alias __attribute((visibility("hidden")));
15079 #define xmlValidGetValidElements xmlValidGetValidElements__internal_alias macro
/external/libxml2/
H A Dvalid.c6920 * xmlValidGetValidElements:
6930 * to insert before 'node': xmlValidGetValidElements(node->prev, node, ...
6931 * to insert next 'node': xmlValidGetValidElements(node, node->next, ...
6932 * to replace 'node': xmlValidGetValidElements(node->prev, node->next, ...
6933 * to prepend a child to 'node': xmlValidGetValidElements(NULL, node->childs,
6934 * to append a child to 'node': xmlValidGetValidElements(node->last, NULL, ...
6945 xmlValidGetValidElements(xmlNode *prev, xmlNode *next, const xmlChar **names, function
H A Delfgcchack.h15074 #undef xmlValidGetValidElements macro
15075 extern __typeof (xmlValidGetValidElements) xmlValidGetValidElements __attribute((alias("xmlValidGetValidElements__internal_alias")));
15077 #ifndef xmlValidGetValidElements
15078 extern __typeof (xmlValidGetValidElements) xmlValidGetValidElements__internal_alias __attribute((visibility("hidden")));
15079 #define xmlValidGetValidElements xmlValidGetValidElements__internal_alias macro

Completed in 162 milliseconds