Home
last modified time | relevance | path

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

/external/libxml2/
Dparser.c989 struct _xmlDefAttrs { struct
990 int nbAttrs; /* number of defaulted attributes on that element */
991 int maxAttrs; /* the size of the array */
994 xmlDefAttr attrs[]; /* array of localname/prefix/values/external */
996 xmlDefAttr attrs[1];
/external/cronet/third_party/libxml/src/
Dparser.c893 struct _xmlDefAttrs { struct
894 int nbAttrs; /* number of defaulted attributes on that element */
895 int maxAttrs; /* the size of the array */
898 xmlDefAttr attrs[]; /* array of localname/prefix/values/external */
900 xmlDefAttr attrs[1];