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

/macosx-10.10.1/libxml2-26/libxml2/
H A Dparser.c1050 typedef struct _xmlDefAttrs xmlDefAttrs; typedef in typeref:struct:_xmlDefAttrs
1051 typedef xmlDefAttrs *xmlDefAttrsPtr;
1207 defaults = (xmlDefAttrsPtr) xmlMalloc(sizeof(xmlDefAttrs) +
1221 temp = (xmlDefAttrsPtr) xmlRealloc(defaults, sizeof(xmlDefAttrs) +
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dparser.c995 typedef struct _xmlDefAttrs xmlDefAttrs; typedef in typeref:struct:_xmlDefAttrs
996 typedef xmlDefAttrs *xmlDefAttrsPtr;
1152 defaults = (xmlDefAttrsPtr) xmlMalloc(sizeof(xmlDefAttrs) +
1166 temp = (xmlDefAttrsPtr) xmlRealloc(defaults, sizeof(xmlDefAttrs) +

Completed in 95 milliseconds