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:tcp_client
(Results
1 - 8
of
8
) sorted by relevance
/third_party/libuv/test/
H
A
D
test-tcp-write-after-connect.c
28
uv_tcp_t
tcp_client
;
variable
H
A
D
test-not-readable-nor-writable-on-read-error.c
26
static uv_tcp_t
tcp_client
;
variable
H
A
D
benchmark-tcp-write-batch.c
38
static uv_tcp_t
tcp_client
;
variable
H
A
D
test-readable-on-eof.c
26
static uv_tcp_t
tcp_client
;
variable
H
A
D
test-tcp-write-to-half-open-connection.c
36
static uv_tcp_t
tcp_client
;
variable
H
A
D
test-tcp-close-reset.c
36
static uv_tcp_t
tcp_client
;
variable
187
static void do_connect(uv_loop_t* loop, uv_tcp_t*
tcp_client
) {
in do_connect()
argument
[all...]
/third_party/python/Lib/test/test_asyncio/
H
A
D
functional.py
69
def
tcp_client
(self, client_prog,
member in FunctionalTestCaseMixin
H
A
D
test_ssl.py
129
def
tcp_client
(self, client_prog,
member in TestSSL
Completed in 8 milliseconds