ESP-IDF
mqtt_config_storage_t::alpn_protos
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
mqtt_config_storage_t::alpn_protos
mqtt_config_storage_t::alpn_protos field
Syntax
Show:
Summary
Declaration
from
mqtt_client_priv.h:82
char
*
*
alpn_protos
;
Examples
References
from
examples
Code
Location
Referrer
char
*
*
alpn_protos
;
mqtt_client_priv.h:82
if
(
cfg
->
alpn_protos
)
{
mqtt_client.c:179
esp_mqtt_set_ssl_transport_properties()
esp_transport_ssl_set_alpn_protocol
(
ssl
,
(
const
char
*
*
)
cfg
->
alpn_protos
)
;
mqtt_client.c:182
esp_mqtt_set_ssl_transport_properties()
bool
ssl_cfg_enabled
=
cfg
->
use_global_ca_store
||
cfg
->
cacert_buf
||
cfg
->
clientcert_buf
||
cfg
->
psk_hint_key
||
cfg
->
alpn_protos
;
mqtt_client.c:272
esp_mqtt_check_cfg_conflict()
free
(
client
->
config
->
alpn_protos
[
i
]
)
;
mqtt_client.c:541
esp_mqtt_set_config()
free
(
client
->
config
->
alpn_protos
)
;
mqtt_client.c:543
esp_mqtt_set_config()
client
->
config
->
alpn_protos
=
calloc
(
client
->
config
->
num_alpn_protos
+
1
,
sizeof
(
*
config
->
broker
.
verification
.
alpn_protos
)
)
;
mqtt_client.c:552
esp_mqtt_set_config()
ESP_MEM_CHECK
(
TAG
,
client
->
config
->
alpn_protos
,
goto
_mqtt_set_config_failed
)
;
mqtt_client.c:553
esp_mqtt_set_config()
client
->
config
->
alpn_protos
[
i
]
=
strdup
(
config
->
broker
.
verification
.
alpn_protos
[
i
]
)
;
mqtt_client.c:556
esp_mqtt_set_config()
ESP_MEM_CHECK
(
TAG
,
client
->
config
->
alpn_protos
[
i
]
,
goto
_mqtt_set_config_failed
)
;
mqtt_client.c:557
esp_mqtt_set_config()
free
(
client
->
config
->
alpn_protos
[
i
]
)
;
mqtt_client.c:641
esp_mqtt_destroy_config()
free
(
client
->
config
->
alpn_protos
)
;
mqtt_client.c:643
esp_mqtt_destroy_config()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mqtt_config_storage_t::alpn_protos
is written by 1 function and is read by 4 functions:
esp_mqtt_set_config()
All items filtered out
mqtt_config_storage_t::alpn_protos
esp_mqtt_set_ssl_transport_properties()
esp_mqtt_check_cfg_conflict()
esp_mqtt_set_config()
esp_mqtt_destroy_config()
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