Home | History | Annotate | Download | only in camera

Lines Matching refs:new_buf

144         char* new_buf = (char*)realloc(*str_buf, required_mem);
145 if (new_buf == NULL) {
150 *str_buf = new_buf;