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

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A DparserInternals.h427 xmlParseDocTypeDecl (xmlParserCtxtPtr ctxt);
/vbox/src/libs/libxml2-2.6.31/
H A Delfgcchack.h6921 #undef xmlParseDocTypeDecl macro
6922 extern __typeof (xmlParseDocTypeDecl) xmlParseDocTypeDecl __attribute((alias("xmlParseDocTypeDecl__internal_alias")));
6924 #ifndef xmlParseDocTypeDecl
6925 extern __typeof (xmlParseDocTypeDecl) xmlParseDocTypeDecl__internal_alias __attribute((visibility("hidden")));
6926 #define xmlParseDocTypeDecl xmlParseDocTypeDecl__internal_alias macro
H A Dparser.c7157 * xmlParseDocTypeDecl:
7171 xmlParseDocTypeDecl(xmlParserCtxtPtr ctxt) { function
7189 "xmlParseDocTypeDecl : no DOCTYPE name !\n");
9498 xmlParseDocTypeDecl(ctxt);
10464 xmlParseDocTypeDecl(ctxt);
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml2-py.c14550 if (!PyArg_ParseTuple(args, (char *)"O:xmlParseDocTypeDecl", &pyobj_ctxt))
14554 xmlParseDocTypeDecl(ctxt);

Completed in 133 milliseconds