Home
last modified time | relevance | path

Searched refs:uncork (Results 1 – 25 of 84) 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-http-agent-reuse-drained-socket-only.js71 req.uncork();
77 req.uncork();
Dtest-console-log-stdio-broken-dest.js24 stream.uncork();
Dtest-stream-writable-destroy.js292 write.uncork();
306 write.uncork();
382 write.uncork();
Dtest-net-socket-byteswritten.js21 socket.uncork();
Dtest-net-sync-cork.js22 conn.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.js310 OutgoingMessage.prototype.uncork = function() { method in OutgoingMessage
312 this.socket.uncork();
951 conn.uncork();
1065 this.socket.uncork();
1147 socket.uncork();
/third_party/node/benchmark/net/
Dnet-c2s-cork.js59 socket.uncork();
/third_party/node/lib/internal/
Djs_stream_socket.js196 this.stream.uncork();
/third_party/node/deps/undici/src/lib/
Dclient.js1622 socket.uncork()
1853 stream.uncork()
2038 h2stream.uncork()
2043 socket.uncork()
2199 socket.uncork()
/third_party/node/lib/internal/http2/
Dcompat.js721 uncork() { method in Http2ServerResponse
722 this[kStream].uncork();
Dcore.js2017 this.uncork();
/third_party/node/lib/internal/streams/
Dwritable.js344 Writable.prototype.uncork = function() { method in Writable
621 this.uncork();
/third_party/node/doc/api/
Dstream.md609 The buffered data will be flushed when either the [`stream.uncork()`][] or
615 buffers all the chunks until `writable.uncork()` is called, which will pass them
621 See also: [`writable.uncork()`][], [`writable._writev()`][stream-_writev].
770 ##### `writable.uncork()`
776 The `writable.uncork()` method flushes all data buffered since
779 When using [`writable.cork()`][] and `writable.uncork()` to manage the buffering
780 of writes to a stream, defer calls to `writable.uncork()` using
788 process.nextTick(() => stream.uncork());
792 same number of calls to `writable.uncork()` must be called to flush the buffered
801 stream.uncork();
[all …]
Dhttp.md1351 ### `request.uncork()`
1359 See [`writable.uncork()`][].
2277 ### `response.uncork()`
2285 See [`writable.uncork()`][].
3239 ### `outgoingMessage.uncork()`
3247 See [`writable.uncork()`][]
4162 [`writable.uncork()`]: stream.md#writableuncork
/third_party/node/deps/undici/
Dundici.js9546 socket.uncork();
9695 stream.uncork();
9847 h2stream.uncork();
9854 socket.uncork();
9980 socket.uncork();
/third_party/pulseaudio/po/
Dzh_TW.po1755 msgid "Warning: Received more uncork requests than cork requests."
1756 msgstr "警告:已接收到多於 cork 請求的 uncork 請求。"
3631 #~ msgid "Warning: Received more uncork requests than cork requests!"
3632 #~ msgstr "警告:比起 cork 請求,接收到更多 uncork 請求!"
Did.po1808 msgstr "Tumpukan permintaan cork kosong: meng-uncork stream"
1811 msgid "Warning: Received more uncork requests than cork requests."
1813 "Peringatan: Menerima lebih banyak permintaan uncork daripada permintaan cork."
Dja.po1815 msgid "Warning: Received more uncork requests than cork requests."
1816 msgstr "警告: uncork リクエストを cork リクエストよりも多く受け取りました"

1234