Home
last modified time | relevance | path

Searched refs:quoted_implicit (Results 1 – 9 of 9) sorted by relevance

/optee_benchmark/libyaml/tests/
A Drun-emitter.c48 event_from->data.scalar.quoted_implicit, in copy_event()
142 || (event2->data.scalar.quoted_implicit != event2->data.scalar.quoted_implicit) in compare_events()
A Dexample-deconstructor-alt.c455 (yaml_char_t *)(input_event.data.scalar.quoted_implicit ? in main()
A Dexample-deconstructor.c650 (yaml_char_t *)(input_event.data.scalar.quoted_implicit ? in main()
/optee_benchmark/libyaml/src/
A Ddumper.c324 int quoted_implicit = (strcmp((char *)node->tag, in yaml_emitter_dump_scalar() local
328 node->data.scalar.length, plain_implicit, quoted_implicit, in yaml_emitter_dump_scalar()
A Dparser.c642 int quoted_implicit = 0; in yaml_parser_parse_node() local
649 quoted_implicit = 1; in yaml_parser_parse_node()
654 plain_implicit, quoted_implicit, in yaml_parser_parse_node()
A Demitter.c1185 && !event->data.scalar.quoted_implicit) { in yaml_emitter_select_scalar_style()
1224 if (no_tag && !event->data.scalar.quoted_implicit in yaml_emitter_select_scalar_style()
1707 && !event->data.scalar.quoted_implicit))) { in yaml_emitter_analyze_event()
A Dapi.c818 int plain_implicit, int quoted_implicit, in yaml_scalar_event_initialize() argument
852 plain_implicit, quoted_implicit, style, mark, mark); in yaml_scalar_event_initialize()
A Dyaml_private.h581 (event).data.scalar.quoted_implicit = (event_quoted_implicit), \
/optee_benchmark/libyaml/include/
A Dyaml.h442 int quoted_implicit; member
583 int plain_implicit, int quoted_implicit,

Completed in 21 milliseconds