Searched refs:catalog (Results 1 - 17 of 17) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A DtestThreads.c10 #include <libxml/catalog.h>
29 static const char *catalog = "test/threads/complex.xml"; variable
106 xmlLoadCatalog(catalog);
151 xmlLoadCatalog(catalog);
152 printf("loaded catalog: %s\n", catalog);
199 fprintf(stderr, "libxml was not compiled with thread or catalog support\n");
H A Dxmlcatalog.c28 #include <libxml/catalog.h>
46 #define XML_SGML_DEFAULT_CATALOG "/etc/sgml/catalog"
298 printf("\tdump: print the current catalog state\n");
316 \tParse the catalog file and query it for the entities\n\
319 \t--create : create a new catalog\n\
325 \t used with --add or --del, it saves the catalog changes\n\
326 \t and with --sgml it automatically updates the super catalog\n\
327 \t--no-super-update: do not update the SGML super catalog\n\
402 /* No catalog entry specified */
404 fprintf(stderr, "No catalog entr
[all...]
H A DtestThreadsWin32.c9 #include <libxml/catalog.h>
19 static const char *catalog = "test/threads/complex.xml"; variable
96 xmlLoadCatalog(catalog);
147 fprintf(stderr, "libxml was not compiled with thread or catalog support\n");
H A Dcatalog.c2 * catalog.c: set of generic Catalog related routines
5 * http://www.jclark.com/sp/catalog.htm
39 #include <libxml/catalog.h>
71 #define XML_XML_DEFAULT_CATALOG "file:///etc/xml/catalog"
74 #define XML_SGML_DEFAULT_CATALOG "file:///etc/sgml/catalog"
79 static char XML_XML_DEFAULT_CATALOG[256] = "file:///etc/xml/catalog";
154 * SGML Catalogs are stored as a simple hash table of catalog entries
156 * SGML catalog
190 * The default catalog in use by the application
195 * A mutex for modifying the shared global catalog(
535 xmlDumpXMLCatalogNode(xmlCatalogEntryPtr catal, xmlNodePtr catalog, xmlDocPtr doc, xmlNsPtr ns, xmlCatalogEntryPtr cgroup) argument
658 xmlNodePtr catalog; local
[all...]
H A Druntest.c77 #include <libxml/catalog.h>
221 * We need to trap calls to the resolver to not account memory for the catalog
2750 if ((URI == NULL) || (!strcmp(URI, "file:///etc/xml/catalog")))
2769 if ((URI == NULL) || (!strcmp(URI, "file:///etc/xml/catalog")))
3840 static const char *catalog = "test/threads/complex.xml"; variable
3924 xmlLoadCatalog(catalog);
3984 xmlLoadCatalog(catalog);
4049 xmlLoadCatalog(catalog);
H A DparserInternals.c53 #include <libxml/catalog.h>
H A DxmlIO.c92 #include <libxml/catalog.h>
3645 * Resolves the URL and ID against the appropriate catalog.
3833 * allowing local catalog accesses for resolution.
H A Dxmllint.c84 #include <libxml/catalog.h>
106 #define XML_XML_DEFAULT_CATALOG "file:///etc/xml/catalog"
H A Dparser.c59 #include <libxml/catalog.h>
4282 * @catalog: the PI value string
4286 * <?oasis-xml-catalog catalog="http://example.com/catalog.xml"?>
4290 * This will add the given catalog to the parsing context in order
4295 xmlParseCatalogPI(xmlParserCtxtPtr ctxt, const xmlChar *catalog) { argument
4300 tmp = catalog;
4302 if (xmlStrncmp(tmp, BAD_CAST"catalog", 7))
4334 catalog, NUL
[all...]
H A Dtestapi.c173 #include <libxml/catalog.h>
1138 #include <libxml/catalog.h>
5574 xmlChar * type; /* the type of record to add to the catalog */
5878 xmlChar * type; /* the type of record to add to the catalog */
6021 xmlCatalogPtr catal; /* should this create an SGML catalog */
6378 xmlCatalogPtr catal; /* the catalog */
6545 if (quiet == 0) printf("Testing catalog : 27 of 36 functions ...\n");
6578 printf("Module catalog: %d errors\n", test_ret);
[all...]
H A Dconfigure1598 --with-catalog add the Catalog support (on)
20350 # Check whether --with-catalog was given.
28699 CATALOG_OBJ="catalog.o"
/vbox/src/VBox/Runtime/VBox/
H A DVBoxRTDeps.cpp38 #include <libxml/catalog.h>
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Dresolver.jar ... xml/internal/resolver/ com/sun/org/apache/xml/internal/resolver/Catalog.class Catalog.java package com.sun. ...
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...
H A Djaxws-tools.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/istack/ ...
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/interface/pcbios/
H A Dint13.c129 /** Address of El Torito boot catalog (if any) */
522 /* Check for an El Torito boot catalog */
525 DBGC ( int13, "INT13 drive %02x has an El Torito boot catalog "
529 "catalog\n", int13->drive );
1318 * INT 13, 4d - Read CD-ROM boot catalog
1332 DBGC2 ( int13, "Read CD-ROM boot catalog to %08x\n", command.buffer );
1334 /* Fail if we have no boot catalog */
1336 DBGC ( int13, "INT13 drive %02x has no boot catalog\n",
1341 /* Read from boot catalog */
1345 DBGC ( int13, "INT13 drive %02x could not read boot catalog
1807 } __attribute__ (( packed )) catalog; local
[all...]
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml_wrap.h5 #include <libxml/catalog.h>

Completed in 4995 milliseconds