Home
last modified time | relevance | path

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

/third_party/libxml2/
Dparser.c1130 typedef struct _xmlDefAttrs xmlDefAttrs; typedef
1131 typedef xmlDefAttrs *xmlDefAttrsPtr;
1292 defaults = (xmlDefAttrsPtr) xmlMalloc(sizeof(xmlDefAttrs) + in xmlAddDefAttrs()
1306 temp = (xmlDefAttrsPtr) xmlRealloc(defaults, sizeof(xmlDefAttrs) + in xmlAddDefAttrs()