Searched refs:yaml_parser_fetch_more_tokens (Results 1 – 3 of 3) sorted by relevance
589 yaml_parser_fetch_more_tokens(yaml_parser_t *parser);760 if (!yaml_parser_fetch_more_tokens(parser)) in yaml_parser_scan()800 yaml_parser_fetch_more_tokens(yaml_parser_t *parser) in yaml_parser_fetch_more_tokens() function
49 yaml_parser_fetch_more_tokens(yaml_parser_t *parser);
49 ((parser->token_available || yaml_parser_fetch_more_tokens(parser)) ? \
Completed in 10 milliseconds