Lines Matching defs:newbuf
2612 xmlChar *newbuf;2617 newbuf = (xmlChar *) xmlRealloc(lastChild->content,size);2618 if (newbuf == NULL) {2623 lastChild->content = newbuf;