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:uv_pipe_t
(Results
1 - 1
of
1
) sorted by relevance
/interface/sdk_c/third_party/libuv/include/uv_ndk/
H
A
D
uv.h
219
typedef struct uv_pipe_s
uv_pipe_t
;
typedef
494
* uv_stream_t is the parent class of uv_tcp_t,
uv_pipe_t
and uv_tty_t.
770
*
uv_pipe_t
is a subclass of uv_stream_t.
782
UV_EXTERN int uv_pipe_init(uv_loop_t*,
uv_pipe_t
* handle, int ipc);
783
UV_EXTERN int uv_pipe_open(
uv_pipe_t
*, uv_file file);
784
UV_EXTERN int uv_pipe_bind(
uv_pipe_t
* handle, const char* name);
786
uv_pipe_t
* handle,
789
UV_EXTERN int uv_pipe_getsockname(const
uv_pipe_t
* handle,
792
UV_EXTERN int uv_pipe_getpeername(const
uv_pipe_t
* handle,
795
UV_EXTERN void uv_pipe_pending_instances(
uv_pipe_t
* handl
[all...]
Completed in 3 milliseconds