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

  /external/chromium_org/third_party/libxml/src/
schematron.c 117 typedef xmlSchematronPattern *xmlSchematronPatternPtr;
119 xmlSchematronPatternPtr next;/* the next pattern in the list */
143 xmlSchematronPatternPtr patterns;/* the patterns found */
390 xmlSchematronPatternPtr pat, xmlNodePtr node,
481 static xmlSchematronPatternPtr
485 xmlSchematronPatternPtr ret;
490 ret = (xmlSchematronPatternPtr) xmlMalloc(sizeof(xmlSchematronPattern));
501 xmlSchematronPatternPtr prev = schema->patterns;
517 xmlSchematronFreePatterns(xmlSchematronPatternPtr patterns) {
518 xmlSchematronPatternPtr next
    [all...]
  /external/libxml2/
schematron.c 117 typedef xmlSchematronPattern *xmlSchematronPatternPtr;
119 xmlSchematronPatternPtr next;/* the next pattern in the list */
143 xmlSchematronPatternPtr patterns;/* the patterns found */
390 xmlSchematronPatternPtr pat, xmlNodePtr node,
481 static xmlSchematronPatternPtr
485 xmlSchematronPatternPtr ret;
490 ret = (xmlSchematronPatternPtr) xmlMalloc(sizeof(xmlSchematronPattern));
501 xmlSchematronPatternPtr prev = schema->patterns;
517 xmlSchematronFreePatterns(xmlSchematronPatternPtr patterns) {
518 xmlSchematronPatternPtr next
    [all...]

Completed in 668 milliseconds