Home
last modified time | relevance | path

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

/third_party/libxml2/
Dparser.c1711 xmlCtxtGrowAttrs(xmlParserCtxtPtr ctxt, int nr) { in xmlCtxtGrowAttrs() function
9451 if (xmlCtxtGrowAttrs(ctxt, nbatts + 5) < 0) { in xmlParseStartTag2()
9582 if (xmlCtxtGrowAttrs(ctxt, nbatts + 5) < 0) { in xmlParseStartTag2()