Lines Matching defs:bufs
660 uv_buf_t* bufs = buf;
665 StreamWriteResult res = underlying_stream()->Write(bufs, count);
954 uv_buf_t* bufs,
971 length += bufs[i].len;
972 if (bufs[i].len > 0) {
984 // If there is still no encrypted output, call Write(bufs) on the underlying
985 // stream. Since the bufs are empty, it won't actually write non-TLS data
996 underlying_stream()->Write(bufs, count, send_handle);
1038 bufs[i].base, bufs[i].len);
1039 offset += bufs[i].len;
1046 uv_buf_t* buf = &bufs[nonempty_i];