Home
last modified time | relevance | path

Searched refs:json_free (Results 1 – 4 of 4) sorted by relevance

/external/wpa_supplicant_8/src/utils/
Djson.c283 json_free(curr_token->child); in json_parse()
465 json_free(root); in json_parse()
470 void json_free(struct json_token *json) in json_free() function
474 json_free(json->child); in json_free()
475 json_free(json->sibling); in json_free()
Djson.h36 void json_free(struct json_token *json);
Dutils_module_tests.c912 json_free(root); in json_tests()
/external/wpa_supplicant_8/src/common/
Ddpp.c3504 json_free(root); in dpp_conf_req_rx()
3585 json_free(root); in dpp_parse_jws_prot_hdr()
3875 json_free(root); in dpp_parse_connector()
4247 json_free(root); in dpp_parse_conf_obj()
4783 json_free(root); in dpp_peer_intro()
4784 json_free(own_root); in dpp_peer_intro()