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

/external/libxml2/
H A Dlegacy.c271 * xmlSetFeature:
281 xmlSetFeature(xmlParserCtxtPtr ctxt, const char *name, void *value) function
H A Delfgcchack.h10460 #undef xmlSetFeature macro
10461 extern __typeof (xmlSetFeature) xmlSetFeature __attribute((alias("xmlSetFeature__internal_alias")));
10463 #ifndef xmlSetFeature
10464 extern __typeof (xmlSetFeature) xmlSetFeature__internal_alias __attribute((visibility("hidden")));
10465 #define xmlSetFeature xmlSetFeature__internal_alias macro

Completed in 123 milliseconds