Home
last modified time | relevance | path

Searched refs:YAML_STREAM_END_EVENT (Results 1 – 10 of 10) sorted by relevance

/optee_benchmark/libyaml/tests/run-test-suite/src/
A Dlibyaml-parser.c42 else if (type == YAML_STREAM_END_EVENT) in main()
111 if (type == YAML_STREAM_END_EVENT) in main()
/optee_benchmark/libyaml/tests/
A Drun-parser.c47 done = (event.type == YAML_STREAM_END_EVENT); in main()
A Drun-emitter.c23 case YAML_STREAM_END_EVENT: in copy_event()
289 done = (event.type == YAML_STREAM_END_EVENT); in main()
310 done = (event.type == YAML_STREAM_END_EVENT); in main()
A Dexample-reformatter.c96 if (event.type == YAML_STREAM_END_EVENT) { in main()
A Dexample-deconstructor-alt.c123 if (input_event.type == YAML_STREAM_END_EVENT) { in main()
174 case YAML_STREAM_END_EVENT: in main()
A Dexample-deconstructor.c127 if (input_event.type == YAML_STREAM_END_EVENT) { in main()
196 case YAML_STREAM_END_EVENT: in main()
/optee_benchmark/libyaml/src/
A Dloader.c89 if (event.type == YAML_STREAM_END_EVENT) { in yaml_parser_load()
A Demitter.c343 case YAML_STREAM_END_EVENT: in yaml_emitter_need_more_events()
650 else if (event->type == YAML_STREAM_END_EVENT) in yaml_emitter_emit_document_start()
A Dyaml_private.h555 (EVENT_INIT((event),YAML_STREAM_END_EVENT,(start_mark),(end_mark)))
/optee_benchmark/libyaml/include/
A Dyaml.h362 YAML_STREAM_END_EVENT, enumerator

Completed in 17 milliseconds