Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xmlRealloc

4724             temp = (xmlChar *) xmlRealloc(buffer, buf_len);
4732 temp = (xmlChar *) xmlRealloc(buf, buf_len);
5757 ret = (xmlNsPtr *) xmlRealloc(ret,
6173 oldNs = (xmlNsPtr *) xmlRealloc(oldNs, sizeCache *
6180 newNs = (xmlNsPtr *) xmlRealloc(newNs, sizeCache *
6237 oldNs = (xmlNsPtr *) xmlRealloc(oldNs,
6244 newNs = (xmlNsPtr *) xmlRealloc(newNs,
7080 newbuf = (xmlChar *) xmlRealloc(buf->contentIO, start_buf + size);
7088 newbuf = (xmlChar *) xmlRealloc(buf->content, size);
7224 rebuf = (xmlChar *) xmlRealloc(buf->contentIO, start_buf + newSize);
7236 rebuf = (xmlChar *) xmlRealloc(buf->content, newSize);
7956 *list = (xmlNsPtr *) xmlRealloc(*list,