Searched refs:yaml_token_t (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/sys/yaml/include/ |
| H A D | yaml.h | 295 } yaml_token_t; typedef 304 yaml_token_delete(yaml_token_t *token); 889 yaml_token_t *start; 891 yaml_token_t *end; 893 yaml_token_t *head; 895 yaml_token_t *tail; 1097 yaml_parser_scan(yaml_parser_t *parser, yaml_token_t *token);
|
| /petsc/src/sys/yaml/src/ |
| H A D | scanner.c | 575 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() 1205 yaml_token_t token; in yaml_parser_roll_indent() [all …]
|
| H A D | parser.c | 315 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 D | api.c | 162 if (!QUEUE_INIT(parser, parser->tokens, INITIAL_QUEUE_SIZE, yaml_token_t*)) in yaml_parser_initialize() 329 yaml_token_delete(yaml_token_t *token) in yaml_token_delete() 361 memset(token, 0, sizeof(yaml_token_t)); in yaml_token_delete()
|
| H A D | yaml_private.h | 500 (memset(&(token), 0, sizeof(yaml_token_t)), \
|