xmlCatalogPtr      91 third_party/libxml/src/catalog.c static int xmlExpandCatalog(xmlCatalogPtr catal, const char *filename);
xmlCatalogPtr     192 third_party/libxml/src/catalog.c static xmlCatalogPtr xmlDefaultCatalog = NULL;
xmlCatalogPtr     407 third_party/libxml/src/catalog.c static xmlCatalogPtr
xmlCatalogPtr     409 third_party/libxml/src/catalog.c     xmlCatalogPtr ret;
xmlCatalogPtr     411 third_party/libxml/src/catalog.c     ret = (xmlCatalogPtr) xmlMalloc(sizeof(xmlCatalog));
xmlCatalogPtr     433 third_party/libxml/src/catalog.c xmlFreeCatalog(xmlCatalogPtr catal) {
xmlCatalogPtr     722 third_party/libxml/src/catalog.c xmlCatalogConvertEntry(xmlCatalogEntryPtr entry, xmlCatalogPtr catal) {
xmlCatalogPtr     787 third_party/libxml/src/catalog.c xmlConvertSGMLCatalog(xmlCatalogPtr catal) {
xmlCatalogPtr    2324 third_party/libxml/src/catalog.c xmlParseSGMLCatalog(xmlCatalogPtr catal, const xmlChar *value,
xmlCatalogPtr    2606 third_party/libxml/src/catalog.c xmlCatalogSGMLResolve(xmlCatalogPtr catal, const xmlChar *pubID,
xmlCatalogPtr    2640 third_party/libxml/src/catalog.c xmlCatalogPtr
xmlCatalogPtr    2644 third_party/libxml/src/catalog.c     xmlCatalogPtr catal;
xmlCatalogPtr    2677 third_party/libxml/src/catalog.c xmlCatalogPtr
xmlCatalogPtr    2682 third_party/libxml/src/catalog.c     xmlCatalogPtr catal;
xmlCatalogPtr    2733 third_party/libxml/src/catalog.c xmlExpandCatalog(xmlCatalogPtr catal, const char *filename)
xmlCatalogPtr    2781 third_party/libxml/src/catalog.c xmlACatalogResolveSystem(xmlCatalogPtr catal, const xmlChar *sysID) {
xmlCatalogPtr    2816 third_party/libxml/src/catalog.c xmlACatalogResolvePublic(xmlCatalogPtr catal, const xmlChar *pubID) {
xmlCatalogPtr    2852 third_party/libxml/src/catalog.c xmlACatalogResolve(xmlCatalogPtr catal, const xmlChar * pubID,
xmlCatalogPtr    2898 third_party/libxml/src/catalog.c xmlACatalogResolveURI(xmlCatalogPtr catal, const xmlChar *URI) {
xmlCatalogPtr    2931 third_party/libxml/src/catalog.c xmlACatalogDump(xmlCatalogPtr catal, FILE *out) {
xmlCatalogPtr    2957 third_party/libxml/src/catalog.c xmlACatalogAdd(xmlCatalogPtr catal, const xmlChar * type,
xmlCatalogPtr    2994 third_party/libxml/src/catalog.c xmlACatalogRemove(xmlCatalogPtr catal, const xmlChar *value) {
xmlCatalogPtr    3019 third_party/libxml/src/catalog.c xmlCatalogPtr
xmlCatalogPtr    3021 third_party/libxml/src/catalog.c     xmlCatalogPtr catal = NULL;
xmlCatalogPtr    3043 third_party/libxml/src/catalog.c xmlCatalogIsEmpty(xmlCatalogPtr catal) {
xmlCatalogPtr    3117 third_party/libxml/src/catalog.c 	xmlCatalogPtr catal;
xmlCatalogPtr    3199 third_party/libxml/src/catalog.c     xmlCatalogPtr catal;
xmlCatalogPtr      69 third_party/libxml/src/include/libxml/catalog.h XMLPUBFUN xmlCatalogPtr XMLCALL
xmlCatalogPtr      71 third_party/libxml/src/include/libxml/catalog.h XMLPUBFUN xmlCatalogPtr XMLCALL	
xmlCatalogPtr      73 third_party/libxml/src/include/libxml/catalog.h XMLPUBFUN xmlCatalogPtr XMLCALL	
xmlCatalogPtr      76 third_party/libxml/src/include/libxml/catalog.h 		xmlConvertSGMLCatalog	(xmlCatalogPtr catal);
xmlCatalogPtr      78 third_party/libxml/src/include/libxml/catalog.h 		xmlACatalogAdd		(xmlCatalogPtr catal,
xmlCatalogPtr      83 third_party/libxml/src/include/libxml/catalog.h 		xmlACatalogRemove	(xmlCatalogPtr catal,
xmlCatalogPtr      86 third_party/libxml/src/include/libxml/catalog.h 		xmlACatalogResolve	(xmlCatalogPtr catal,
xmlCatalogPtr      90 third_party/libxml/src/include/libxml/catalog.h 		xmlACatalogResolveSystem(xmlCatalogPtr catal,
xmlCatalogPtr      93 third_party/libxml/src/include/libxml/catalog.h 		xmlACatalogResolvePublic(xmlCatalogPtr catal,
xmlCatalogPtr      96 third_party/libxml/src/include/libxml/catalog.h 		xmlACatalogResolveURI	(xmlCatalogPtr catal,
xmlCatalogPtr     100 third_party/libxml/src/include/libxml/catalog.h 		xmlACatalogDump		(xmlCatalogPtr catal,
xmlCatalogPtr     104 third_party/libxml/src/include/libxml/catalog.h 		xmlFreeCatalog		(xmlCatalogPtr catal);
xmlCatalogPtr     106 third_party/libxml/src/include/libxml/catalog.h 		xmlCatalogIsEmpty	(xmlCatalogPtr catal);
xmlCatalogPtr    5584 third_party/libxml/src/testapi.c static xmlCatalogPtr gen_xmlCatalogPtr(int no ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) {
xmlCatalogPtr    5587 third_party/libxml/src/testapi.c static void des_xmlCatalogPtr(int no ATTRIBUTE_UNUSED, xmlCatalogPtr val ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) {
xmlCatalogPtr    5599 third_party/libxml/src/testapi.c     xmlCatalogPtr catal; /* a Catalog */
xmlCatalogPtr    5653 third_party/libxml/src/testapi.c     xmlCatalogPtr catal; /* a Catalog */
xmlCatalogPtr    5693 third_party/libxml/src/testapi.c     xmlCatalogPtr catal; /* a Catalog */
xmlCatalogPtr    5734 third_party/libxml/src/testapi.c     xmlCatalogPtr catal; /* a Catalog */
xmlCatalogPtr    5782 third_party/libxml/src/testapi.c     xmlCatalogPtr catal; /* a Catalog */
xmlCatalogPtr    5823 third_party/libxml/src/testapi.c     xmlCatalogPtr catal; /* a Catalog */
xmlCatalogPtr    5864 third_party/libxml/src/testapi.c     xmlCatalogPtr catal; /* a Catalog */
xmlCatalogPtr    6048 third_party/libxml/src/testapi.c     xmlCatalogPtr catal; /* should this create an SGML catalog */
xmlCatalogPtr    6395 third_party/libxml/src/testapi.c     xmlCatalogPtr catal; /* the catalog */
xmlCatalogPtr     435 third_party/libxml/src/xmlcatalog.c 		xmlCatalogPtr catal = NULL;
xmlCatalogPtr     436 third_party/libxml/src/xmlcatalog.c 		xmlCatalogPtr super = NULL;