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.c6922 * xmlValidGetValidElements:
6932 * to insert before 'node': xmlValidGetValidElements(node->prev, node, ...
6933 * to insert next 'node': xmlValidGetValidElements(node, node->next, ...
6934 * to replace 'node': xmlValidGetValidElements(node->prev, node->next, ...
6935 * to prepend a child to 'node': xmlValidGetValidElements(NULL, node->childs,
6936 * to append a child to 'node': xmlValidGetValidElements(node->last, NULL, ...
6947 xmlValidGetValidElements(xmlNode *prev, xmlNode *next, const xmlChar **names, function
H A Delfgcchack.h15248 #undef xmlValidGetValidElements macro
15249 extern __typeof (xmlValidGetValidElements) xmlValidGetValidElements __attribute((alias("xmlValidGetValidElements__internal_alias")));
15251 #ifndef xmlValidGetValidElements
15252 extern __typeof (xmlValidGetValidElements) xmlValidGetValidElements__internal_alias __attribute((visibility("hidden")));
15253 #define xmlValidGetValidElements xmlValidGetValidElements__internal_alias macro

Completed in 265 milliseconds