/third_party/node/test/parallel/ |
D | test-stream-writev.js | 30 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();
|
D | test-stream-writable-properties.js | 10 w.uncork(); 16 w.uncork(); 18 w.uncork(); 20 w.uncork();
|
D | test-stream-writableState-uncorked-bufferedRequestCount.js | 32 writable.uncork(); 36 process.nextTick(uncork); 43 function uncork() { function 45 writable.uncork();
|
D | test-http2-res-corked.js | 30 res.uncork(); 33 res.uncork(); 36 res.uncork(); 39 res.uncork();
|
D | test-http-agent-reuse-drained-socket-only.js | 71 req.uncork(); 77 req.uncork();
|
D | test-console-log-stdio-broken-dest.js | 24 stream.uncork();
|
D | test-stream-writable-destroy.js | 292 write.uncork(); 306 write.uncork(); 382 write.uncork();
|
D | test-net-socket-byteswritten.js | 21 socket.uncork();
|
D | test-net-sync-cork.js | 22 conn.uncork();
|
D | test-http-response-cork.js | 19 res.uncork();
|
D | test-stream3-cork-uncork.js | 66 w.uncork();
|
D | test-net-bytes-written-large.js | 58 socket.uncork();
|
/third_party/node/lib/ |
D | _http_outgoing.js | 310 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/ |
D | net-c2s-cork.js | 59 socket.uncork();
|
/third_party/node/lib/internal/ |
D | js_stream_socket.js | 196 this.stream.uncork();
|
/third_party/node/deps/undici/src/lib/ |
D | client.js | 1622 socket.uncork() 1853 stream.uncork() 2038 h2stream.uncork() 2043 socket.uncork() 2199 socket.uncork()
|
/third_party/node/lib/internal/http2/ |
D | compat.js | 721 uncork() { method in Http2ServerResponse 722 this[kStream].uncork();
|
D | core.js | 2017 this.uncork();
|
/third_party/node/lib/internal/streams/ |
D | writable.js | 344 Writable.prototype.uncork = function() { method in Writable 621 this.uncork();
|
/third_party/node/doc/api/ |
D | stream.md | 609 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 …]
|
D | http.md | 1351 ### `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/ |
D | undici.js | 9546 socket.uncork(); 9695 stream.uncork(); 9847 h2stream.uncork(); 9854 socket.uncork(); 9980 socket.uncork();
|
/third_party/pulseaudio/po/ |
D | zh_TW.po | 1755 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 請求!"
|
D | id.po | 1808 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."
|
D | ja.po | 1815 msgid "Warning: Received more uncork requests than cork requests." 1816 msgstr "警告: uncork リクエストを cork リクエストよりも多く受け取りました"
|