Searched refs:schemas (Results 1 - 16 of 16) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Drunsuite.c333 * dump the schemas to a buffer, then reparse it and compile the schemas
468 * dump the schemas to a buffer, then reparse it and compile the schemas
788 xstcTestInstance(xmlNodePtr cur, xmlSchemaPtr schemas, argument
811 "Failed to build path to schemas testGroup line %ld : %s\n",
817 test_log("schemas for testGroup line %ld is missing: %s\n",
839 ctxt = xmlSchemaNewValidCtxt(schemas);
890 xmlSchemaPtr schemas = NULL; local
908 test_log("Failed to build path to schemas testGrou
[all...]
H A Druntest.c2888 xmlSchemaPtr schemas) {
2915 ctxt = xmlSchemaNewValidCtxt(schemas);
2952 * @filename: the schemas file
2970 xmlSchemaPtr schemas; local
2980 /* first compile the schemas if possible */
2986 schemas = xmlSchemaParse(ctxt);
2994 xmlSchemaFree(schemas);
3007 snprintf(pattern, 499, "./test/schemas/%s_?.xml", prefix);
3026 snprintf(result, 499, "result/schemas/%s_%c",
3029 snprintf(err, 499, "result/schemas/
2883 schemasOneTest(const char *sch, const char *filename, const char *result, const char *err, int options, xmlSchemaPtr schemas) argument
3057 rngOneTest(const char *sch, const char *filename, const char *result, const char *err, int options, xmlRelaxNGPtr schemas) argument
3144 xmlRelaxNGPtr schemas; local
[all...]
H A DMakefile.am956 -@(for i in $(srcdir)/test/schemas/*_*.xsd ; do \
959 for j in $(srcdir)/test/schemas/"$$name"_*.xml ; do \
962 if [ ! -f $(srcdir)/result/schemas/"$$name"_"$$sno"_"$$xno" ]; \
966 > $(srcdir)/result/schemas/"$$name"_"$$sno"_"$$xno" \
967 2> $(srcdir)/result/schemas/"$$name"_"$$sno"_"$$xno".err; \
973 diff $(srcdir)/result/schemas/"$$name"_"$$sno"_"$$xno" \
975 diff $(srcdir)/result/schemas/"$$name"_"$$sno"_"$$xno".err \
989 echo New schemas $$name ; \
1003 if [ -n "$$log" ] ; then echo schemas $$name result ; echo $$log ; fi ; \
H A DMakefile.in2344 -@(for i in $(srcdir)/test/schemas/*_*.xsd ; do \
2347 for j in $(srcdir)/test/schemas/"$$name"_*.xml ; do \
2350 if [ ! -f $(srcdir)/result/schemas/"$$name"_"$$sno"_"$$xno" ]; \
2354 > $(srcdir)/result/schemas/"$$name"_"$$sno"_"$$xno" \
2355 2> $(srcdir)/result/schemas/"$$name"_"$$sno"_"$$xno".err; \
2361 diff $(srcdir)/result/schemas/"$$name"_"$$sno"_"$$xno" \
2363 diff $(srcdir)/result/schemas/"$$name"_"$$sno"_"$$xno".err \
2377 echo New schemas $$name ; \
2391 if [ -n "$$log" ] ; then echo schemas $$name result ; echo $$log ; fi ; \
H A DMakefile2342 -@(for i in $(srcdir)/test/schemas/*_*.xsd ; do \
2345 for j in $(srcdir)/test/schemas/"$$name"_*.xml ; do \
2348 if [ ! -f $(srcdir)/result/schemas/"$$name"_"$$sno"_"$$xno" ]; \
2352 > $(srcdir)/result/schemas/"$$name"_"$$sno"_"$$xno" \
2353 2> $(srcdir)/result/schemas/"$$name"_"$$sno"_"$$xno".err; \
2359 diff $(srcdir)/result/schemas/"$$name"_"$$sno"_"$$xno" \
2361 diff $(srcdir)/result/schemas/"$$name"_"$$sno"_"$$xno".err \
2375 echo New schemas $$name ; \
2389 if [ -n "$$log" ] ; then echo schemas $$name result ; echo $$log ; fi ; \
H A DdebugXML.c2339 * @schemas: the path to the Relax-NG schemas
2344 * validating the instance against a Relax-NG schemas
2349 xmlShellRNGValidate(xmlShellCtxtPtr sctxt, char *schemas, argument
2358 ctxt = xmlRelaxNGNewParserCtxt(schemas);
2367 "Relax-NG schema %s failed to compile\n", schemas);
2926 fprintf(ctxt->output, "\trelaxng rng validate the document agaisnt the Relax-NG schemas\n");
H A Dconfigure1624 --with-schemas add Relax-NG and Schemas support (on)
20507 # Check whether --with-schemas was given.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Drunsuite.c333 * dump the schemas to a buffer, then reparse it and compile the schemas
468 * dump the schemas to a buffer, then reparse it and compile the schemas
788 xstcTestInstance(xmlNodePtr cur, xmlSchemaPtr schemas, argument
811 "Failed to build path to schemas testGroup line %ld : %s\n",
817 test_log("schemas for testGroup line %ld is missing: %s\n",
839 ctxt = xmlSchemaNewValidCtxt(schemas);
890 xmlSchemaPtr schemas = NULL; local
908 test_log("Failed to build path to schemas testGrou
[all...]
H A Druntest.c2888 xmlSchemaPtr schemas) {
2915 ctxt = xmlSchemaNewValidCtxt(schemas);
2952 * @filename: the schemas file
2970 xmlSchemaPtr schemas; local
2980 /* first compile the schemas if possible */
2986 schemas = xmlSchemaParse(ctxt);
2994 xmlSchemaFree(schemas);
3007 snprintf(pattern, 499, "./test/schemas/%s_?.xml", prefix);
3026 snprintf(result, 499, "result/schemas/%s_%c",
3029 snprintf(err, 499, "result/schemas/
2883 schemasOneTest(const char *sch, const char *filename, const char *result, const char *err, int options, xmlSchemaPtr schemas) argument
3057 rngOneTest(const char *sch, const char *filename, const char *result, const char *err, int options, xmlRelaxNGPtr schemas) argument
3144 xmlRelaxNGPtr schemas; local
[all...]
H A DMakefile.am956 -@(for i in $(srcdir)/test/schemas/*_*.xsd ; do \
959 for j in $(srcdir)/test/schemas/"$$name"_*.xml ; do \
962 if [ ! -f $(srcdir)/result/schemas/"$$name"_"$$sno"_"$$xno" ]; \
966 > $(srcdir)/result/schemas/"$$name"_"$$sno"_"$$xno" \
967 2> $(srcdir)/result/schemas/"$$name"_"$$sno"_"$$xno".err; \
973 diff $(srcdir)/result/schemas/"$$name"_"$$sno"_"$$xno" \
975 diff $(srcdir)/result/schemas/"$$name"_"$$sno"_"$$xno".err \
989 echo New schemas $$name ; \
1003 if [ -n "$$log" ] ; then echo schemas $$name result ; echo $$log ; fi ; \
H A DMakefile.in2344 -@(for i in $(srcdir)/test/schemas/*_*.xsd ; do \
2347 for j in $(srcdir)/test/schemas/"$$name"_*.xml ; do \
2350 if [ ! -f $(srcdir)/result/schemas/"$$name"_"$$sno"_"$$xno" ]; \
2354 > $(srcdir)/result/schemas/"$$name"_"$$sno"_"$$xno" \
2355 2> $(srcdir)/result/schemas/"$$name"_"$$sno"_"$$xno".err; \
2361 diff $(srcdir)/result/schemas/"$$name"_"$$sno"_"$$xno" \
2363 diff $(srcdir)/result/schemas/"$$name"_"$$sno"_"$$xno".err \
2377 echo New schemas $$name ; \
2391 if [ -n "$$log" ] ; then echo schemas $$name result ; echo $$log ; fi ; \
H A DMakefile2344 -@(for i in $(srcdir)/test/schemas/*_*.xsd ; do \
2347 for j in $(srcdir)/test/schemas/"$$name"_*.xml ; do \
2350 if [ ! -f $(srcdir)/result/schemas/"$$name"_"$$sno"_"$$xno" ]; \
2354 > $(srcdir)/result/schemas/"$$name"_"$$sno"_"$$xno" \
2355 2> $(srcdir)/result/schemas/"$$name"_"$$sno"_"$$xno".err; \
2361 diff $(srcdir)/result/schemas/"$$name"_"$$sno"_"$$xno" \
2363 diff $(srcdir)/result/schemas/"$$name"_"$$sno"_"$$xno".err \
2377 echo New schemas $$name ; \
2391 if [ -n "$$log" ] ; then echo schemas $$name result ; echo $$log ; fi ; \
H A DdebugXML.c2339 * @schemas: the path to the Relax-NG schemas
2344 * validating the instance against a Relax-NG schemas
2349 xmlShellRNGValidate(xmlShellCtxtPtr sctxt, char *schemas, argument
2358 ctxt = xmlRelaxNGNewParserCtxt(schemas);
2367 "Relax-NG schema %s failed to compile\n", schemas);
2926 fprintf(ctxt->output, "\trelaxng rng validate the document agaisnt the Relax-NG schemas\n");
H A Dconfigure1694 --with-schemas add Relax-NG and Schemas support (on)
19607 # Check whether --with-schemas was given.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A DdebugXML.c2338 * @schemas: the path to the Relax-NG schemas
2343 * validating the instance against a Relax-NG schemas
2348 xmlShellRNGValidate(xmlShellCtxtPtr sctxt, char *schemas, argument
2357 ctxt = xmlRelaxNGNewParserCtxt(schemas);
2366 "Relax-NG schema %s failed to compile\n", schemas);
2925 fprintf(ctxt->output, "\trelaxng rng validate the document agaisnt the Relax-NG schemas\n");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A DdebugXML.c2338 * @schemas: the path to the Relax-NG schemas
2343 * validating the instance against a Relax-NG schemas
2348 xmlShellRNGValidate(xmlShellCtxtPtr sctxt, char *schemas, argument
2357 ctxt = xmlRelaxNGNewParserCtxt(schemas);
2366 "Relax-NG schema %s failed to compile\n", schemas);
2925 fprintf(ctxt->output, "\trelaxng rng validate the document agaisnt the Relax-NG schemas\n");

Completed in 785 milliseconds