Home | History | Annotate | Download | only in libxml2

Lines Matching defs:newbuf

2584 		xmlChar *newbuf;
2589 newbuf = (xmlChar *) xmlRealloc(lastChild->content,size);
2590 if (newbuf == NULL) {
2595 lastChild->content = newbuf;