Home
last modified time | relevance | path

Searched refs:cork (Results 1 - 18 of 18) sorted by relevance

/third_party/node/test/parallel/
H A Dtest-stream-writableState-uncorked-bufferedRequestCount.js18 // first cork
19 writable.cork();
23 // cork again
24 writable.cork();
50 writable.cork();
H A Dtest-stream-writev.js95 w.cork();
100 w.cork();
H A Dtest-net-sync-cork.js19 conn.cork();
H A Dtest-stream3-cork-end.js9 // The call to cork() triggers storing chunks which are flushed
60 w.cork();
H A Dtest-stream3-cork-uncork.js9 // The call to cork() triggers storing chunks which are flushed
58 w.cork();
H A Dtest-stream-writable-destroy.js290 write.cork();
294 write.cork();
372 write.cork();
/third_party/node/lib/
H A D_http_outgoing.js302 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 Dnet-c2s-cork.js57 socket.cork();
/third_party/ffmpeg/tests/fate/
H A Dqtrle.mak14 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 Dmodule-tunnel-sink-new.c140 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 Dmodule-tunnel-source-new.c138 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 Dmodule-tunnel.c516 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 Djs_stream_socket.js191 this.stream.cork();
/third_party/node/lib/internal/http2/
H A Dcompat.js717 cork() {
718 this[kStream].cork();
H A Dcore.js1966 this.cork();
/third_party/node/deps/undici/src/lib/
H A Dclient.js1619 socket.cork()
1851 stream.cork()
2036 h2stream.cork()
2040 socket.cork()
2177 socket.cork()
/third_party/node/lib/internal/streams/
H A Dwritable.js340 Writable.prototype.cork = function() {
/third_party/node/deps/undici/
H A Dundici.js9541 socket.cork();
9693 stream.cork();
9845 h2stream.cork();
9849 socket.cork();
9959 socket.cork();

Completed in 26 milliseconds