Searched refs:cork (Results 1 - 18 of 18) sorted by relevance
/third_party/node/test/parallel/ |
H A D | test-stream-writableState-uncorked-bufferedRequestCount.js | 18 // first cork 19 writable.cork(); 23 // cork again 24 writable.cork(); 50 writable.cork();
|
H A D | test-stream-writev.js | 95 w.cork(); 100 w.cork();
|
H A D | test-net-sync-cork.js | 19 conn.cork();
|
H A D | test-stream3-cork-end.js | 9 // The call to cork() triggers storing chunks which are flushed 60 w.cork();
|
H A D | test-stream3-cork-uncork.js | 9 // The call to cork() triggers storing chunks which are flushed 58 w.cork();
|
H A D | test-stream-writable-destroy.js | 290 write.cork(); 294 write.cork(); 372 write.cork();
|
/third_party/node/lib/ |
H A D | _http_outgoing.js | 302 OutgoingMessage.prototype.cork = function() { 304 this.socket.cork(); 930 msg.socket.cork(); 1023 this.socket.cork(); 1038 this.socket.cork(); 1131 socket.cork(); 1139 socket.cork();
|
/third_party/node/benchmark/net/ |
H A D | net-c2s-cork.js | 57 socket.cork();
|
/third_party/ffmpeg/tests/fate/ |
H A D | qtrle.mak | 14 fate-qtrle-16bit: CMD = framecrc -i $(TARGET_SAMPLES)/qtrle/mr-cork-rle.mov -pix_fmt rgb24 -vf scale
|
/third_party/pulseaudio/src/modules/ |
H A D | module-tunnel-sink-new.c | 140 static void cork_stream(struct userdata *u, bool cork) { in cork_stream() argument 146 if (cork) { in cork_stream() 148 * cork the stream), we don't want to keep any old data around, because in cork_stream() 155 if ((operation = pa_stream_cork(u->stream, cork, NULL, NULL))) in cork_stream()
|
H A D | module-tunnel-source-new.c | 138 static void cork_stream(struct userdata *u, bool cork) { in cork_stream() argument 144 if ((operation = pa_stream_cork(u->stream, cork, NULL, NULL))) in cork_stream()
|
H A D | module-tunnel.c | 516 static void stream_cork_within_thread(struct userdata *u, bool cork) { in stream_cork_within_thread() argument 519 if (u->remote_corked == cork) in stream_cork_within_thread() 522 u->remote_corked = cork; in stream_cork_within_thread() 527 static void stream_cork(struct userdata *u, bool cork) { in stream_cork() argument 542 pa_tagstruct_put_boolean(t, cork); in stream_cork()
|
/third_party/node/lib/internal/ |
H A D | js_stream_socket.js | 191 this.stream.cork();
|
/third_party/node/lib/internal/http2/ |
H A D | compat.js | 717 cork() { 718 this[kStream].cork();
|
H A D | core.js | 1966 this.cork();
|
/third_party/node/deps/undici/src/lib/ |
H A D | client.js | 1619 socket.cork() 1851 stream.cork() 2036 h2stream.cork() 2040 socket.cork() 2177 socket.cork()
|
/third_party/node/lib/internal/streams/ |
H A D | writable.js | 340 Writable.prototype.cork = function() {
|
/third_party/node/deps/undici/ |
H A D | undici.js | 9541 socket.cork(); 9693 stream.cork(); 9845 h2stream.cork(); 9849 socket.cork(); 9959 socket.cork();
|
Completed in 28 milliseconds