HomeSort by relevance Sort by last modified time
    Searched refs:xmlCatalogPtr (Results 1 - 2 of 2) sorted by null

  /external/libxml2/include/libxml/
catalog.h 64 typedef xmlCatalog *xmlCatalogPtr;
69 XMLPUBFUN xmlCatalogPtr XMLCALL
71 XMLPUBFUN xmlCatalogPtr XMLCALL
73 XMLPUBFUN xmlCatalogPtr XMLCALL
76 xmlConvertSGMLCatalog (xmlCatalogPtr catal);
78 xmlACatalogAdd (xmlCatalogPtr catal,
83 xmlACatalogRemove (xmlCatalogPtr catal,
86 xmlACatalogResolve (xmlCatalogPtr catal,
90 xmlACatalogResolveSystem(xmlCatalogPtr catal,
93 xmlACatalogResolvePublic(xmlCatalogPtr catal
    [all...]
  /external/libxml2/
catalog.c 91 static int xmlExpandCatalog(xmlCatalogPtr catal, const char *filename);
192 static xmlCatalogPtr xmlDefaultCatalog = NULL;
405 * Returns the xmlCatalogPtr or NULL in case of error
407 static xmlCatalogPtr
409 xmlCatalogPtr ret;
411 ret = (xmlCatalogPtr) xmlMalloc(sizeof(xmlCatalog));
433 xmlFreeCatalog(xmlCatalogPtr catal) {
722 xmlCatalogConvertEntry(xmlCatalogEntryPtr entry, xmlCatalogPtr catal) {
787 xmlConvertSGMLCatalog(xmlCatalogPtr catal) {
    [all...]

Completed in 88 milliseconds