Home | History | Annotate | Download | only in libxml2

Lines Matching refs:new_buf

4422 	    xmlChar *new_buf;
4424 new_buf = (xmlChar *) xmlRealloc(buf, size * sizeof(xmlChar));
4425 if (new_buf == NULL) {
4430 buf = new_buf;
4558 xmlChar *new_buf;
4560 new_buf = (xmlChar *) xmlRealloc(buf,
4562 if (new_buf == NULL) {
4568 buf = new_buf;