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:socket_timeout
(Results
1 - 8
of
8
) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/bio/
H
A
D
bss_dgram.c
110
struct timeval
socket_timeout
;
member
212
data->
socket_timeout
.tv_sec = timeout / 1000;
in dgram_adjust_rcv_timeout()
213
data->
socket_timeout
.tv_usec = (timeout % 1000) * 1000;
in dgram_adjust_rcv_timeout()
216
socklen_t sz = sizeof(data->
socket_timeout
);
in dgram_adjust_rcv_timeout()
218
&(data->
socket_timeout
), &sz) < 0) {
in dgram_adjust_rcv_timeout()
221
OPENSSL_assert(sz <= sizeof(data->
socket_timeout
));
in dgram_adjust_rcv_timeout()
246
if ((data->
socket_timeout
.tv_sec == 0
in dgram_adjust_rcv_timeout()
247
&& data->
socket_timeout
.tv_usec == 0)
in dgram_adjust_rcv_timeout()
248
|| (data->
socket_timeout
.tv_sec > timeleft.tv_sec)
in dgram_adjust_rcv_timeout()
249
|| (data->
socket_timeout
in dgram_adjust_rcv_timeout()
[all...]
/third_party/openssl/crypto/bio/
H
A
D
bss_dgram.c
110
struct timeval
socket_timeout
;
member
212
data->
socket_timeout
.tv_sec = timeout / 1000;
in dgram_adjust_rcv_timeout()
213
data->
socket_timeout
.tv_usec = (timeout % 1000) * 1000;
in dgram_adjust_rcv_timeout()
216
socklen_t sz = sizeof(data->
socket_timeout
);
in dgram_adjust_rcv_timeout()
218
&(data->
socket_timeout
), &sz) < 0) {
in dgram_adjust_rcv_timeout()
221
OPENSSL_assert(sz <= sizeof(data->
socket_timeout
));
in dgram_adjust_rcv_timeout()
246
if ((data->
socket_timeout
.tv_sec == 0
in dgram_adjust_rcv_timeout()
247
&& data->
socket_timeout
.tv_usec == 0)
in dgram_adjust_rcv_timeout()
248
|| (data->
socket_timeout
.tv_sec > timeleft.tv_sec)
in dgram_adjust_rcv_timeout()
249
|| (data->
socket_timeout
in dgram_adjust_rcv_timeout()
[all...]
/third_party/node/deps/openssl/openssl/apps/include/
H
A
D
http_server.h
121
void
socket_timeout
(int signum);
/third_party/openssl/apps/include/
H
A
D
http_server.h
121
void
socket_timeout
(int signum);
/third_party/node/deps/openssl/openssl/apps/lib/
H
A
D
http_server.c
85
void
socket_timeout
(int signum)
in socket_timeout()
function
/third_party/openssl/apps/lib/
H
A
D
http_server.c
85
void
socket_timeout
(int signum)
in socket_timeout()
function
/third_party/node/deps/openssl/openssl/apps/
H
A
D
ocsp.c
635
signal(SIGALRM,
socket_timeout
);
in ocsp_main()
/third_party/openssl/apps/
H
A
D
ocsp.c
635
signal(SIGALRM,
socket_timeout
);
in ocsp_main()
Completed in 8 milliseconds