HomeSort by relevance Sort by last modified time
    Searched refs:xmlSchematronParserCtxt (Results 1 - 2 of 2) sorted by null

  /external/libxml2/include/libxml/
schematron.h 63 typedef struct _xmlSchematronParserCtxt xmlSchematronParserCtxt;
64 typedef xmlSchematronParserCtxt *xmlSchematronParserCtxtPtr;
  /external/libxml2/
schematron.c 599 xmlMalloc(sizeof(xmlSchematronParserCtxt));
605 memset(ret, 0, sizeof(xmlSchematronParserCtxt));
641 xmlMalloc(sizeof(xmlSchematronParserCtxt));
647 memset(ret, 0, sizeof(xmlSchematronParserCtxt));
680 xmlMalloc(sizeof(xmlSchematronParserCtxt));
686 memset(ret, 0, sizeof(xmlSchematronParserCtxt));
    [all...]

Completed in 70 milliseconds