Home | History | Annotate | Download | only in src

Lines Matching defs:newbuf

2496 		xmlChar *newbuf;
2501 newbuf = (xmlChar *) xmlRealloc(lastChild->content,size);
2502 if (newbuf == NULL) {
2507 lastChild->content = newbuf;