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

/external/chromium_org/third_party/libxml/src/
H A Dxmlschemastypes.c5636 * xmlSchemaGetCanonValue:
5655 xmlSchemaGetCanonValue(xmlSchemaValPtr val, const xmlChar **retValue) function
6104 return (xmlSchemaGetCanonValue(val, retValue));
H A Delfgcchack.h9578 #undef xmlSchemaGetCanonValue macro
9579 extern __typeof (xmlSchemaGetCanonValue) xmlSchemaGetCanonValue __attribute((alias("xmlSchemaGetCanonValue__internal_alias")));
9581 #ifndef xmlSchemaGetCanonValue
9582 extern __typeof (xmlSchemaGetCanonValue) xmlSchemaGetCanonValue__internal_alias __attribute((visibility("hidden")));
9583 #define xmlSchemaGetCanonValue xmlSchemaGetCanonValue__internal_alias macro
/external/libxml2/
H A Dxmlschemastypes.c5643 * xmlSchemaGetCanonValue:
5662 xmlSchemaGetCanonValue(xmlSchemaValPtr val, const xmlChar **retValue) function
6111 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 9550 milliseconds