restful_server sample
::host
is only used within restful_server sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
restful_server sample
::host
::host field
Syntax
Show:
Summary
Declaration
from
mdns_console.c:1062
struct
arg_str
*
host
;
Examples
References
from
examples
Code
Location
Referrer
struct
arg_str
*
host
;
mdns_console.c:1062
if
(
mdns_txt_remove_args
.
host
->
count
&&
mdns_txt_remove_args
.
host
->
sval
[
0
]
)
{
mdns_console.c:1083
cmd_mdns_service_txt_remove()
host
=
mdns_txt_remove_args
.
host
->
sval
[
0
]
;
mdns_console.c:1084
cmd_mdns_service_txt_remove()
mdns_txt_remove_args
.
host
=
arg_str0
(
"h"
,
"host"
,
"<hostname>"
,
"Service for this (delegated) host"
)
;
mdns_console.c:1096
register_mdns_service_txt_remove()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
::host
is written by 1 function and is read by 1 function:
register_mdns_service_txt_remove()
All items filtered out
::host
cmd_mdns_service_txt_remove()
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