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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
deflate.h 102 Bytef *pending_out; /* next pending byte to output to the stream */ member in struct:internal_state
deflate.c 408 s->pending_out = s->pending_buf;
474 if ((Bytef *)(s->d_buf) < s->pending_out + ((Buf_size + 7) >> 3))
653 zmemcpy(strm->next_out, s->pending_out, len);
655 s->pending_out += len;
660 s->pending_out = s->pending_buf;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
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/python/cpython2/Modules/zlib/
deflate.h 105 Bytef *pending_out; /* next pending byte to output to the stream */ member in struct:internal_state
deflate.c 482 s->pending_out = s->pending_buf;
552 if ((Bytef *)(s->d_buf) < s->pending_out + ((Buf_size + 7) >> 3))
741 zmemcpy(strm->next_out, s->pending_out, len);
743 s->pending_out += len;
748 s->pending_out = s->pending_buf;
    [all...]
  /external/u-boot/lib/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...]
  /external/zlib/src/
deflate.h 105 Bytef *pending_out; /* next pending byte to output to the stream */ member in struct:internal_state
deflate.c 482 s->pending_out = s->pending_buf;
552 if ((Bytef *)(s->d_buf) < s->pending_out + ((Buf_size + 7) >> 3))
741 zmemcpy(strm->next_out, s->pending_out, len);
743 s->pending_out += len;
748 s->pending_out = s->pending_buf;
    [all...]

Completed in 63 milliseconds