Searched defs:root (Results 1 – 7 of 7) sorted by relevance
/hostap/src/utils/ |
D | xml-utils.c | 16 xml_node_t *root, char *uri) in get_node_uri_iter() 46 xml_node_t * get_node_uri(struct xml_node_ctx *ctx, xml_node_t *root, in get_node_uri() 64 xml_node_t *root, const char *path) in get_node_iter() 89 xml_node_t * get_node(struct xml_node_ctx *ctx, xml_node_t *root, in get_node() 106 xml_node_t * get_child_node(struct xml_node_ctx *ctx, xml_node_t *root, in get_child_node() 280 xml_node_t *root; in mo_to_tnds() local 337 static xml_node_t * add_mo_node(struct xml_node_ctx *ctx, xml_node_t *root, in add_mo_node() 384 static xml_node_t * tnds_to_mo_iter(struct xml_node_ctx *ctx, xml_node_t *root, in tnds_to_mo_iter()
|
D | json.c | 222 struct json_token *root = NULL, *curr_token = NULL, *token = NULL; in json_parse() local 597 void json_print_tree(struct json_token *root, char *buf, size_t buflen) in json_print_tree()
|
D | utils_module_tests.c | 892 struct json_token *root; in json_tests() local
|
/hostap/tests/fuzzing/json/ |
D | json.c | 17 struct json_token *root; in LLVMFuzzerTestOneInput() local
|
/hostap/src/common/ |
D | dpp_reconfig.c | 450 struct json_token *root = NULL, *own_root = NULL, *token; in dpp_reconfig_auth_req_rx() local 675 struct json_token *root = NULL, *token, *conn_status_json = NULL; in dpp_reconfig_auth_resp_rx() local
|
D | dpp.c | 2334 struct json_token *root = NULL, *token; in dpp_conf_req_rx() local 2827 struct json_token *root, *groups, *netkey, *token; in dpp_parse_connector() local 3226 struct json_token *root, *token, *discovery, *cred; in dpp_parse_conf_obj() local 3750 struct json_token *root = NULL, *token; in dpp_conn_status_result_rx() local 4105 static int dpp_connector_compatible_group(struct json_token *root, in dpp_connector_compatible_group() 4225 struct json_token *root = NULL, *netkey, *token; in dpp_peer_intro() local 4376 struct json_token *root, *token; in dpp_get_connector_version() local
|
D | dpp_crypto.c | 612 struct json_token *root, *token; in dpp_parse_jws_prot_hdr() local
|