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

/vbox/src/libs/libxml2-2.6.31/
H A DSAX2.c274 * xmlSAX2IsStandalone:
282 xmlSAX2IsStandalone(void *ctx) function
2727 hdlr->isStandalone = xmlSAX2IsStandalone;
2861 hdlr->isStandalone = xmlSAX2IsStandalone;
H A Delfgcchack.h8859 #undef xmlSAX2IsStandalone macro
8860 extern __typeof (xmlSAX2IsStandalone) xmlSAX2IsStandalone __attribute((alias("xmlSAX2IsStandalone__internal_alias")));
8862 #ifndef xmlSAX2IsStandalone
8863 extern __typeof (xmlSAX2IsStandalone) xmlSAX2IsStandalone__internal_alias __attribute((visibility("hidden")));
8864 #define xmlSAX2IsStandalone xmlSAX2IsStandalone__internal_alias macro

Completed in 158 milliseconds