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

/vbox/src/libs/libxml2-2.6.31/
H A Dcatalog.c184 * 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; local
3118 catalogs = (const char *) getenv("XML_CATALOG_FILES");
3119 if (catalogs == NULL)
3144 catalogs = XML_XML_DEFAULT_CATALOG;
3147 catalogs
3596 xmlCatalogFreeLocal(void *catalogs) argument
3618 xmlCatalogAddLocal(void *catalogs, const xmlChar *URL) argument
3659 xmlCatalogLocalResolve(void *catalogs, const xmlChar *pubID, const xmlChar *sysID) argument
3704 xmlCatalogLocalResolveURI(void *catalogs, const xmlChar *URI) argument
[all...]
H A Dxmllint.c182 static int catalogs = 0; variable
2884 printf("\t--catalogs : use SGML catalogs from $SGML_CATALOG_FILES\n");
2887 printf("\t--nocatalogs : deactivate all catalogs\n");
3136 else if ((!strcmp(argv[i], "-catalogs")) ||
3137 (!strcmp(argv[i], "--catalogs"))) {
3138 catalogs++;
3249 if (catalogs) {
H A Dtestapi.c6055 void * catalogs; /* a document's list of catalogs */ local
6066 catalogs = gen_void_ptr(n_catalogs, 0);
6070 ret_val = xmlCatalogLocalResolve(catalogs, (const xmlChar *)pubID, (const xmlChar *)sysID);
6073 des_void_ptr(n_catalogs, catalogs, 0);
6103 void * catalogs; /* a document's list of catalogs */ local
6111 catalogs = gen_void_ptr(n_catalogs, 0);
6114 ret_val = xmlCatalogLocalResolveURI(catalogs, (const xmlChar *)URI);
6117 des_void_ptr(n_catalogs, catalogs,
[all...]
/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dparser.h257 void *catalogs; /* document's own catalog */ member in struct:_xmlParserCtxt
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Dresolver.jar ... util.Vector localCatalogFiles protected java.util.Vector catalogs protected java.util.Vector localDelegate protected java. ...
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...

Completed in 188 milliseconds