HomeSort by relevance Sort by last modified time
    Searched refs:pending_out (Results 1 - 4 of 4) sorted by null

  /external/qemu/distrib/zlib-1.2.3/
deflate.h 99 Bytef *pending_out; /* next pending byte to output to the stream */ member in struct:internal_state
deflate.c 373 s->pending_out = s->pending_buf;
540 zmemcpy(strm->next_out, strm->state->pending_out, len);
542 strm->state->pending_out += len;
547 strm->state->pending_out = strm->state->pending_buf;
    [all...]
  /external/zlib/
deflate.h 99 Bytef *pending_out; /* next pending byte to output to the stream */ member in struct:internal_state
deflate.c 369 s->pending_out = s->pending_buf;
570 zmemcpy(strm->next_out, strm->state->pending_out, len);
572 strm->state->pending_out += len;
577 strm->state->pending_out = strm->state->pending_buf;
    [all...]

Completed in 73 milliseconds