Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xmlRealloc

330 	tmp = xmlRealloc(cur->nsTab, tmpSize * sizeof(xmlNsPtr));
337 tmp = xmlRealloc(cur->nodeTab, tmpSize * sizeof(xmlNodePtr));
1817 xmlRealloc(buffer, buffer_size * sizeof(xmlChar)); \