Home
last modified time | relevance | path

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

/external/libxml2/
Dparser.c1666 xmlCtxtGrowAttrs(xmlParserCtxtPtr ctxt, int nr) { in xmlCtxtGrowAttrs() function
9368 if (xmlCtxtGrowAttrs(ctxt, nbatts + 5) < 0) { in xmlParseStartTag2()
9499 if (xmlCtxtGrowAttrs(ctxt, nbatts + 5) < 0) { in xmlParseStartTag2()