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:TLSHandshakeState
(Results
1 - 3
of
3
) sorted by relevance
/third_party/nghttp2/src/
H
A
D
shrpx_connection.cc
128
tls.handshake_state =
TLSHandshakeState
::NORMAL;
in disconnect()
370
case
TLSHandshakeState
::WAIT_FOR_SESSION_CACHE:
in tls_handshake()
372
case
TLSHandshakeState
::GOT_SESSION_CACHE: {
in tls_handshake()
396
tls.handshake_state =
TLSHandshakeState
::NORMAL;
in tls_handshake()
399
case
TLSHandshakeState
::CANCEL_SESSION_CACHE:
in tls_handshake()
400
tls.handshake_state =
TLSHandshakeState
::NORMAL;
in tls_handshake()
426
(tls.handshake_state ==
TLSHandshakeState
::WRITE_STARTED ||
in tls_handshake()
449
(tls.handshake_state ==
TLSHandshakeState
::WRITE_STARTED ||
in tls_handshake()
501
if (tls.handshake_state ==
TLSHandshakeState
::WAIT_FOR_SESSION_CACHE) {
in tls_handshake()
518
if (tls.handshake_state !=
TLSHandshakeState
in tls_handshake()
[all...]
H
A
D
shrpx_connection.h
52
enum class
TLSHandshakeState
{
class
75
TLSHandshakeState
handshake_state;
H
A
D
shrpx_tls.cc
506
conn->tls.handshake_state =
TLSHandshakeState
::CANCEL_SESSION_CACHE;
in tls_session_get_cb()
517
conn->tls.handshake_state =
TLSHandshakeState
::CANCEL_SESSION_CACHE;
in tls_session_get_cb()
522
conn->tls.handshake_state =
TLSHandshakeState
::GOT_SESSION_CACHE;
in tls_session_get_cb()
525
conn->tls.handshake_state =
TLSHandshakeState
::WAIT_FOR_SESSION_CACHE;
in tls_session_get_cb()
Completed in 9 milliseconds