Searched refs:xmlSchematronPatternPtr (Results 1 – 1 of 1) sorted by relevance
117 typedef xmlSchematronPattern *xmlSchematronPatternPtr; typedef119 xmlSchematronPatternPtr next;/* the next pattern in the list */143 xmlSchematronPatternPtr patterns;/* the patterns found */392 xmlSchematronPatternPtr pat, xmlNodePtr node, in xmlSchematronAddRule()483 static xmlSchematronPatternPtr487 xmlSchematronPatternPtr ret; in xmlSchematronAddPattern()492 ret = (xmlSchematronPatternPtr) xmlMalloc(sizeof(xmlSchematronPattern)); in xmlSchematronAddPattern()503 xmlSchematronPatternPtr prev = schema->patterns; in xmlSchematronAddPattern()519 xmlSchematronFreePatterns(xmlSchematronPatternPtr patterns) { in xmlSchematronFreePatterns()520 xmlSchematronPatternPtr next; in xmlSchematronFreePatterns()[all …]