Searched defs:catalogs (Results 1 - 4 of 4) sorted by relevance

/external/libxml2/
H A Dcatalog.c188 * Hash table containing all the trees of XML catalogs parsed by
269 * SGML catalogs, but the acceptable types values differs.
407 * SGML catalogs, but the acceptable types values differs.
1995 * list of catalogs
2086 * Do a complete resolution lookup of an URI for a list of catalogs
3115 const char *catalogs; local
3121 catalogs = (const char *) getenv("XML_CATALOG_FILES");
3122 if (catalogs == NULL)
3147 catalogs = XML_XML_DEFAULT_CATALOG;
3150 catalogs
3599 xmlCatalogFreeLocal(void *catalogs) argument
3621 xmlCatalogAddLocal(void *catalogs, const xmlChar *URL) argument
3662 xmlCatalogLocalResolve(void *catalogs, const xmlChar *pubID, const xmlChar *sysID) argument
3707 xmlCatalogLocalResolveURI(void *catalogs, const xmlChar *URI) argument
[all...]
H A Dxmllint.c188 static int catalogs = 0; variable
3065 printf("\t--catalogs : use SGML catalogs from $SGML_CATALOG_FILES\n");
3068 printf("\t--nocatalogs: deactivate all catalogs\n");
3353 else if ((!strcmp(argv[i], "-catalogs")) ||
3354 (!strcmp(argv[i], "--catalogs"))) {
3355 catalogs++;
3492 if (catalogs) {
H A Dtestapi.c6078 void * catalogs; /* a document's list of catalogs */ local
6089 catalogs = gen_void_ptr(n_catalogs, 0);
6093 ret_val = xmlCatalogLocalResolve(catalogs, (const xmlChar *)pubID, (const xmlChar *)sysID);
6096 des_void_ptr(n_catalogs, catalogs, 0);
6126 void * catalogs; /* a document's list of catalogs */ local
6134 catalogs = gen_void_ptr(n_catalogs, 0);
6137 ret_val = xmlCatalogLocalResolveURI(catalogs, (const xmlChar *)URI);
6140 des_void_ptr(n_catalogs, catalogs,
[all...]
/external/libxml2/include/libxml/
H A Dparser.h260 void *catalogs; /* document's own catalog */ member in struct:_xmlParserCtxt

Completed in 708 milliseconds