HomeSort by relevance Sort by last modified time
    Searched defs:catal (Results 1 - 3 of 3) sorted by null

  /external/libxml2/
xmlcatalog.c 438 xmlCatalogPtr catal = NULL; local
441 catal = xmlLoadSGMLSuperCatalog(argv[i + 1]);
445 if (catal == NULL)
446 catal = xmlNewCatalog(1);
447 xmlACatalogAdd(catal, BAD_CAST "CATALOG",
459 if (catal != NULL)
460 ret = xmlACatalogRemove(catal, BAD_CAST argv[i + 2]);
468 if ((!no_super_update) && (noout) && (catal != NULL) &&
469 (xmlCatalogIsEmpty(catal))) {
487 if (xmlCatalogIsEmpty(catal)) {
    [all...]
catalog.c 91 static int xmlExpandCatalog(xmlCatalogPtr catal, const char *filename);
159 int catalNr; /* Number of current catal streams */
160 int catalMax; /* Max number of catal streams */
230 * @catal: the Catalog entry
238 xmlCatalogErr(xmlCatalogEntryPtr catal, xmlNodePtr node, int error,
242 __xmlRaiseError(NULL, NULL, NULL, catal, node, XML_FROM_CATALOG,
379 xmlFreeCatalogHashEntryList(xmlCatalogEntryPtr catal) {
382 if (catal == NULL)
385 children = catal->children;
393 catal->dealloc = 0
2644 xmlCatalogPtr catal; local
2682 xmlCatalogPtr catal; local
3021 xmlCatalogPtr catal = NULL; local
3117 xmlCatalogPtr catal; local
3199 xmlCatalogPtr catal; local
3599 xmlCatalogEntryPtr catal; local
3621 xmlCatalogEntryPtr catal, add; local
3663 xmlCatalogEntryPtr catal; local
3707 xmlCatalogEntryPtr catal; local
    [all...]
xmllint.c 3269 const char *catal; local
    [all...]

Completed in 330 milliseconds