Searched refs:json_check_tree_state (Results 1 – 1 of 1) sorted by relevance
184 static int json_check_tree_state(struct json_token *token) in json_check_tree_state() function188 if (json_check_tree_state(token->child) < 0 || in json_check_tree_state()189 json_check_tree_state(token->sibling) < 0) in json_check_tree_state()457 if (json_check_tree_state(root) < 0) { in json_parse()