Lines Matching defs:_send
359 OutgoingMessage.prototype._send = function _send(data, encoding, callback, byteLength) {
543 if (state.expect) this._send('');
937 msg._send(NumberPrototypeToString(len, 16), 'latin1', null);
938 msg._send(crlf_buf, null, null);
939 msg._send(chunk, encoding, null, len);
940 ret = msg._send(crlf_buf, null, callback);
942 ret = msg._send(chunk, encoding, callback, len);
1055 this._send('0\r\n' + this._trailer + '\r\n', 'latin1', finish);
1057 this._send('', 'latin1', finish);
1163 this._send('');