Searched refs:new_buf (Results 1 - 3 of 3) sorted by relevance

/external/chromium/googleurl/src/
H A Durl_canon.h181 T* new_buf = new T[sz]; local
182 memcpy(new_buf, this->buffer_,
186 this->buffer_ = new_buf;
/external/libvpx/
H A Dvpxdec.c273 uint8_t *new_buf = realloc(*buf, 2 * new_buf_sz); local
275 if (new_buf)
277 *buf = new_buf;
/external/libxml2/
H A Dparser.c4422 xmlChar *new_buf; local
4424 new_buf = (xmlChar *) xmlRealloc(buf, size * sizeof(xmlChar));
4425 if (new_buf == NULL) {
4430 buf = new_buf;
4558 xmlChar *new_buf; local
4560 new_buf = (xmlChar *) xmlRealloc(buf,
4562 if (new_buf == NULL) {
4568 buf = new_buf;

Completed in 77 milliseconds