Searched refs:xmlSchematronPatternPtr (Results 1 – 1 of 1) sorted by relevance
124 typedef xmlSchematronPattern *xmlSchematronPatternPtr; typedef126 xmlSchematronPatternPtr next;/* the next pattern in the list */150 xmlSchematronPatternPtr patterns;/* the patterns found */465 xmlSchematronPatternPtr pat, xmlNodePtr node, in xmlSchematronAddRule()559 static xmlSchematronPatternPtr563 xmlSchematronPatternPtr ret; in xmlSchematronAddPattern()568 ret = (xmlSchematronPatternPtr) xmlMalloc(sizeof(xmlSchematronPattern)); in xmlSchematronAddPattern()579 xmlSchematronPatternPtr prev = schema->patterns; in xmlSchematronAddPattern()595 xmlSchematronFreePatterns(xmlSchematronPatternPtr patterns) { in xmlSchematronFreePatterns()596 xmlSchematronPatternPtr next; in xmlSchematronFreePatterns()[all …]