ESP-IDF
json_token::sibling
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
json_token::sibling
json_token::sibling field
Syntax
Show:
Summary
Declaration
from
json.h:31
struct
json_token
*
parent
,
*
child
,
*
sibling
;
Examples
References
from
examples
Code
Location
Referrer
struct
json_token
*
parent
,
*
child
,
*
sibling
;
json.h:31
token
=
token
->
sibling
;
dpp.c:3813
dpp_conf_req_rx()
for
(
token
=
groups
->
child
;
token
;
token
=
token
->
sibling
)
{
dpp.c:4055
dpp_parse_connector()
for
(
token
=
groups
->
child
;
token
;
token
=
token
->
sibling
)
{
dpp.c:4692
dpp_connector_compatible_group()
for
(
token
=
groups
->
child
;
token
;
token
=
token
->
sibling
)
{
dpp.c:4726
dpp_connector_match_groups()
json_check_tree_state
(
token
->
sibling
)
<
0
)
json.c:196
json_check_tree_state()
!
curr_token
->
child
->
sibling
)
{
json.c:289
json_parse()
curr_token
->
sibling
=
json_alloc_token
(
&
tokens
)
;
json.c:353
json_parse()
if
(
!
curr_token
->
sibling
)
json.c:354
json_parse()
curr_token
->
sibling
->
parent
=
curr_token
->
parent
;
json.c:356
json_parse()
curr_token
=
curr_token
->
sibling
;
json.c:357
json_parse()
json_free
(
json
->
sibling
)
;
json.c:486
json_free()
for
(
token
=
json
->
child
;
token
;
token
=
token
->
sibling
)
{
json.c:500
json_get_member()
json_print_token
(
token
->
sibling
,
depth
,
buf
,
buflen
)
;
json.c:570
json_print_token()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
json_token::sibling
is written by 1 function and is read by 9 functions:
json_parse()
All items filtered out
json_token::sibling
json_check_tree_state()
json_parse()
json_free()
json_get_member()
json_print_token()
dpp_conf_req_rx()
dpp_parse_connector()
dpp_connector_compatible_group()
dpp_connector_match_groups()
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