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