Searched refs:xmlDefAttrsPtr (Results 1 – 1 of 1) sorted by relevance
1077 typedef xmlDefAttrs *xmlDefAttrsPtr; typedef1196 xmlDefAttrsPtr defaults; in xmlAddDefAttrs()1233 defaults = (xmlDefAttrsPtr) xmlMalloc(sizeof(xmlDefAttrs) + in xmlAddDefAttrs()1245 xmlDefAttrsPtr temp; in xmlAddDefAttrs()1247 temp = (xmlDefAttrsPtr) xmlRealloc(defaults, sizeof(xmlDefAttrs) + in xmlAddDefAttrs()9572 xmlDefAttrsPtr defaults; in xmlParseStartTag2()