Home | History | Annotate | Download | only in libdwfl

Lines Matching refs:buffer

103   void *buffer = NULL;
108 char *b = realloc (buffer, more);
110 b = realloc (buffer, more -= 1024);
113 buffer = b;
119 buffer = realloc (buffer, end) ?: end == 0 ? NULL : buffer;
135 free (buffer);
218 ptrdiff_t pos = (void *) z.next_out - buffer;
224 z.next_out = buffer + pos;
293 int n = gzread (zf, buffer + pos, size - pos);
312 *whole = buffer;