Searched defs:xmlValidateOneAttribute (Results 1 - 2 of 2) sorted by relevance

/external/libxml2/
H A Dvalid.c4325 * xmlValidateOneAttribute:
4350 xmlValidateOneAttribute(xmlValidCtxtPtr ctxt, xmlDocPtr doc, function
5934 * Then call xmlValidateOneAttribute() for each attribute present.
6402 ret &= xmlValidateOneAttribute(ctxt, doc, elem, attr, value);
H A Delfgcchack.h15476 #undef xmlValidateOneAttribute macro
15477 extern __typeof (xmlValidateOneAttribute) xmlValidateOneAttribute __attribute((alias("xmlValidateOneAttribute__internal_alias")));
15479 #ifndef xmlValidateOneAttribute
15480 extern __typeof (xmlValidateOneAttribute) xmlValidateOneAttribute__internal_alias __attribute((visibility("hidden")));
15481 #define xmlValidateOneAttribute xmlValidateOneAttribute__internal_alias macro

Completed in 118 milliseconds