Lines Matching defs:out
137 void SetBuffers(const char* in, uint32_t in_len, char* out, uint32_t out_len);
186 void SetBuffers(const char* in, uint32_t in_len, char* out, uint32_t out_len);
296 // write(flush, in, in_off, in_len, out, out_off, out_len)
305 char* out;
339 out = Buffer::Data(out_buf) + out_off;
344 ctx->Write<async>(flush, in, in_len, out, out_len);
350 char* out, uint32_t out_len) {
361 ctx_.SetBuffers(in, in_len, out, out_len);
571 // just pull the ints out of the args and call the other Init
768 // If the avail_out is left at 0, then it means that it ran out
867 char* out, uint32_t out_len) {
871 strm_.next_out = reinterpret_cast<Bytef*>(out);
1103 char* out, uint32_t out_len) {
1105 next_out_ = reinterpret_cast<uint8_t*>(out);