Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/utils/
Djson.c292 json_free(curr_token->child); in json_parse()
476 json_free(root); in json_parse()
481 void json_free(struct json_token *json) in json_free() function
485 json_free(json->child); in json_free()
486 json_free(json->sibling); in json_free()
Djson.h36 void json_free(struct json_token *json);
Dutils_module_tests.c914 json_free(root); in json_tests()
/external/wpa_supplicant_8/src/common/
Ddpp_reconfig.c561 json_free(root); in dpp_reconfig_auth_req_rx()
562 json_free(own_root); in dpp_reconfig_auth_req_rx()
836 json_free(root); in dpp_reconfig_auth_resp_rx()
837 json_free(conn_status_json); in dpp_reconfig_auth_resp_rx()
Ddpp.c2548 json_free(root); in dpp_conf_req_rx()
2846 json_free(root); in dpp_parse_connector()
3283 json_free(root); in dpp_parse_conf_obj()
3779 json_free(root); in dpp_conn_status_result_rx()
4289 json_free(root); in dpp_peer_intro()
4290 json_free(own_root); in dpp_peer_intro()
4319 json_free(root); in dpp_get_connector_version()
Ddpp_crypto.c681 json_free(root); in dpp_parse_jws_prot_hdr()