Home
last modified time | relevance | path

Searched refs:YAML_VERSION_DIRECTIVE_TOKEN (Results 1 – 3 of 3) sorted by relevance

/optee_benchmark/libyaml/src/
A Dparser.c368 if (implicit && token->type != YAML_VERSION_DIRECTIVE_TOKEN && in yaml_parser_parse_document_start()
447 if (token->type == YAML_VERSION_DIRECTIVE_TOKEN || in yaml_parser_parse_document_content()
1258 while (token->type == YAML_VERSION_DIRECTIVE_TOKEN || in yaml_parser_process_directives()
1261 if (token->type == YAML_VERSION_DIRECTIVE_TOKEN) { in yaml_parser_process_directives()
A Dyaml_private.h531 (TOKEN_INIT((token),YAML_VERSION_DIRECTIVE_TOKEN,(start_mark),(end_mark)), \
/optee_benchmark/libyaml/include/
A Dyaml.h225 YAML_VERSION_DIRECTIVE_TOKEN, enumerator

Completed in 12 milliseconds