Searched defs:catalog (Results 1 - 9 of 9) sorted by relevance
/vbox/src/libs/libxml2-2.6.31/ |
H A D | testThreads.c | 10 #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 D | testThreadsWin32.c | 9 #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 D | catalog.c | 2 * 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 D | runtest.c | 77 #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 D | parser.c | 59 #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...] |
/vbox/src/VBox/Main/webservice/jaxlibs/ |
H A D | resolver.jar | ... xml/internal/resolver/ com/sun/org/apache/xml/internal/resolver/Catalog.class Catalog.java package com.sun. ... |
H A D | jaxb-xjc.jar | META-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ... |
H A D | jaxws-tools.jar | META-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 D | int13.c | 129 /** 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...] |
Completed in 82 milliseconds