Home | History | Annotate | Download | only in libxml2

Lines Matching defs:newbuf

2546 		xmlChar *newbuf;
2551 newbuf = (xmlChar *) xmlRealloc(lastChild->content,size);
2552 if (newbuf == NULL) {
2557 lastChild->content = newbuf;