Home
last modified time | relevance | path

Searched refs:xmlDefAttrsPtr (Results 1 – 1 of 1) sorted by relevance

/third_party/libxml2/
Dparser.c1131 typedef xmlDefAttrs *xmlDefAttrsPtr; typedef
1255 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()