Home
last modified time | relevance | path

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

/external/libxml2/
Dparser.c1657 int maxatts; in xmlCtxtGrowAttrs() local
8605 int maxatts = ctxt->maxatts; in xmlParseStartTag() local
9349 int maxatts = ctxt->maxatts; in xmlParseStartTag2() local
/external/libxml2/include/libxml/
Dparser.h265 int maxatts; /* the size of the array */ member