ESP-IDF
httpd_ssl_transport_ctx::tls
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
httpd_ssl_transport_ctx::tls
httpd_ssl_transport_ctx::tls field
Syntax
Show:
Summary
Declaration
from
https_server.c:22
esp_tls_t
*
tls
;
Examples
References
from
examples
Code
Location
Referrer
esp_tls_t
*
tls
;
https_server.c:22
esp_tls_t
*
tls
=
transport_ctx
->
tls
;
https_server.c:54
httpd_ssl_close()
esp_tls_t
*
tls
=
transport_ctx
->
tls
;
https_server.c:80
httpd_ssl_pending()
esp_tls_t
*
tls
=
transport_ctx
->
tls
;
https_server.c:108
httpd_ssl_recv()
esp_tls_t
*
tls
=
transport_ctx
->
tls
;
https_server.c:138
httpd_ssl_send()
transport_ctx
->
tls
=
tls
;
https_server.c:194
httpd_ssl_open()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
httpd_ssl_transport_ctx::tls
is written by 1 function and is read by 4 functions:
httpd_ssl_open()
All items filtered out
httpd_ssl_transport_ctx::tls
httpd_ssl_close()
httpd_ssl_pending()
httpd_ssl_recv()
httpd_ssl_send()
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