Searched defs:includes (Results 1 - 5 of 5) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/python/
H A Dsetup.py169 includes= [xml_includes, iconv_includes] variable
192 includes.append(xslt_includes)
196 extens=[Extension('libxml2mod', c_files, include_dirs=includes,
200 extens.append(Extension('libxsltmod', xslt_c_files, include_dirs=includes,
/vbox/src/libs/libxml2-2.6.31/
H A Dschematron.c192 int nbIncludes; /* number of includes in the array */
194 xmlNodePtr *includes; /* the array of includes */ member in struct:_xmlSchematronParserCtxt
602 ret->includes = NULL;
730 if (ctxt->includes == NULL) {
732 ctxt->includes = (xmlNodePtr *)
734 if (ctxt->includes == NULL) {
735 xmlSchematronPErrMemory(NULL, "allocating parser includes",
744 xmlRealloc(ctxt->includes, ctxt->maxIncludes * 4 *
747 xmlSchematronPErrMemory(NULL, "allocating parser includes",
[all...]
H A Drelaxng.c186 xmlRelaxNGIncludePtr includes; /* all the includes loaded */ member in struct:_xmlRelaxNG
223 xmlRelaxNGIncludePtr includes; /* all the includes loaded */ member in struct:_xmlRelaxNGParserCtxt
399 xmlRelaxNGIncludePtr next; /* keep a chain of includes */
814 if (schema->includes != NULL)
815 xmlRelaxNGFreeIncludeList(schema->includes);
1642 ret->next = ctxt->includes;
1643 ctxt->includes = ret;
6703 if (ctxt->includes !
[all...]
/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A DschemasInternals.h943 void *includes; /* the includes, this is opaque for now */ member in struct:_xmlSchema
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...

Completed in 81 milliseconds