Searched refs:write (Results 1 – 8 of 8) sorted by relevance
80 unsigned write; /* window write index */ in inflate_fast() local107 write = state->write; in inflate_fast()188 if (write == 0) { /* very common case */ in inflate_fast()198 else if (write < op) { /* wrap around window */ in inflate_fast()199 from += wsize + write - op; in inflate_fast()200 op -= write; in inflate_fast()207 if (write < len) { /* some from start of window */ in inflate_fast()208 op = write; in inflate_fast()218 from += write - op; in inflate_fast()
42 state->write = 0; in zlib_inflateReset()112 state->write = 0; in zlib_updatewindow()116 dist = state->wsize - state->write; in zlib_updatewindow()118 memcpy(state->window + state->write, strm->next_out - copy, dist); in zlib_updatewindow()122 state->write = copy; in zlib_updatewindow()126 state->write += dist; in zlib_updatewindow()127 if (state->write == state->wsize) state->write = 0; in zlib_updatewindow()652 if (copy > state->write) { in zlib_inflate()653 copy -= state->write; in zlib_inflate()657 from = state->window + (state->write - copy); in zlib_inflate()
86 unsigned write; /* window write index */ member
182 .write = &xz_dec_test_write in xz_dec_test_init()
20 will insert extra code at *every* read and write to tracked memory
263 write to these files.620 notified, write the error code to "actions/<notifier event>/error".627 bash: echo: write error: Cannot allocate memory1474 notified, write the error code to "actions/<notifier event>/error".1481 bash: echo: write error: Operation not permitted1498 notified, write the error code to "actions/<notifier event>/error".1505 bash: echo: write error: Cannot allocate memory1522 notified, write the error code to "actions/<notifier event>/error".
836 .write = ddebug_proc_write
870 .write = filter_write,