Lines Matching refs:xmlRealloc
745 mem = xmlRealloc(buf->mem, cap); in xmlSBufGrow()
1107 temp = xmlRealloc(defaults, in xmlAddDefAttrs()
1676 table = xmlRealloc(ctxt->nsTab, 2 * newSize * sizeof(table[0])); in xmlParserNsGrow()
1681 extra = xmlRealloc(ctxt->nsdb->extra, newSize * sizeof(extra[0])); in xmlParserNsGrow()
1904 attallocs = xmlRealloc(ctxt->attallocs, in xmlCtxtGrowAttrs()
1944 tmp = (xmlParserInputPtr *) xmlRealloc(ctxt->inputTab, in inputPush()
2040 tmp = (xmlNodePtr *) xmlRealloc(ctxt->nodeTab, in nodePush()
2106 tmp = (const xmlChar * *) xmlRealloc((xmlChar * *)ctxt->nameTab, in nameNsPush()
2114 tmp2 = (xmlStartTag *) xmlRealloc((void * *)ctxt->pushTab, in nameNsPush()
2185 tmp = (const xmlChar * *) xmlRealloc((xmlChar * *)ctxt->nameTab, in namePush()
2234 tmp = (int *) xmlRealloc(ctxt->spaceTab, in spacePush()
3045 tmp = (xmlChar *) xmlRealloc(buffer, max); in xmlSplitQName()
3133 tmp = (xmlChar *) xmlRealloc(buffer, max); in xmlSplitQName()
3629 tmp = (xmlChar *) xmlRealloc(buffer, max); in xmlParseStringName()
3712 tmp = (xmlChar *) xmlRealloc(buffer, max); in xmlParseNmtoken()
4631 tmp = (xmlChar *) xmlRealloc(buf, size); in xmlParseSystemLiteral()
4703 tmp = (xmlChar *) xmlRealloc(buf, size); in xmlParsePubidLiteral()
5171 new_buf = (xmlChar *) xmlRealloc(buf, new_size); in xmlParseCommentComplex()
5302 new_buf = (xmlChar *) xmlRealloc(buf, size); in xmlParseComment()
5552 tmp = (xmlChar *) xmlRealloc(buf, new_size); in xmlParsePI()
7027 tmp = (int *) xmlRealloc(inputIds, in xmlParseConditionalSections()
8478 n = (const xmlChar **) xmlRealloc((void *) atts, in xmlParseStartTag()
9305 tmp = xmlRealloc(ctxt->attrHash, attrHashSize * sizeof(tmp[0])); in xmlParseStartTag2()
9644 tmp = (xmlChar *) xmlRealloc(buf, size * 2); in xmlParseCDSect()
10064 tmp = (xmlChar *) xmlRealloc(buf, size); in xmlParseVersionNum()
10172 tmp = (xmlChar *) xmlRealloc(buf, size); in xmlParseEncName()