• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/

Lines Matching defs:schema

17275     xmlRelaxNGPtr schema; /* a schema structure */
17282 schema = gen_xmlRelaxNGPtr(n_schema, 1);
17284 xmlRelaxNGDump(output, schema);
17287 des_xmlRelaxNGPtr(n_schema, schema, 1);
17314 xmlRelaxNGPtr schema; /* a schema structure */
17321 schema = gen_xmlRelaxNGPtr(n_schema, 1);
17323 xmlRelaxNGDumpTree(output, schema);
17326 des_xmlRelaxNGPtr(n_schema, schema, 1);
17614 char * URL; /* the location of the schema */
18112 xmlSchematronValidCtxtPtr ctxt; /* the schema validation context */
32038 xmlRelaxNGPtr schema; /* a precompiled RelaxNG schema */
32045 schema = gen_xmlRelaxNGPtr(n_schema, 1);
32047 ret_val = xmlTextReaderRelaxNGSetSchema(reader, schema);
32051 des_xmlRelaxNGPtr(n_schema, schema, 1);
32079 char * rng; /* the path to a RelaxNG schema or NULL */
32119 char * xsd; /* the path to a W3C XSD schema or NULL */
32257 xmlSchemaPtr schema; /* a precompiled Schema schema */
32264 schema = gen_xmlSchemaPtr(n_schema, 1);
32266 ret_val = xmlTextReaderSetSchema(reader, schema);
32270 des_xmlSchemaPtr(n_schema, schema, 1);
33655 xmlSchemaPtr schema; /* a schema structure */
33662 schema = gen_xmlSchemaPtr(n_schema, 1);
33664 xmlSchemaDump(output, schema);
33667 des_xmlSchemaPtr(n_schema, schema, 1);
33833 xmlSchemaValidCtxtPtr ctxt; /* the schema validation context */
33942 char * URL; /* the location of the schema */
34090 xmlSchemaValidCtxtPtr ctxt; /* a schema validation context */
34141 xmlSchemaValidCtxtPtr ctxt; /* a schema validation context */
34175 xmlSchemaValidCtxtPtr ctxt; /* a schema validation context */
34209 xmlSchemaValidCtxtPtr ctxt; /* a schema validation context */
34250 xmlSchemaValidCtxtPtr ctxt; /* a schema validation context */
34298 xmlSchemaValidCtxtPtr ctxt; /* a schema validation context */
34339 xmlSchemaValidCtxtPtr ctxt; /* a schema validation context */
34455 xmlSchemaTypePtr typeDecl; /* the schema type definition */
34457 xmlSchemaParserCtxtPtr pctxt; /* the schema parser context or NULL */