HomeSort by: relevance | last modified time | path
    Searched refs:pending_out (Results 1 - 3 of 3) sorted by relevancy

  /src/common/dist/zlib/
deflate.h 111 Bytef *pending_out; /* next pending byte to output to the stream */ member in struct:internal_state
deflate.c 650 s->pending_out = s->pending_buf;
733 (uchf *)s->d_buf < s->pending_out + ((Buf_size + 7) >> 3))
737 s->sym_buf < s->pending_out + ((Buf_size + 7) >> 3))
926 zmemcpy(strm->next_out, s->pending_out, len);
928 s->pending_out += len;
933 s->pending_out = s->pending_buf;
1324 ds->pending_out = ds->pending_buf + (ss->pending_out - ss->pending_buf);
  /src/sys/net/
zlib.c 373 Bytef *pending_out; /* next pending byte to output to the stream */ member in struct:deflate_state
954 s->pending_out = s->pending_buf;
1033 zmemcpy(strm->next_out, s->pending_out, len);
1036 s->pending_out += len;
1041 s->pending_out = s->pending_buf;
1255 ds->pending_out = ds->pending_buf + (ss->pending_out - ss->pending_buf);

Completed in 18 milliseconds