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

/external/libxml2/
H A Dparser.c12955 * xmlSAXParseDTD:
12966 xmlSAXParseDTD(xmlSAXHandlerPtr sax, const xmlChar *ExternalID, function
13098 return(xmlSAXParseDTD(NULL, ExternalID, SystemID));
H A Delfgcchack.h9180 #undef xmlSAXParseDTD macro
9181 extern __typeof (xmlSAXParseDTD) xmlSAXParseDTD __attribute((alias("xmlSAXParseDTD__internal_alias")));
9183 #ifndef xmlSAXParseDTD
9184 extern __typeof (xmlSAXParseDTD) xmlSAXParseDTD__internal_alias __attribute((visibility("hidden")));
9185 #define xmlSAXParseDTD xmlSAXParseDTD__internal_alias macro

Completed in 180 milliseconds