Searched refs:yaml_parser_scan (Results 1 – 6 of 6) sorted by relevance
42 if (!yaml_parser_scan(&parser, &token)) { in main()
133 tokens produced by `yaml_parser_scan`, the underlying call made by136 [LibYAML] implements a fast parser in C using `yaml_parser_scan`, which
304 token using yaml_parser_scan().
236 if (yaml_parser_scan (&scanner->parser, &scanner->token) != 1) in token_iter()
1408 yaml_parser_scan(yaml_parser_t *parser, yaml_token_t *token);
575 yaml_parser_scan(yaml_parser_t *parser, yaml_token_t *token);743 yaml_parser_scan(yaml_parser_t *parser, yaml_token_t *token) in yaml_parser_scan() function