Searched refs:xmlDefAttrsPtr (Results 1 – 1 of 1) sorted by relevance
1131 typedef xmlDefAttrs *xmlDefAttrsPtr; typedef1255 xmlDefAttrsPtr defaults; in xmlAddDefAttrs()1292 defaults = (xmlDefAttrsPtr) xmlMalloc(sizeof(xmlDefAttrs) + in xmlAddDefAttrs()1304 xmlDefAttrsPtr temp; in xmlAddDefAttrs()1306 temp = (xmlDefAttrsPtr) xmlRealloc(defaults, sizeof(xmlDefAttrs) + in xmlAddDefAttrs()9530 xmlDefAttrsPtr defaults; in xmlParseStartTag2()