Home
last modified time | relevance | path

Searched defs:maxatts (Results 1 – 3 of 3) sorted by relevance

/external/libxml2/
Dparser.c1712 int maxatts; in xmlCtxtGrowAttrs() local
8531 int maxatts = ctxt->maxatts; in xmlParseStartTag() local
9259 int maxatts = ctxt->maxatts; in xmlParseStartTag2() local
DHTMLparser.c3937 int maxatts; in htmlParseStartTag() local
/external/libxml2/include/libxml/
Dparser.h267 int maxatts; /* the size of the array */ member