Searched refs:json_check_tree_state (Results 1 – 1 of 1) sorted by relevance
191 static int json_check_tree_state(struct json_token *token) in json_check_tree_state() function195 if (json_check_tree_state(token->child) < 0 || in json_check_tree_state()196 json_check_tree_state(token->sibling) < 0) in json_check_tree_state()466 if (json_check_tree_state(root) < 0) { in json_parse()