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
defs:write_req
(Results
1 - 25
of
35
) sorted by relevance
1
2
/third_party/libuv/test/
H
A
D
test-tcp-read-stop.c
27
static uv_write_t
write_req
;
variable
H
A
D
test-pipe-set-non-blocking.c
77
uv_write_t
write_req
;
in TEST_IMPL()
local
H
A
D
test-signal-pending-on-close.c
32
static uv_write_t
write_req
;
variable
H
A
D
test-tcp-write-fail.c
36
static uv_write_t
write_req
;
variable
H
A
D
test-not-readable-nor-writable-on-read-error.c
28
static uv_write_t
write_req
;
variable
H
A
D
test-tcp-shutdown-after-write.c
31
static uv_write_t
write_req
;
variable
H
A
D
test-ipc-heavy-traffic-deadlock-bug.c
40
uv_write_t
write_req
;
member
H
A
D
test-tcp-bind-error.c
266
uv_write_t
write_req
;
in TEST_IMPL()
local
H
A
D
test-tcp-alloc-cb-fail.c
35
static uv_write_t
write_req
;
variable
H
A
D
benchmark-tcp-write-batch.c
34
}
write_req
;
typedef
H
A
D
test-readable-on-eof.c
28
static uv_write_t
write_req
;
variable
H
A
D
test-tcp-write-to-half-open-connection.c
39
static uv_write_t
write_req
;
variable
H
A
D
test-tcp-unexpected-read.c
30
static uv_write_t
write_req
;
variable
H
A
D
test-callback-stack.c
36
static uv_write_t
write_req
;
variable
H
A
D
test-fs-open-flags.c
46
static uv_fs_t
write_req
;
variable
[all...]
H
A
D
test-ref.c
29
static uv_write_t
write_req
;
variable
H
A
D
test-shutdown-eof.c
30
static uv_write_t
write_req
;
variable
H
A
D
test-tcp-writealot.c
126
uv_write_t*
write_req
= write_reqs + i;
in connect_cb()
local
H
A
D
test-metrics.c
30
uv_fs_t
write_req
;
member
314
uv_fs_t
write_req
;
in TEST_IMPL()
local
H
A
D
test-tcp-open.c
40
static uv_write_t
write_req
;
variable
H
A
D
test-ipc-send-recv.c
46
uv_write_t
write_req
;
member
58
uv_write_t
write_req
;
member
309
uv_write_t*
write_req
;
in read_cb()
local
/third_party/libuv/docs/code/uvcat/
H
A
D
main.c
10
uv_fs_t
write_req
;
variable
36
uv_fs_write(uv_default_loop(), &
write_req
, 1, &iov, 1, -1, on_write);
in on_read()
local
/third_party/libuv/docs/code/tty-gravity/
H
A
D
main.c
9
uv_write_t
write_req
;
variable
/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H
A
D
randomAccessFile_impl.cpp
33
std::unique_ptr<uv_fs_t, decltype(CommonFunc::FsReqCleanup)*>
write_req
= {
in DoWriteRAF()
local
/third_party/libuv/docs/code/multi-echo-server/
H
A
D
main.c
40
uv_write_t *
write_req
= (uv_write_t*) malloc(sizeof(uv_write_t));
in on_new_connection()
local
Completed in 9 milliseconds
1
2