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:cur_hs_frag_len
(Results
1 - 1
of
1
) sorted by relevance
/third_party/mbedtls/library/
H
A
D
ssl_msg.c
2598
size_t
cur_hs_frag_len
, max_hs_frag_len;
in mbedtls_ssl_flight_transmit()
local
2616
cur_hs_frag_len
= rem_len > max_hs_frag_len ?
in mbedtls_ssl_flight_transmit()
2619
if (frag_off == 0 &&
cur_hs_frag_len
!= hs_len) {
in mbedtls_ssl_flight_transmit()
2621
(unsigned)
cur_hs_frag_len
,
in mbedtls_ssl_flight_transmit()
2634
ssl->out_msg[9] = MBEDTLS_BYTE_2(
cur_hs_frag_len
);
in mbedtls_ssl_flight_transmit()
2635
ssl->out_msg[10] = MBEDTLS_BYTE_1(
cur_hs_frag_len
);
in mbedtls_ssl_flight_transmit()
2636
ssl->out_msg[11] = MBEDTLS_BYTE_0(
cur_hs_frag_len
);
in mbedtls_ssl_flight_transmit()
2641
memcpy(ssl->out_msg + 12, p,
cur_hs_frag_len
);
in mbedtls_ssl_flight_transmit()
2642
ssl->out_msglen =
cur_hs_frag_len
+ 12;
in mbedtls_ssl_flight_transmit()
2646
ssl->handshake->cur_msg_p +=
cur_hs_frag_len
;
in mbedtls_ssl_flight_transmit()
[all...]
Completed in 4 milliseconds