Home
last modified time | relevance | path

Searched defs:_xmlDefAttrs (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/libxml2/
H A Dparser.c991 struct _xmlDefAttrs { struct
992 int nbAttrs; /* number of defaulted attributes on that element */
993 int maxAttrs; /* the size of the array */
996 xmlDefAttr attrs[]; /* array of localname/prefix/values/external */
998 xmlDefAttr attrs[1];
/aosp_15_r20/external/cronet/third_party/libxml/src/
H A Dparser.c996 struct _xmlDefAttrs { struct
997 int nbAttrs; /* number of defaulted attributes on that element */
998 int maxAttrs; /* the size of the array */
1001 xmlDefAttr attrs[]; /* array of localname/prefix/values/external */
1003 xmlDefAttr attrs[1];