ESP-IDF
mqtt_config_storage_t::host
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/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
mqtt_config_storage_t::host
mqtt_config_storage_t::host field
Syntax
Show:
Summary
Declaration
from
mqtt_client_priv.h:74
char
*
host
;
Examples
References
from
examples
Code
Location
Referrer
char
*
host
;
mqtt_client_priv.h:74
ESP_MEM_CHECK
(
TAG
,
esp_mqtt_set_if_config
(
config
->
broker
.
address
.
hostname
,
&
client
->
config
->
host
)
,
goto
_mqtt_set_config_failed
)
;
mqtt_client.c:438
esp_mqtt_set_config()
free
(
client
->
config
->
host
)
;
mqtt_client.c:636
esp_mqtt_destroy_config()
free
(
client
->
config
->
host
)
;
mqtt_client.c:956
esp_mqtt_client_set_uri()
client
->
config
->
host
=
create_string
(
uri
+
puri
.
field_data
[
UF_HOST
]
.
off
,
puri
.
field_data
[
UF_HOST
]
.
len
)
;
mqtt_client.c:960
esp_mqtt_client_set_uri()
client
->
config
->
host
,
mqtt_client.c:1621
esp_mqtt_task()
ESP_LOGD
(
TAG
,
"Transport connected to %s://%s:%d"
,
client
->
config
->
scheme
,
client
->
config
->
host
,
client
->
config
->
port
)
;
mqtt_client.c:1629
esp_mqtt_task()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mqtt_config_storage_t::host
is written by 1 function and is read by 3 functions:
esp_mqtt_client_set_uri()
All items filtered out
mqtt_config_storage_t::host
esp_mqtt_destroy_config()
esp_mqtt_client_set_uri()
esp_mqtt_task()
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