Searched refs:xmlSAXParseDoc (Results 1 – 9 of 9) sorted by relevance
/external/libxml2/include/libxml/ |
D | parser.h | 891 xmlSAXParseDoc (xmlSAXHandlerPtr sax,
|
/external/libxml2/ |
D | libxml2.syms | 767 xmlSAXParseDoc;
|
D | elfgcchack.h | 9192 #undef xmlSAXParseDoc 9193 extern __typeof (xmlSAXParseDoc) xmlSAXParseDoc __attribute((alias("xmlSAXParseDoc__internal_alias"… 9195 #ifndef xmlSAXParseDoc 9196 extern __typeof (xmlSAXParseDoc) xmlSAXParseDoc__internal_alias __attribute((visibility("hidden"))); 9197 #define xmlSAXParseDoc xmlSAXParseDoc__internal_alias macro
|
D | parser.c | 14232 return(xmlSAXParseDoc(NULL, cur, 1)); in xmlRecoverDoc() 14597 xmlSAXParseDoc(xmlSAXHandlerPtr sax, const xmlChar *cur, int recovery) { in xmlSAXParseDoc() function 14639 return(xmlSAXParseDoc(NULL, cur, 0)); in xmlParseDoc()
|
D | NEWS | 1221 gnorableWhitespace is NULL, xmlSAXParseDoc and xmlParseDoc signatures,
|
D | testapi.c | 14891 ret_val = xmlSAXParseDoc(sax, (const xmlChar *)cur, recovery); in test_xmlSAXParseDoc()
|
D | ChangeLog | 4482 * parser.c include/libxml/parser.h: fixed xmlSAXParseDoc() and
|
/external/libxml2/os400/libxmlrpg/ |
D | parser.rpgle | 942 d xmlSAXParseDoc pr extproc('xmlSAXParseDoc')
|
/external/libxml2/win32/ |
D | libxml2.def.src | 1596 xmlSAXParseDoc
|