• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/

Lines Matching defs:catalogs

172  * Hash table containing all the trees of XML catalogs parsed by
253 * SGML catalogs, but the acceptable types values differs.
391 * SGML catalogs, but the acceptable types values differs.
1973 * list of catalogs
2062 * Do a complete resolution lookup of an URI for a list of catalogs
3089 const char *catalogs;
3095 catalogs = (const char *) getenv("XML_CATALOG_FILES");
3096 if (catalogs == NULL)
3121 catalogs = XML_XML_DEFAULT_CATALOG;
3124 catalogs = XML_XML_DEFAULT_CATALOG;
3132 cur = catalogs;
3202 * Load the catalogs and makes their definitions effective for the default
3237 * Free up all the memory associated with catalogs
3452 * Used to get the user preference w.r.t. to what catalogs should
3464 * @allow: what catalogs should be accepted
3466 * Used to set the user preference w.r.t. to what catalogs should
3479 "Allowing only global catalogs\n");
3483 "Allowing only catalogs from the document\n");
3487 "Allowing all catalogs\n");
3531 * @level: the debug level of catalogs required
3551 * Minimal interfaces used for per-document catalogs by the parser *
3557 * @catalogs: a document's list of catalogs
3562 xmlCatalogFreeLocal(void *catalogs) {
3568 catal = (xmlCatalogEntryPtr) catalogs;
3576 * @catalogs: a document's list of catalogs
3584 xmlCatalogAddLocal(void *catalogs, const xmlChar *URL) {
3591 return(catalogs);
3600 return(catalogs);
3602 catal = (xmlCatalogEntryPtr) catalogs;
3609 return(catalogs);
3614 * @catalogs: a document's list of catalogs
3625 xmlCatalogLocalResolve(void *catalogs, const xmlChar *pubID,
3649 catal = (xmlCatalogEntryPtr) catalogs;
3660 * @catalogs: a document's list of catalogs
3670 xmlCatalogLocalResolveURI(void *catalogs, const xmlChar *URI) {
3684 catal = (xmlCatalogEntryPtr) catalogs;
3726 * Check first the XML catalogs
3770 * Check first the XML catalogs