Home | History | Annotate | Download | only in src

Lines Matching full:new_content

1294   char *new_content;
1301 new_content = (char *)TRIO_REALLOC(self->content, new_size);
1302 if (new_content)
1304 self->content = new_content;