Searched refs:xmlParseDoc (Results 1 – 16 of 16) sorted by relevance
215 return (xmlParseDoc(cur)); in docbParseDoc()
6978 #undef xmlParseDoc6979 extern __typeof (xmlParseDoc) xmlParseDoc __attribute((alias("xmlParseDoc__internal_alias")));6981 #ifndef xmlParseDoc6982 extern __typeof (xmlParseDoc) xmlParseDoc__internal_alias __attribute((visibility("hidden")));6983 #define xmlParseDoc xmlParseDoc__internal_alias macro
14084 xmlParseDoc(const xmlChar *cur) { in xmlParseDoc() function
591 gnorableWhitespace is NULL, xmlSAXParseDoc and xmlParseDoc signatures,
14092 xmlParseDoc(const xmlChar *cur) { in xmlParseDoc() function
4483 xmlParseDoc() signatures #172257.5572 * parser.c: dohh ... stupid change killing xmlParseDoc()
13858 ret_val = xmlParseDoc((const xmlChar *)cur); in test_xmlParseDoc()
211 ScopedXmlDocument document(xmlParseDoc( in Parse()
229 ScopedXmlDocument document(xmlParseDoc( in Parse()
286 ScopedXmlDocument document(xmlParseDoc( in Parse()
839 xmlParseDoc (const xmlChar *cur);
1317 xmlParseDoc
498 Doc = xmlParseDoc((const xmlChar *) Str); in ValidateCommentXML()