Lines Matching +defs:error +defs:callback
318 OutgoingMessage.prototype.setTimeout = function setTimeout(msecs, callback) { argument
338 OutgoingMessage.prototype.destroy = function destroy(error) { argument
359 OutgoingMessage.prototype._send = function _send(data, encoding, callback, byteLength) { argument
374 callback: null, property
385 function _writeRaw(data, encoding, callback, size) { argument
407 this.outputData.push({ data, encoding, callback }); field
828 OutgoingMessage.prototype.write = function write(chunk, encoding, callback) { argument
840 function onError(msg, err, callback) { argument
850 function emitErrorNt(msg, err, callback) { argument
868 function write_(msg, chunk, encoding, callback, fromEnd) { argument
1004 OutgoingMessage.prototype.end = function end(chunk, encoding, callback) { argument