Home
last modified time | relevance | path

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

/external/libxml2/
Dparser.c1669 int maxatts; in xmlCtxtGrowAttrs() local
8443 int maxatts = ctxt->maxatts; in xmlParseStartTag() local
9186 int maxatts = ctxt->maxatts; in xmlParseStartTag2() local
DHTMLparser.c3743 int maxatts; in htmlParseStartTag() local
/external/libxml2/include/libxml/
Dparser.h265 int maxatts; /* the size of the array */ member