Home | History | Annotate | Download | only in libxml2

Lines Matching refs:new_buf

4590 	    xmlChar *new_buf;
4592 new_buf = (xmlChar *) xmlRealloc(buf, size * sizeof(xmlChar));
4593 if (new_buf == NULL) {
4598 buf = new_buf;
4726 xmlChar *new_buf;
4728 new_buf = (xmlChar *) xmlRealloc(buf,
4730 if (new_buf == NULL) {
4736 buf = new_buf;