Lines Matching refs:xmlRealloc
4855 temp = (xmlChar *) xmlRealloc(buffer, buf_len); in xmlGetNodePath()
4863 temp = (xmlChar *) xmlRealloc(buf, buf_len); in xmlGetNodePath()
5928 ret = (xmlNsPtr *) xmlRealloc(ret, in xmlGetNsList()
6344 oldNs = (xmlNsPtr *) xmlRealloc(oldNs, sizeCache * in xmlReconciliateNs()
6351 newNs = (xmlNsPtr *) xmlRealloc(newNs, sizeCache * in xmlReconciliateNs()
6408 oldNs = (xmlNsPtr *) xmlRealloc(oldNs, in xmlReconciliateNs()
6415 newNs = (xmlNsPtr *) xmlRealloc(newNs, in xmlReconciliateNs()
7282 newbuf = (xmlChar *) xmlRealloc(buf->contentIO, start_buf + size); in xmlBufferGrow()
7290 newbuf = (xmlChar *) xmlRealloc(buf->content, size); in xmlBufferGrow()
7441 rebuf = (xmlChar *) xmlRealloc(buf->contentIO, start_buf + newSize); in xmlBufferResize()
7453 rebuf = (xmlChar *) xmlRealloc(buf->content, newSize); in xmlBufferResize()
8177 *list = (xmlNsPtr *) xmlRealloc(*list, in xmlDOMWrapNSNormAddNsMapItem2()