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:close_cb
(Results
1 - 25
of
81
) sorted by relevance
1
2
3
4
/third_party/libuv/test/
H
A
D
test-active.c
32
static void
close_cb
(uv_handle_t* handle) {
in close_cb()
function
H
A
D
test-poll-closesocket.c
34
static void
close_cb
(uv_handle_t* h) {
in close_cb()
function
H
A
D
test-poll-close.c
39
static void
close_cb
(uv_handle_t* handle) {
in close_cb()
function
H
A
D
test-socket-buffer-size.c
34
static void
close_cb
(uv_handle_t* handle) {
in close_cb()
function
H
A
D
test-tcp-connect-error-after-write.c
34
static void
close_cb
(uv_handle_t* handle) {
in close_cb()
function
H
A
D
test-not-writable-after-shutdown.c
27
static void
close_cb
(uv_handle_t* handle) {
in close_cb()
function
H
A
D
test-poll-close-doesnt-corrupt-stack.c
40
static void
close_cb
(uv_handle_t* h) {
in close_cb()
function
H
A
D
test-poll-multiple-handles.c
37
static void
close_cb
(uv_handle_t* handle) {
in close_cb()
function
H
A
D
test-udp-sendmmsg-error.c
37
static void
close_cb
(uv_handle_t* handle) {
in close_cb()
function
H
A
D
test-tcp-bind6-error.c
31
static void
close_cb
(uv_handle_t* handle) {
in close_cb()
function
H
A
D
test-async.c
72
static void
close_cb
(uv_handle_t* handle) {
in close_cb()
function
H
A
D
test-close-order.c
34
static void
close_cb
(uv_handle_t* handle) {
in close_cb()
function
H
A
D
test-timer-again.c
37
static void
close_cb
(uv_handle_t* handle) {
in close_cb()
function
H
A
D
benchmark-million-timers.c
36
static void
close_cb
(uv_handle_t* handle) {
in close_cb()
function
H
A
D
test-shutdown-close.c
46
static void
close_cb
(uv_handle_t* handle) {
in close_cb()
function
H
A
D
test-shutdown-twice.c
35
static void
close_cb
(uv_handle_t* handle) {
in close_cb()
function
H
A
D
test-idle.c
36
static void
close_cb
(uv_handle_t* handle) {
in close_cb()
function
H
A
D
test-pipe-connect-error.c
39
static void
close_cb
(uv_handle_t* handle) {
in close_cb()
function
H
A
D
test-pipe-connect-prepare.c
44
static void
close_cb
(uv_handle_t* handle) {
in close_cb()
function
H
A
D
test-tcp-connect6-error.c
39
static void
close_cb
(uv_handle_t* handle) {
in close_cb()
function
H
A
D
test-tcp-connect-error.c
40
static void
close_cb
(uv_handle_t* handle) {
in close_cb()
function
H
A
D
test-udp-multicast-interface6.c
39
static void
close_cb
(uv_handle_t* handle) {
in close_cb()
function
H
A
D
test-udp-multicast-interface.c
39
static void
close_cb
(uv_handle_t* handle) {
in close_cb()
function
H
A
D
test-udp-multicast-ttl.c
39
static void
close_cb
(uv_handle_t* handle) {
in close_cb()
function
H
A
D
test-udp-dgram-too-big.c
42
static void
close_cb
(uv_handle_t* handle) {
in close_cb()
function
Completed in 10 milliseconds
1
2
3
4