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

/external/libxml2/
H A Dxmlschemastypes.c877 * xmlSchemaValueGetAsString:
886 xmlSchemaValueGetAsString(xmlSchemaValPtr val) function
H A Delfgcchack.h10232 #undef xmlSchemaValueGetAsString macro
10233 extern __typeof (xmlSchemaValueGetAsString) xmlSchemaValueGetAsString __attribute((alias("xmlSchemaValueGetAsString__internal_alias")));
10235 #ifndef xmlSchemaValueGetAsString
10236 extern __typeof (xmlSchemaValueGetAsString) xmlSchemaValueGetAsString__internal_alias __attribute((visibility("hidden")));
10237 #define xmlSchemaValueGetAsString xmlSchemaValueGetAsString__internal_alias macro

Completed in 145 milliseconds