Home
last modified time | relevance | path

Searched refs:uncork (Results 1 - 14 of 14) sorted by relevance

/third_party/node/test/parallel/
H A Dtest-stream-writev.js30 for (let uncork = 0; uncork < 2; uncork++) {
32 queue.push([!!decode, !!uncork, !!multi]);
47 function test(decode, uncork, multi, next) {
48 console.log(`# decode=${decode} uncork=${uncork} multi=${multi}`);
106 w.uncork();
110 if (uncork)
111 w.uncork();
[all...]
H A Dtest-stream-writableState-uncorked-bufferedRequestCount.js31 // First uncork does nothing
32 writable.uncork();
36 process.nextTick(uncork);
38 // The second chunk is buffered, because we uncork at the end of tick
43 function uncork() { function
44 // Second uncork flushes the buffer
45 writable.uncork();
54 // End causes an uncork() as well
H A Dtest-http-agent-reuse-drained-socket-only.js71 req.uncork();
77 req.uncork();
H A Dtest-net-sync-cork.js22 conn.uncork();
H A Dtest-stream3-cork-uncork.js10 // on calling uncork() in the same tick.
66 w.uncork();
H A Dtest-stream-writable-destroy.js292 write.uncork();
306 write.uncork();
382 write.uncork();
/third_party/node/lib/
H A D_http_outgoing.js310 OutgoingMessage.prototype.uncork = function() {
312 this.socket.uncork();
951 conn.uncork();
1063 // Fully uncork connection on end().
1065 this.socket.uncork();
1147 socket.uncork();
/third_party/node/benchmark/net/
H A Dnet-c2s-cork.js59 socket.uncork();
/third_party/node/lib/internal/
H A Djs_stream_socket.js196 this.stream.uncork();
/third_party/node/lib/internal/http2/
H A Dcompat.js721 uncork() {
722 this[kStream].uncork();
H A Dcore.js2017 this.uncork();
2120 // uncork() before that happens, the Duplex will attempt to pass
/third_party/node/lib/internal/streams/
H A Dwritable.js135 // When true all writes will be buffered until .uncork() call.
344 Writable.prototype.uncork = function() {
621 this.uncork();
/third_party/node/deps/undici/src/lib/
H A Dclient.js1622 socket.uncork()
1853 stream.uncork()
2038 h2stream.uncork()
2043 socket.uncork()
2199 socket.uncork()
/third_party/node/deps/undici/
H A Dundici.js9546 socket.uncork();
9695 stream.uncork();
9847 h2stream.uncork();
9854 socket.uncork();
9980 socket.uncork();

Completed in 21 milliseconds