Home
last modified time | relevance | path

Searched refs:xmlCtxtGrowAttrs (Results 1 – 1 of 1) sorted by relevance

/external/libxml2/
Dparser.c1709 xmlCtxtGrowAttrs(xmlParserCtxtPtr ctxt, int nr) { in xmlCtxtGrowAttrs() function
9442 if (xmlCtxtGrowAttrs(ctxt, nbatts + 5) < 0) { in xmlParseStartTag2()
9573 if (xmlCtxtGrowAttrs(ctxt, nbatts + 5) < 0) { in xmlParseStartTag2()