Home | History | Annotate | Download | only in libxml2

Lines Matching refs:temp

1002     xmlChar *temp;
1024 temp = (xmlChar *) xmlRealloc(ret, (max + 1) * sizeof(xmlChar));
1025 if (temp == NULL) {
1031 ret = temp;
1037 temp = (xmlChar *) xmlRealloc(ret, (max + 1) * sizeof(xmlChar));
1038 if (temp == NULL) {
1044 ret = temp;
1053 temp = (xmlChar *) xmlRealloc(ret, (max + 1) * sizeof(xmlChar));
1054 if (temp == NULL) {
1060 ret = temp;
1076 temp = (xmlChar *) xmlRealloc(ret, (max + 1) * sizeof(xmlChar));
1077 if (temp == NULL) {
1083 ret = temp;
1092 temp = (xmlChar *) xmlRealloc(ret,
1094 if (temp == NULL) {
1100 ret = temp;
1118 temp = (xmlChar *) xmlRealloc(ret,
1120 if (temp == NULL) {
1126 ret = temp;
1134 temp = (xmlChar *) xmlRealloc(ret,
1136 if (temp == NULL) {
1142 ret = temp;
1149 temp = (xmlChar *) xmlRealloc(ret,
1151 if (temp == NULL) {
1157 ret = temp;
1164 temp = (xmlChar *) xmlRealloc(ret,
1166 if (temp == NULL) {
1172 ret = temp;
1180 temp = (xmlChar *) xmlRealloc(ret,
1182 if (temp == NULL) {
1188 ret = temp;
1206 temp = (xmlChar *) xmlRealloc(ret,
1208 if (temp == NULL) {
1214 ret = temp;
1248 temp = (xmlChar *) xmlRealloc(ret,
1250 if (temp == NULL) {
1256 ret = temp;
1275 temp = (xmlChar *) xmlRealloc(ret,
1277 if (temp == NULL) {
1283 ret = temp;
1290 temp = (xmlChar *) xmlRealloc(ret,
1292 if (temp == NULL) {
1298 ret = temp;
1305 temp = (xmlChar *) xmlRealloc(ret,
1307 if (temp == NULL) {
1313 ret = temp;
1320 temp = (xmlChar *) xmlRealloc(ret,
1322 if (temp == NULL) {
1328 ret = temp;
1345 temp = (xmlChar *) xmlRealloc(ret,
1347 if (temp == NULL) {
1353 ret = temp;
1360 temp = (xmlChar *) xmlRealloc(ret,
1362 if (temp == NULL) {
1368 ret = temp;
1383 temp = (xmlChar *) xmlRealloc(ret, (max + 1) * sizeof(xmlChar));
1384 if (temp == NULL) {
1390 ret = temp;
1744 xmlChar *temp;
1768 temp = (xmlChar *) xmlRealloc(ret, len);
1769 if (temp == NULL) {
1775 ret = temp;
2595 xmlURI temp;
2626 memset(&temp, 0, sizeof(temp));
2627 temp.path = (char *) cal;
2628 ret = xmlSaveUri(&temp);