Home
last modified time | relevance | path

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

/external/libxml2/
Dparser.c1718 int maxatts; in xmlCtxtGrowAttrs() local
8547 int maxatts = ctxt->maxatts; in xmlParseStartTag() local
9272 int maxatts = ctxt->maxatts; in xmlParseStartTag2() local
DHTMLparser.c3939 int maxatts; in htmlParseStartTag() local
/external/libxml2/include/libxml/
Dparser.h267 int maxatts; /* the size of the array */ member