Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:uncork
(Results
1 - 14
of
14
) sorted by relevance
/third_party/node/test/parallel/
H
A
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) {
48
console.log(`# decode=${decode}
uncork
=${
uncork
} multi=${multi}`);
106
w.
uncork
();
110
if (
uncork
)
111
w.
uncork
();
[all...]
H
A
D
test-stream-writableState-uncorked-bufferedRequestCount.js
31
// 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
D
test-http-agent-reuse-drained-socket-only.js
71
req.
uncork
();
77
req.
uncork
();
H
A
D
test-net-sync-cork.js
22
conn.
uncork
();
H
A
D
test-stream3-cork-uncork.js
10
// on calling
uncork
() in the same tick.
66
w.
uncork
();
H
A
D
test-stream-writable-destroy.js
292
write.
uncork
();
306
write.
uncork
();
382
write.
uncork
();
/third_party/node/lib/
H
A
D
_http_outgoing.js
310
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
D
net-c2s-cork.js
59
socket.
uncork
();
/third_party/node/lib/internal/
H
A
D
js_stream_socket.js
196
this.stream.
uncork
();
/third_party/node/lib/internal/http2/
H
A
D
compat.js
721
uncork
() {
722
this[kStream].
uncork
();
H
A
D
core.js
2017
this.
uncork
();
2120
//
uncork
() before that happens, the Duplex will attempt to pass
/third_party/node/lib/internal/streams/
H
A
D
writable.js
135
// 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
D
client.js
1622
socket.
uncork
()
1853
stream.
uncork
()
2038
h2stream.
uncork
()
2043
socket.
uncork
()
2199
socket.
uncork
()
/third_party/node/deps/undici/
H
A
D
undici.js
9546
socket.
uncork
();
9695
stream.
uncork
();
9847
h2stream.
uncork
();
9854
socket.
uncork
();
9980
socket.
uncork
();
Completed in 21 milliseconds