ESP-IDF
mqtt_config_storage_t::path
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (3/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::path
mqtt_config_storage_t::path field
Syntax
Show:
Summary
Declaration
from
mqtt_client_priv.h:75
char
*
path
;
Examples
References
from
examples
Code
Location
Referrer
char
*
path
;
mqtt_client_priv.h:75
if
(
client
->
config
->
path
)
{
mqtt_client.c:331
esp_mqtt_client_create_transport()
esp_transport_ws_set_path
(
ws
,
client
->
config
->
path
)
;
mqtt_client.c:332
esp_mqtt_client_create_transport()
if
(
client
->
config
->
path
)
{
mqtt_client.c:357
esp_mqtt_client_create_transport()
esp_transport_ws_set_path
(
wss
,
client
->
config
->
path
)
;
mqtt_client.c:358
esp_mqtt_client_create_transport()
ESP_MEM_CHECK
(
TAG
,
esp_mqtt_set_if_config
(
config
->
broker
.
address
.
path
,
&
client
->
config
->
path
)
,
goto
_mqtt_set_config_failed
)
;
mqtt_client.c:439
esp_mqtt_set_config()
free
(
client
->
config
->
path
)
;
mqtt_client.c:638
esp_mqtt_destroy_config()
free
(
client
->
config
->
path
)
;
mqtt_client.c:957
esp_mqtt_client_set_uri()
client
->
config
->
path
=
NULL
;
mqtt_client.c:961
esp_mqtt_client_set_uri()
asprintf_ret_value
=
asprintf
(
&
client
->
config
->
path
,
mqtt_client.c:967
esp_mqtt_client_set_uri()
asprintf_ret_value
=
asprintf
(
&
client
->
config
->
path
,
mqtt_client.c:971
esp_mqtt_client_set_uri()
asprintf_ret_value
=
asprintf
(
&
client
->
config
->
path
,
mqtt_client.c:975
esp_mqtt_client_set_uri()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mqtt_config_storage_t::path
is written by 1 function and is read by 3 functions:
esp_mqtt_client_set_uri()
All items filtered out
mqtt_config_storage_t::path
esp_mqtt_client_create_transport()
esp_mqtt_destroy_config()
esp_mqtt_client_set_uri()
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