Searched defs:xsd (Results 1 – 3 of 3) sorted by relevance
4483 const char *xsd, in xmlTextReaderSchemaValidateInternal()4621 xmlTextReaderSchemaValidate(xmlTextReaderPtr reader, const char *xsd) in xmlTextReaderSchemaValidate()
4527 const char *xsd, in xmlTextReaderSchemaValidateInternal()4665 xmlTextReaderSchemaValidate(xmlTextReaderPtr reader, const char *xsd) in xmlTextReaderSchemaValidate()
32795 char * xsd; /* the path to a W3C XSD schema or NULL */ in test_xmlTextReaderSchemaValidate() local