Home
last modified time | relevance | path

Searched refs:uncork (Results 1 – 25 of 91) sorted by relevance

1234

/third_party/node/test/parallel/
Dtest-stream-writev.js30 for (let uncork = 0; uncork < 2; uncork++) {
32 queue.push([!!decode, !!uncork, !!multi]);
47 function test(decode, uncork, multi, next) { argument
48 console.log(`# decode=${decode} uncork=${uncork} multi=${multi}`);
106 w.uncork();
110 if (uncork)
111 w.uncork();
Dtest-stream-writable-properties.js10 w.uncork();
16 w.uncork();
18 w.uncork();
20 w.uncork();
Dtest-stream-writableState-uncorked-bufferedRequestCount.js32 writable.uncork();
36 process.nextTick(uncork);
43 function uncork() { function
45 writable.uncork();
Dtest-http2-res-corked.js30 res.uncork();
33 res.uncork();
36 res.uncork();
39 res.uncork();
Dtest-console-log-stdio-broken-dest.js24 stream.uncork();
Dtest-net-socket-byteswritten.js21 socket.uncork();
Dtest-net-sync-cork.js22 conn.uncork();
Dtest-stream-writable-destroy.js294 write.uncork();
308 write.uncork();
382 write.uncork();
Dtest-http-response-cork.js19 res.uncork();
Dtest-stream3-cork-uncork.js66 w.uncork();
Dtest-net-bytes-written-large.js58 socket.uncork();
/third_party/node/lib/
D_http_outgoing.js260 OutgoingMessage.prototype.uncork = function() { method in OutgoingMessage
262 this.socket.uncork();
759 conn.uncork();
855 this.socket.uncork();
935 socket.uncork();
/third_party/node/deps/npm/node_modules/duplexify/
Dindex.js76 Duplexify.prototype.uncork = function() { method in Duplexify
113 this.uncork() // always uncork setWritable
/third_party/node/deps/npm/node_modules/pumpify/
Dindex.js47 self.uncork()
/third_party/node/benchmark/net/
Dnet-c2s-cork.js59 socket.uncork();
/third_party/node/deps/npm/node_modules/sorted-union-stream/node_modules/readable-stream/lib/
D_stream_writable.js223 Writable.prototype.uncork = function() { method in Writable
431 this.uncork();
/third_party/node/lib/internal/
Djs_stream_socket.js176 this.stream.uncork();
/third_party/node/deps/npm/node_modules/flush-write-stream/node_modules/readable-stream/lib/
D_stream_writable.js346 Writable.prototype.uncork = function () { method in Writable
590 this.uncork();
/third_party/node/deps/npm/node_modules/concat-stream/node_modules/readable-stream/lib/
D_stream_writable.js346 Writable.prototype.uncork = function () { method in Writable
590 this.uncork();
/third_party/node/deps/npm/node_modules/from2/node_modules/readable-stream/lib/
D_stream_writable.js346 Writable.prototype.uncork = function () { method in Writable
590 this.uncork();
/third_party/node/deps/npm/node_modules/readable-stream/lib/
D_stream_writable.js316 Writable.prototype.uncork = function () { method in Writable
567 this.uncork();
/third_party/node/deps/npm/node_modules/duplexify/node_modules/readable-stream/lib/
D_stream_writable.js346 Writable.prototype.uncork = function () { method in Writable
590 this.uncork();
/third_party/node/deps/npm/node_modules/parallel-transform/node_modules/readable-stream/lib/
D_stream_writable.js346 Writable.prototype.uncork = function () { method in Writable
590 this.uncork();
/third_party/node/deps/npm/node_modules/fs-write-stream-atomic/node_modules/readable-stream/lib/
D_stream_writable.js346 Writable.prototype.uncork = function () { method in Writable
590 this.uncork();
/third_party/node/deps/npm/node_modules/are-we-there-yet/node_modules/readable-stream/lib/
D_stream_writable.js346 Writable.prototype.uncork = function () { method in Writable
590 this.uncork();

1234