Lines Matching defs:catalogs

184  * Hash table containing all the trees of XML catalogs parsed by
265 * SGML catalogs, but the acceptable types values differs.
403 * SGML catalogs, but the acceptable types values differs.
1994 * list of catalogs
2085 * Do a complete resolution lookup of an URI for a list of catalogs
3112 const char *catalogs;
3118 catalogs = (const char *) getenv("XML_CATALOG_FILES");
3119 if (catalogs == NULL)
3144 catalogs = XML_XML_DEFAULT_CATALOG;
3147 catalogs = XML_XML_DEFAULT_CATALOG;
3155 cur = catalogs;
3225 * Load the catalogs and makes their definitions effective for the default
3271 * Free up all the memory associated with catalogs
3486 * Used to get the user preference w.r.t. to what catalogs should
3498 * @allow: what catalogs should be accepted
3500 * Used to set the user preference w.r.t. to what catalogs should
3513 "Allowing only global catalogs\n");
3517 "Allowing only catalogs from the document\n");
3521 "Allowing all catalogs\n");
3565 * @level: the debug level of catalogs required
3585 * Minimal interfaces used for per-document catalogs by the parser *
3591 * @catalogs: a document's list of catalogs
3596 xmlCatalogFreeLocal(void *catalogs) {
3602 catal = (xmlCatalogEntryPtr) catalogs;
3610 * @catalogs: a document's list of catalogs
3618 xmlCatalogAddLocal(void *catalogs, const xmlChar *URL) {
3625 return(catalogs);
3634 return(catalogs);
3636 catal = (xmlCatalogEntryPtr) catalogs;
3643 return(catalogs);
3648 * @catalogs: a document's list of catalogs
3659 xmlCatalogLocalResolve(void *catalogs, const xmlChar *pubID,
3683 catal = (xmlCatalogEntryPtr) catalogs;
3694 * @catalogs: a document's list of catalogs
3704 xmlCatalogLocalResolveURI(void *catalogs, const xmlChar *URI) {
3718 catal = (xmlCatalogEntryPtr) catalogs;
3760 * Check first the XML catalogs
3804 * Check first the XML catalogs