ESP-IDF
transport_ws_t::path
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
transport_ws_t::path
transport_ws_t::path field
Syntax
Show:
Summary
Declaration
from
transport_ws.c:54
char
*
path
;
Examples
References
from
examples
Code
Location
Referrer
char
*
path
;
transport_ws.c:54
ws
->
path
,
transport_ws.c:237
ws_connect()
free
(
ws
->
path
)
;
transport_ws.c:687
ws_destroy()
if
(
ws
->
path
)
{
transport_ws.c:701
internal_esp_transport_ws_set_path()
free
(
ws
->
path
)
;
transport_ws.c:702
internal_esp_transport_ws_set_path()
ws
->
path
=
NULL
;
transport_ws.c:705
internal_esp_transport_ws_set_path()
ws
->
path
=
strdup
(
path
)
;
transport_ws.c:708
internal_esp_transport_ws_set_path()
if
(
ws
->
path
==
NULL
)
{
transport_ws.c:709
internal_esp_transport_ws_set_path()
ws
->
path
=
strdup
(
"/"
)
;
transport_ws.c:753
esp_transport_ws_init()
ESP_TRANSPORT_MEM_CHECK
(
TAG
,
ws
->
path
,
{
transport_ws.c:754
esp_transport_ws_init()
free
(
ws
->
path
)
;
transport_ws.c:761
esp_transport_ws_init()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
transport_ws_t::path
is written by 2 functions and is read by 4 functions:
internal_esp_transport_ws_set_path()
esp_transport_ws_init()
All items filtered out
transport_ws_t::path
ws_connect()
ws_destroy()
internal_esp_transport_ws_set_path()
esp_transport_ws_init()
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