esp_local_ctrl sample
SEARCH_OFF
is only used within esp_local_ctrl sample.
Symbol previews are coming soon...
Symbols
loading (1/5)...
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_local_ctrl sample
SEARCH_OFF
SEARCH_OFF value
Syntax
Show:
Summary
Declaration
from
mdns_private.h:355
SEARCH_OFF
;
Examples
References
from
examples
Code
Location
Referrer
SEARCH_OFF
,
mdns_private.h:355
search
->
state
=
SEARCH_OFF
;
mdns.c:4648
_mdns_search_finish()
if
(
s
->
state
==
SEARCH_OFF
)
{
mdns.c:4934
_mdns_search_find_from()
if
(
s
->
state
!=
SEARCH_OFF
)
{
mdns.c:5389
_mdns_search_run()
s
->
state
=
SEARCH_OFF
;
mdns.c:5391
_mdns_search_run()
if
(
search
->
state
!=
SEARCH_OFF
)
{
mdns.c:6799
mdns_query_async_delete()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
SEARCH_OFF
is read by 4 functions:
All items filtered out
SEARCH_OFF
_mdns_search_finish()
_mdns_search_find_from()
_mdns_search_run()
mdns_query_async_delete()
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