Searched refs:xmlDefAttrsPtr (Results 1 – 1 of 1) sorted by relevance
1129 typedef xmlDefAttrs *xmlDefAttrsPtr; typedef1253 xmlDefAttrsPtr defaults; in xmlAddDefAttrs()1290 defaults = (xmlDefAttrsPtr) xmlMalloc(sizeof(xmlDefAttrs) + in xmlAddDefAttrs()1302 xmlDefAttrsPtr temp; in xmlAddDefAttrs()1304 temp = (xmlDefAttrsPtr) xmlRealloc(defaults, sizeof(xmlDefAttrs) + in xmlAddDefAttrs()9521 xmlDefAttrsPtr defaults; in xmlParseStartTag2()