Home
last modified time | relevance | path

Searched refs:yaml_token_t (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/libyaml/src/
H A Dscanner.c575 yaml_parser_scan(yaml_parser_t *parser, yaml_token_t *token);
685 yaml_parser_scan_directive(yaml_parser_t *parser, yaml_token_t *token);
704 yaml_parser_scan_anchor(yaml_parser_t *parser, yaml_token_t *token,
708 yaml_parser_scan_tag(yaml_parser_t *parser, yaml_token_t *token);
723 yaml_parser_scan_block_scalar(yaml_parser_t *parser, yaml_token_t *token,
732 yaml_parser_scan_flow_scalar(yaml_parser_t *parser, yaml_token_t *token,
736 yaml_parser_scan_plain_scalar(yaml_parser_t *parser, yaml_token_t *token);
743 yaml_parser_scan(yaml_parser_t *parser, yaml_token_t *token) in yaml_parser_scan()
750 memset(token, 0, sizeof(yaml_token_t)); in yaml_parser_scan()
1209 yaml_token_t token; in yaml_parser_roll_indent()
[all …]
H A Dparser.c315 yaml_token_t *token; in yaml_parser_parse_stream_start()
345 yaml_token_t *token; in yaml_parser_parse_document_start()
442 yaml_token_t *token; in yaml_parser_parse_document_content()
472 yaml_token_t *token; in yaml_parser_parse_document_end()
532 yaml_token_t *token; in yaml_parser_parse_node()
729 yaml_token_t *token; in yaml_parser_parse_block_sequence_entry()
787 yaml_token_t *token; in yaml_parser_parse_indentless_sequence_entry()
837 yaml_token_t *token; in yaml_parser_parse_block_mapping_key()
902 yaml_token_t *token; in yaml_parser_parse_block_mapping_value()
952 yaml_token_t *token; in yaml_parser_parse_flow_sequence_entry()
[all …]
H A Dapi.c186 if (!QUEUE_INIT(parser, parser->tokens, INITIAL_QUEUE_SIZE, yaml_token_t*)) in yaml_parser_initialize()
584 yaml_token_delete(yaml_token_t *token) in yaml_token_delete()
616 memset(token, 0, sizeof(yaml_token_t)); in yaml_token_delete()
H A Dyaml_private.h500 (memset(&(token), 0, sizeof(yaml_token_t)), \
/freebsd/contrib/libyaml/include/
H A Dyaml.h336 } yaml_token_t; typedef
345 yaml_token_delete(yaml_token_t *token);
1200 yaml_token_t *start;
1202 yaml_token_t *end;
1204 yaml_token_t *head;
1206 yaml_token_t *tail;
1408 yaml_parser_scan(yaml_parser_t *parser, yaml_token_t *token);
/freebsd/contrib/libyaml/tests/
H A Dtest-version.c24 printf("sizeof(token) = %ld\n", (long)sizeof(yaml_token_t)); in main()
H A Drun-scanner.c25 yaml_token_t token; in main()
/freebsd/contrib/lyaml/ext/yaml/
H A Dscanner.c32 yaml_token_t token;