Searched refs:pending_out (Results 1 - 3 of 3) sorted by relevance

/ast/src/lib/libz/
H A Ddeflate.h99 Bytef *pending_out; /* next pending byte to output to the stream */ member in struct:internal_state
H A Ddeflate.c373 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;
937 ds->pending_out = ds->pending_buf + (ss->pending_out - ss->pending_buf);
/ast/src/cmd/INIT/
H A Dratz.c1309 Bytef *pending_out; /* next pending byte to output to the stream */ member in struct:internal_state

Completed in 22 milliseconds