• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/

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
3114 const char *catalogs;
3120 catalogs = (const char *) getenv("XML_CATALOG_FILES");
3121 if (catalogs == NULL)
3146 catalogs = XML_XML_DEFAULT_CATALOG;
3149 catalogs = XML_XML_DEFAULT_CATALOG;
3157 cur = catalogs;
3227 * Load the catalogs and makes their definitions effective for the default
3273 * Free up all the memory associated with catalogs
3488 * Used to get the user preference w.r.t. to what catalogs should
3500 * @allow: what catalogs should be accepted
3502 * Used to set the user preference w.r.t. to what catalogs should
3515 "Allowing only global catalogs\n");
3519 "Allowing only catalogs from the document\n");
3523 "Allowing all catalogs\n");
3567 * @level: the debug level of catalogs required
3587 * Minimal interfaces used for per-document catalogs by the parser *
3593 * @catalogs: a document's list of catalogs
3598 xmlCatalogFreeLocal(void *catalogs) {
3604 catal = (xmlCatalogEntryPtr) catalogs;
3612 * @catalogs: a document's list of catalogs
3620 xmlCatalogAddLocal(void *catalogs, const xmlChar *URL) {
3627 return(catalogs);
3636 return(catalogs);
3638 catal = (xmlCatalogEntryPtr) catalogs;
3645 return(catalogs);
3650 * @catalogs: a document's list of catalogs
3661 xmlCatalogLocalResolve(void *catalogs, const xmlChar *pubID,
3685 catal = (xmlCatalogEntryPtr) catalogs;
3696 * @catalogs: a document's list of catalogs
3706 xmlCatalogLocalResolveURI(void *catalogs, const xmlChar *URI) {
3720 catal = (xmlCatalogEntryPtr) catalogs;
3762 * Check first the XML catalogs
3806 * Check first the XML catalogs