Searched refs:xmlIOParseDTD (Results 1 - 4 of 4) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dparser.h919 xmlIOParseDTD (xmlSAXHandlerPtr sax,
/vbox/src/libs/libxml2-2.6.31/
H A Delfgcchack.h4488 #undef xmlIOParseDTD macro
4489 extern __typeof (xmlIOParseDTD) xmlIOParseDTD __attribute((alias("xmlIOParseDTD__internal_alias")));
4491 #ifndef xmlIOParseDTD
4492 extern __typeof (xmlIOParseDTD) xmlIOParseDTD__internal_alias __attribute((visibility("hidden")));
4493 #define xmlIOParseDTD xmlIOParseDTD__internal_alias macro
H A Dparser.c11140 * xmlIOParseDTD:
11152 xmlIOParseDTD(xmlSAXHandlerPtr sax, xmlParserInputBufferPtr input, function
H A Dtestapi.c13156 ret_val = xmlIOParseDTD(sax, input, enc);
13165 printf("Leak of %d blocks found in xmlIOParseDTD",
[all...]

Completed in 263 milliseconds