Lines Matching refs:xmlRealloc
1261 temp = (xmlDefAttrsPtr) xmlRealloc(defaults, sizeof(xmlDefAttrs) + in xmlAddDefAttrs()
1622 tmp = (const xmlChar **) xmlRealloc((char *) ctxt->nsTab, in nsPush()
1683 atts = (const xmlChar **) xmlRealloc((void *) ctxt->atts, in xmlCtxtGrowAttrs()
1687 attallocs = (int *) xmlRealloc((void *) ctxt->attallocs, in xmlCtxtGrowAttrs()
1716 (xmlParserInputPtr *) xmlRealloc(ctxt->inputTab, in inputPush()
1773 tmp = (xmlNodePtr *) xmlRealloc(ctxt->nodeTab, in nodePush()
1842 tmp = (const xmlChar * *) xmlRealloc((xmlChar * *)ctxt->nameTab, in nameNsPush()
1850 tmp2 = (void **) xmlRealloc((void * *)ctxt->pushTab, in nameNsPush()
1911 tmp = (const xmlChar * *) xmlRealloc((xmlChar * *)ctxt->nameTab, in namePush()
1957 tmp = (int *) xmlRealloc(ctxt->spaceTab, in spacePush()
2564 tmp = (xmlChar *) xmlRealloc(buffer, new_size); \
2935 tmp = (xmlChar *) xmlRealloc(buffer, in xmlSplitQName()
3014 tmp = (xmlChar *) xmlRealloc(buffer, in xmlSplitQName()
3557 tmp = (xmlChar *) xmlRealloc(buffer, in xmlParseStringName()
3661 tmp = (xmlChar *) xmlRealloc(buffer, in xmlParseNmtoken()
3750 tmp = (xmlChar *) xmlRealloc(buf, size * sizeof(xmlChar)); in xmlParseEntityValue()
4175 tmp = (xmlChar *) xmlRealloc(buf, size * sizeof(xmlChar)); in xmlParseSystemLiteral()
4262 tmp = (xmlChar *) xmlRealloc(buf, size * sizeof(xmlChar)); in xmlParsePubidLiteral()
4741 new_buf = (xmlChar *) xmlRealloc(buf, new_size); in xmlParseCommentComplex()
4884 new_buf = (xmlChar *) xmlRealloc(buf, in xmlParseComment()
5152 tmp = (xmlChar *) xmlRealloc(buf, new_size); in xmlParsePI()
8503 n = (const xmlChar **) xmlRealloc((void *) atts, in xmlParseStartTag()
9751 tmp = (xmlChar *) xmlRealloc(buf, size * 2 * sizeof(xmlChar)); in xmlParseCDSect()
10101 tmp = (xmlChar *) xmlRealloc(buf, size * sizeof(xmlChar)); in xmlParseVersionNum()
10202 tmp = (xmlChar *) xmlRealloc(buf, size * sizeof(xmlChar)); in xmlParseEncName()