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

/external/chromium_org/third_party/libxml/src/include/libxml/
H A Drelaxng.h23 typedef struct _xmlRelaxNG xmlRelaxNG; typedef in typeref:struct:_xmlRelaxNG
24 typedef xmlRelaxNG *xmlRelaxNGPtr;
/external/libxml2/include/libxml/
H A Drelaxng.h23 typedef struct _xmlRelaxNG xmlRelaxNG; typedef in typeref:struct:_xmlRelaxNG
24 typedef xmlRelaxNG *xmlRelaxNGPtr;
/external/chromium_org/third_party/libxml/src/
H A Drelaxng.c763 ret = (xmlRelaxNGPtr) xmlMalloc(sizeof(xmlRelaxNG));
768 memset(ret, 0, sizeof(xmlRelaxNG));
1625 "xmlRelaxNG: could not load %s\n", URL, NULL);
1692 "xmlRelaxNG: included document is empty %s\n", URL,
1698 "xmlRelaxNG: included document %s root is not a grammar\n",
1715 "xmlRelaxNG: include %s has a start but not the included grammar\n",
1724 "xmlRelaxNG: include %s has define without name\n",
1734 "xmlRelaxNG: include %s has a define %s but not the included grammar\n",
1957 "xmlRelaxNG: could not load %s\n", URL, NULL);
1967 "xmlRelaxNG
[all...]
/external/libxml2/
H A Drelaxng.c764 ret = (xmlRelaxNGPtr) xmlMalloc(sizeof(xmlRelaxNG));
769 memset(ret, 0, sizeof(xmlRelaxNG));
1626 "xmlRelaxNG: could not load %s\n", URL, NULL);
1693 "xmlRelaxNG: included document is empty %s\n", URL,
1699 "xmlRelaxNG: included document %s root is not a grammar\n",
1716 "xmlRelaxNG: include %s has a start but not the included grammar\n",
1725 "xmlRelaxNG: include %s has define without name\n",
1735 "xmlRelaxNG: include %s has a define %s but not the included grammar\n",
1958 "xmlRelaxNG: could not load %s\n", URL, NULL);
1968 "xmlRelaxNG
[all...]

Completed in 243 milliseconds