ESP-IDF
esp_tls_error_storage
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_tls_error_storage
esp_tls_error_storage struct
Syntax
Show:
Summary
Declaration
from
esp_tls_error_capture.c:12
typedef
struct
esp_tls_error_storage
{
struct
esp_tls_last_error
parent
;
int
sock_errno
;
}
esp_tls_error_storage_t
;
Fields
Field
Declared as
Description
esp_tls_error_storage::parent
struct
esp_tls_last_error
standard esp-tls last error container.
esp_tls_error_storage::sock_errno
int
last socket error captured in esp-tls.
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
esp_tls_error_storage
{
esp_tls_error_capture.c:12
}
esp_tls_error_storage_t
;
esp_tls_error_capture.c:15
esp_tls_error_storage_t
esp_tls_error_storage_t
*
storage
=
__containerof
(
h
,
esp_tls_error_storage_t
,
parent
)
;
esp_tls_error_capture.c:20
esp_tls_internal_event_tracker_capture()
struct
esp_tls_error_storage
*
storage
=
esp_tls_error_capture.c:41
esp_tls_internal_event_tracker_create()
calloc
(
1
,
sizeof
(
struct
esp_tls_error_storage
)
)
;
esp_tls_error_capture.c:42
esp_tls_internal_event_tracker_create()
esp_tls_error_storage_t
*
storage
=
__containerof
(
h
,
esp_tls_error_storage_t
,
parent
)
;
esp_tls_error_capture.c:49
esp_tls_internal_event_tracker_destroy()
free
(
storage
)
;
esp_tls_error_capture.c:50
esp_tls_internal_event_tracker_destroy()
esp_tls_error_storage_t
*
storage
=
__containerof
(
h
,
esp_tls_error_storage_t
,
parent
)
;
esp_tls_error_capture.c:56
esp_tls_get_and_clear_error_type()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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
esp_tls_error_storage
is allocated by 1 symbol and is freed by 1 symbol:
esp_tls_internal_event_tracker_create()
All items filtered out
esp_tls_error_storage
esp_tls_internal_event_tracker_destroy()
All items filtered out