Home
last modified time | relevance | path

Searched defs:token (Results 1 – 5 of 5) sorted by relevance

/optee_benchmark/libyaml/src/
A Dscanner.c1210 yaml_token_t token; in yaml_parser_roll_indent() local
1262 yaml_token_t token; in yaml_parser_unroll_indent() local
1296 yaml_token_t token; in yaml_parser_fetch_stream_start() local
1333 yaml_token_t token; in yaml_parser_fetch_stream_end() local
1371 yaml_token_t token; in yaml_parser_fetch_directive() local
1409 yaml_token_t token; in yaml_parser_fetch_document_indicator() local
1454 yaml_token_t token; in yaml_parser_fetch_flow_collection_start() local
1497 yaml_token_t token; in yaml_parser_fetch_flow_collection_end() local
1539 yaml_token_t token; in yaml_parser_fetch_flow_entry() local
1574 yaml_token_t token; in yaml_parser_fetch_block_entry() local
[all …]
A Dparser.c315 yaml_token_t *token; in yaml_parser_parse_stream_start() local
345 yaml_token_t *token; in yaml_parser_parse_document_start() local
442 yaml_token_t *token; in yaml_parser_parse_document_content() local
472 yaml_token_t *token; in yaml_parser_parse_document_end() local
532 yaml_token_t *token; in yaml_parser_parse_node() local
729 yaml_token_t *token; in yaml_parser_parse_block_sequence_entry() local
788 yaml_token_t *token; in yaml_parser_parse_indentless_sequence_entry() local
838 yaml_token_t *token; in yaml_parser_parse_block_mapping_key() local
904 yaml_token_t *token; in yaml_parser_parse_block_mapping_value() local
954 yaml_token_t *token; in yaml_parser_parse_flow_sequence_entry() local
[all …]
A Dyaml_private.h498 #define TOKEN_INIT(token,token_type,token_start_mark,token_end_mark) \ argument
504 #define STREAM_START_TOKEN_INIT(token,token_encoding,start_mark,end_mark) \ argument
508 #define STREAM_END_TOKEN_INIT(token,start_mark,end_mark) \ argument
511 #define ALIAS_TOKEN_INIT(token,token_value,start_mark,end_mark) \ argument
515 #define ANCHOR_TOKEN_INIT(token,token_value,start_mark,end_mark) \ argument
519 #define TAG_TOKEN_INIT(token,token_handle,token_suffix,start_mark,end_mark) \ argument
524 #define SCALAR_TOKEN_INIT(token,token_value,token_length,token_style,start_mark,end_mark) \ argument
530 #define VERSION_DIRECTIVE_TOKEN_INIT(token,token_major,token_minor,start_mark,end_mark) \ argument
535 #define TAG_DIRECTIVE_TOKEN_INIT(token,token_handle,token_prefix,start_mark,end_mark) \ argument
A Dapi.c578 yaml_token_delete(yaml_token_t *token) in yaml_token_delete()
/optee_benchmark/libyaml/tests/
A Drun-scanner.c25 yaml_token_t token; in main() local

Completed in 20 milliseconds