HomeSort by relevance Sort by last modified time
    Searched refs:new_buf (Results 1 - 3 of 3) sorted by null

  /external/chromium/googleurl/src/
url_canon.h 181 T* new_buf = new T[sz]; local
182 memcpy(new_buf, this->buffer_,
186 this->buffer_ = new_buf;
    [all...]
  /external/libvpx/
vpxdec.c 273 uint8_t *new_buf = realloc(*buf, 2 * new_buf_sz); local
275 if (new_buf)
277 *buf = new_buf;
  /external/libxml2/
parser.c 4422 xmlChar *new_buf; local
4558 xmlChar *new_buf; local
    [all...]

Completed in 222 milliseconds