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

/external/libxml2/
H A Dxmlschemastypes.c5648 * xmlSchemaGetCanonValue:
5667 xmlSchemaGetCanonValue(xmlSchemaValPtr val, const xmlChar **retValue) function
6116 return (xmlSchemaGetCanonValue(val, retValue));
H A Delfgcchack.h9704 #undef xmlSchemaGetCanonValue macro
9705 extern __typeof (xmlSchemaGetCanonValue) xmlSchemaGetCanonValue __attribute((alias("xmlSchemaGetCanonValue__internal_alias")));
9707 #ifndef xmlSchemaGetCanonValue
9708 extern __typeof (xmlSchemaGetCanonValue) xmlSchemaGetCanonValue__internal_alias __attribute((visibility("hidden")));
9709 #define xmlSchemaGetCanonValue xmlSchemaGetCanonValue__internal_alias macro

Completed in 72 milliseconds