Searched refs:json_check_tree_state (Results 1 – 1 of 1) sorted by relevance
239 static int json_check_tree_state(struct json_token *token) in json_check_tree_state() function243 if (json_check_tree_state(token->child) < 0 || in json_check_tree_state()244 json_check_tree_state(token->sibling) < 0) in json_check_tree_state()552 if (json_check_tree_state(root) < 0) { in json_parse()