ESP-IDF
json_free()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
json_free()
json_free() function
Syntax
Show:
Summary
Declaration
Definition
from
json.h:36
void
json_free
(
struct
json_token
*
json
)
;
Implemented in
json.c:481
Arguments
Argument
json
Related Functions
Found 10 other functions taking a
json_token
argument:
Function
json_get_member()
json_get_member_base64url()
json_check_tree_state()
json_print_token()
dpp_parse_jwk()
dpp_parse_cred_legacy()
json_print_tree()
dpp_parse_cred_dpp()
dpp_connector_compatible_group()
dpp_connector_match_groups()
Examples
References
from
examples
Code
Location
Referrer
void
json_free
(
struct
json_token
*
json
)
json.c:481
void
json_free
(
struct
json_token
*
json
)
;
json.h:36
json_free
(
root
)
;
dpp.c:3819
dpp_conf_req_rx()
json_free
(
root
)
;
dpp.c:4125
dpp_parse_connector()
json_free
(
root
)
;
dpp.c:4433
dpp_parse_conf_obj()
json_free
(
root
)
;
dpp.c:4910
dpp_peer_intro()
json_free
(
own_root
)
;
dpp.c:4911
dpp_peer_intro()
json_free
(
root
)
;
dpp_crypto.c:457
dpp_parse_jws_prot_hdr()
json_free
(
curr_token
->
child
)
;
json.c:292
json_parse()
json_free
(
root
)
;
json.c:476
json_parse()
json_free
(
json
->
child
)
;
json.c:485
json_free()
json_free
(
json
->
sibling
)
;
json.c:486
json_free()
Call Tree
from
examples
json_free()
is called by 7 functions and calls 2 functions:
json_parse()
json_free()
dpp_conf_req_rx()
dpp_parse_connector()
dpp_parse_conf_obj()
dpp_peer_intro()
dpp_parse_jws_prot_hdr()
All items filtered out
json_free()
free()
json_free()
All items filtered out
Data Use
from
examples
json_free()
reads 4 variables:
json_token::name
json_token::string
json_token::child
json_token::sibling
All items filtered out
json_free()
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
json_free()
allocates 1 types:
json_token
All items filtered out
json_free()
All items filtered out