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:sent_messages
(Results
1 - 7
of
7
) sorted by relevance
/third_party/node/deps/openssl/openssl/ssl/
H
A
D
d1_lib.c
83
d1->
sent_messages
= pqueue_new();
in dtls1_new()
92
if (d1->buffered_messages == NULL || d1->
sent_messages
== NULL) {
in dtls1_new()
94
pqueue_free(d1->
sent_messages
);
in dtls1_new()
131
while ((item = pqueue_pop(s->d1->
sent_messages
)) != NULL) {
in dtls1_clear_sent_buffer()
165
pqueue_free(s->d1->
sent_messages
);
in dtls1_free()
175
pqueue *
sent_messages
;
in dtls1_clear()
local
185
sent_messages
= s->d1->
sent_messages
;
in dtls1_clear()
206
s->d1->
sent_messages
=
sent_messages
;
in dtls1_clear()
[all...]
H
A
D
ssl_local.h
1967
pqueue *
sent_messages
;
member
/third_party/openssl/ssl/
H
A
D
d1_lib.c
83
d1->
sent_messages
= pqueue_new();
in dtls1_new()
92
if (d1->buffered_messages == NULL || d1->
sent_messages
== NULL) {
in dtls1_new()
94
pqueue_free(d1->
sent_messages
);
in dtls1_new()
131
while ((item = pqueue_pop(s->d1->
sent_messages
)) != NULL) {
in dtls1_clear_sent_buffer()
148
pqueue_free(s->d1->
sent_messages
);
in dtls1_free()
158
pqueue *
sent_messages
;
in dtls1_clear()
local
168
sent_messages
= s->d1->
sent_messages
;
in dtls1_clear()
189
s->d1->
sent_messages
=
sent_messages
;
in dtls1_clear()
[all...]
H
A
D
ssl_local.h
1911
pqueue *
sent_messages
;
member
/third_party/node/deps/openssl/openssl/ssl/statem/
H
A
D
statem_dtls.c
1088
pqueue *sent = s->d1->
sent_messages
;
in dtls1_retransmit_buffered_messages()
1175
pqueue_insert(s->d1->
sent_messages
, item);
in dtls1_buffer_message()
1194
item = pqueue_find(s->d1->
sent_messages
, seq64be);
in dtls1_retransmit_message()
/third_party/openssl/ssl/statem/
H
A
D
statem_dtls.c
1092
pqueue *sent = s->d1->
sent_messages
;
in dtls1_retransmit_buffered_messages()
1179
pqueue_insert(s->d1->
sent_messages
, item);
in dtls1_buffer_message()
1198
item = pqueue_find(s->d1->
sent_messages
, seq64be);
in dtls1_retransmit_message()
/third_party/rust/crates/nix/test/sys/
H
A
D
test_socket.rs
535
let mut
sent_messages
= 0;
in udp_sendmmsg()
variables
538
sent_messages
+= 1;
in udp_sendmmsg()
542
assert_eq!(
sent_messages
, iovs.len());
in udp_sendmmsg()
543
assert_eq!(sent_bytes,
sent_messages
* m.len());
in udp_sendmmsg()
544
Ok(
sent_messages
)
in udp_sendmmsg()
Completed in 20 milliseconds