Home
last modified time | relevance | path

Searched refs:YAML_STREAM_END_TOKEN (Results 1 – 5 of 5) sorted by relevance

/optee_benchmark/libyaml/tests/
A Drun-scanner.c47 done = (token.type == YAML_STREAM_END_TOKEN); in main()
/optee_benchmark/libyaml/src/
A Dparser.c60 (parser->tokens.head->type == YAML_STREAM_END_TOKEN), \
371 token->type != YAML_STREAM_END_TOKEN) in yaml_parser_parse_document_start()
385 else if (token->type != YAML_STREAM_END_TOKEN) in yaml_parser_parse_document_start()
451 token->type == YAML_STREAM_END_TOKEN) { in yaml_parser_parse_document_content()
A Dyaml_private.h509 (TOKEN_INIT((token),YAML_STREAM_END_TOKEN,(start_mark),(end_mark)))
A Dscanner.c770 if (token->type == YAML_STREAM_END_TOKEN) { in yaml_parser_scan()
/optee_benchmark/libyaml/include/
A Dyaml.h222 YAML_STREAM_END_TOKEN, enumerator

Completed in 15 milliseconds