Home | History | Annotate | Download | only in libdwfl

Lines Matching defs:buffer

76   void *buffer;
86 char *b = realloc (state->buffer, more);
88 b = realloc (state->buffer, more -= 1024);
91 state->buffer = b;
99 state->buffer =
100 realloc (state->buffer, end) ?: end == 0 ? NULL : state->buffer;
114 free (state->buffer);
180 .buffer = NULL,
253 ptrdiff_t pos = (void *) z.next_out - state.buffer;
259 z.next_out = state.buffer + pos;
301 int n = gzread (state.zf, state.buffer + pos, state.size - pos);
320 *state.whole = state.buffer;