ESP-IDF
tls_global::event_cb
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
tls_global::event_cb
tls_global::event_cb field
Syntax
Show:
Summary
Declaration
from
tls_internal.c:27
void
(
*
event_cb
)
(
void
*
ctx
,
enum
tls_event
ev
,
union
tls_event_data
*
data
)
;
Examples
References
from
examples
Code
Location
Referrer
void
(
*
event_cb
)
(
void
*
ctx
,
enum
tls_event
ev
,
tls_internal.c:27
global
->
event_cb
=
conf
->
event_cb
;
tls_internal.c:60
tls_init()
tlsv1_client_set_cb
(
conn
->
client
,
global
->
event_cb
,
tls_internal.c:110
tls_connection_init()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tls_global::event_cb
is written by 1 function and is read by 1 function:
tls_init()
All items filtered out
tls_global::event_cb
tls_connection_init()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out