/optee_benchmark/libyaml/src/ |
A D | scanner.c | 2013 goto error; in yaml_parser_scan_directive() 2095 error: in yaml_parser_scan_directive() 2150 error: in yaml_parser_scan_directive_name() 2315 error: in yaml_parser_scan_tag_directive_value() 2378 error: in yaml_parser_scan_anchor() 2492 error: in yaml_parser_scan_tag() 2560 error: in yaml_parser_scan_tag_handle() 2655 error: in yaml_parser_scan_tag_uri() 2942 error: in yaml_parser_scan_block_scalar() 3381 error: in yaml_parser_scan_flow_scalar() [all …]
|
A D | api.c | 177 goto error; in yaml_parser_initialize() 195 error: in yaml_parser_initialize() 369 error: in yaml_emitter_initialize() 756 error: in yaml_document_start_event_initialize() 856 error: in yaml_scalar_event_initialize() 896 error: in yaml_sequence_start_event_initialize() 951 error: in yaml_mapping_start_event_initialize() 1097 error: in yaml_document_initialize() 1232 error: in yaml_document_add_scalar() 1277 error: in yaml_document_add_sequence() [all …]
|
A D | loader.c | 76 goto error; in yaml_parser_load() 94 goto error; in yaml_parser_load() 105 error: in yaml_parser_load() 122 parser->error = YAML_COMPOSER_ERROR; in yaml_parser_set_composer_error() 138 parser->error = YAML_COMPOSER_ERROR; in yaml_parser_set_composer_error_context() 294 if (!tag) goto error; in yaml_parser_load_scalar() 310 error: in yaml_parser_load_scalar() 339 if (!tag) goto error; in yaml_parser_load_sequence() 373 error: in yaml_parser_load_sequence() 402 if (!tag) goto error; in yaml_parser_load_mapping() [all …]
|
A D | parser.c | 397 goto error; in yaml_parser_parse_document_start() 400 goto error; in yaml_parser_parse_document_start() 422 error: in yaml_parser_parse_document_start() 705 goto error; in yaml_parser_parse_node() 710 error: in yaml_parser_parse_node() 1253 goto error; in yaml_parser_process_directives() 1303 goto error; in yaml_parser_process_directives() 1325 error: in yaml_parser_process_directives() 1361 goto error; in yaml_parser_append_tag_directive() 1365 goto error; in yaml_parser_append_tag_directive() [all …]
|
A D | dumper.c | 123 if (!yaml_emitter_open(emitter)) goto error; in yaml_emitter_dump() 127 if (!yaml_emitter_close(emitter)) goto error; in yaml_emitter_dump() 136 if (!emitter->anchors) goto error; in yaml_emitter_dump() 143 if (!yaml_emitter_emit(emitter, &event)) goto error; in yaml_emitter_dump() 146 if (!yaml_emitter_dump_node(emitter, 1)) goto error; in yaml_emitter_dump() 149 if (!yaml_emitter_emit(emitter, &event)) goto error; in yaml_emitter_dump() 155 error: in yaml_emitter_dump()
|
A D | yaml_private.h | 96 ((context)->error = YAML_MEMORY_ERROR, \ 137 ((context)->error = YAML_MEMORY_ERROR, \ 149 ((context)->error = YAML_MEMORY_ERROR, \ 162 ((context)->error = YAML_MEMORY_ERROR, \ 427 ((context)->error = YAML_MEMORY_ERROR, \ 440 ((context)->error = YAML_MEMORY_ERROR, \ 449 ((context)->error = YAML_MEMORY_ERROR, \ 460 ((context)->error = YAML_MEMORY_ERROR, \ 476 ((context)->error = YAML_MEMORY_ERROR, \ 491 ((context)->error = YAML_MEMORY_ERROR, \
|
A D | writer.c | 21 emitter->error = YAML_WRITER_ERROR; in yaml_emitter_set_writer_error()
|
A D | emitter.c | 270 emitter->error = YAML_EMITTER_ERROR; in yaml_emitter_set_emitter_error() 383 emitter->error = YAML_MEMORY_ERROR; in yaml_emitter_append_tag_directive() 384 goto error; in yaml_emitter_append_tag_directive() 388 goto error; in yaml_emitter_append_tag_directive() 392 error: in yaml_emitter_append_tag_directive()
|
A D | reader.c | 29 parser->error = YAML_READER_ERROR; in yaml_parser_set_reader_error()
|
/optee_benchmark/libyaml/tests/ |
A D | run-loader.c | 28 int error = 0; in main() local 43 error = 1; in main() 58 printf("%s (%d documents)\n", (error ? "FAILURE" : "SUCCESS"), count); in main()
|
A D | run-parser.c | 28 int error = 0; in main() local 43 error = 1; in main() 58 printf("%s (%d events)\n", (error ? "FAILURE" : "SUCCESS"), count); in main()
|
A D | run-scanner.c | 28 int error = 0; in main() local 43 error = 1; in main() 58 printf("%s (%d tokens)\n", (error ? "FAILURE" : "SUCCESS"), count); in main()
|
A D | run-dumper.c | 33 node->data.scalar.style)) goto error; in copy_document() 37 node->data.sequence.style)) goto error; in copy_document() 41 node->data.mapping.style)) goto error; in copy_document() 57 *item)) goto error; in copy_document() 65 pair->key, pair->value)) goto error; in copy_document() 74 error: in copy_document() 236 int error = 0; in main() local 262 error = 1; in main() 284 if (!error) in main()
|
A D | example-reformatter.c | 115 switch (parser.error) in main() 177 switch (emitter.error) in main()
|
A D | example-reformatter-alt.c | 115 switch (parser.error) in main() 192 switch (emitter.error) in main()
|
A D | test-reader.c | 142 if (!parser.error) { in check_utf8_sequences() 145 else if (parser.error == YAML_READER_ERROR) { in check_utf8_sequences()
|
A D | run-emitter.c | 260 int error = 0; in main() local 285 error = 1; in main() 301 if (!error) in main()
|
A D | example-deconstructor-alt.c | 698 switch (parser.error) in main() 762 switch (emitter.error) in main()
|
A D | example-deconstructor.c | 1028 switch (parser.error) in main() 1091 switch (emitter.error) in main()
|
/optee_benchmark/libyaml/ |
A D | announcement.msg | 10 * Fixed error handling in some examples (thank to Mathias Svensson).
|
/optee_benchmark/libyaml/tests/run-test-suite/src/ |
A D | libyaml-emitter.c | 111 switch (emitter.error) { in main()
|
/optee_benchmark/libyaml/include/ |
A D | yaml.h | 1091 yaml_error_type_t error; member 1535 yaml_error_type_t error; member
|