Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xmlRealloc

1008 		temp = (xmlChar *) xmlRealloc(ret, (max + 1) * sizeof(xmlChar));
1021 temp = (xmlChar *) xmlRealloc(ret, (max + 1) * sizeof(xmlChar));
1037 temp = (xmlChar *) xmlRealloc(ret, (max + 1) * sizeof(xmlChar));
1060 temp = (xmlChar *) xmlRealloc(ret, (max + 1) * sizeof(xmlChar));
1076 temp = (xmlChar *) xmlRealloc(ret,
1102 temp = (xmlChar *) xmlRealloc(ret,
1118 temp = (xmlChar *) xmlRealloc(ret,
1133 temp = (xmlChar *) xmlRealloc(ret,
1148 temp = (xmlChar *) xmlRealloc(ret,
1164 temp = (xmlChar *) xmlRealloc(ret,
1190 temp = (xmlChar *) xmlRealloc(ret,
1217 ret = (xmlChar *) xmlRealloc(ret,
1232 temp = (xmlChar *) xmlRealloc(ret,
1259 temp = (xmlChar *) xmlRealloc(ret,
1274 temp = (xmlChar *) xmlRealloc(ret,
1289 temp = (xmlChar *) xmlRealloc(ret,
1304 temp = (xmlChar *) xmlRealloc(ret,
1329 temp = (xmlChar *) xmlRealloc(ret,
1344 temp = (xmlChar *) xmlRealloc(ret,
1367 temp = (xmlChar *) xmlRealloc(ret, (max + 1) * sizeof(xmlChar));
1752 temp = (xmlChar *) xmlRealloc(ret, len);