HomeSort by: relevance | last modified time | path
    Searched defs:pending_out (Results 1 - 2 of 2) 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
  /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 37 milliseconds