Searched refs:yaml_parser_fetch_next_token (Results 1 – 1 of 1) sorted by relevance
202 if yaml_parser_fetch_next_token(parser).fail { in yaml_parser_fetch_more_tokens()210 unsafe fn yaml_parser_fetch_next_token(parser: *mut yaml_parser_t) -> Success { in yaml_parser_fetch_next_token() function