Home
last modified time | relevance | path

Searched refs:tag_data (Results 1 – 2 of 2) sorted by relevance

/optee_benchmark/libyaml/src/
A Demitter.c1182 int no_tag = (!emitter->tag_data.handle && !emitter->tag_data.suffix); in yaml_emitter_select_scalar_style()
1228 emitter->tag_data.handle_length = 1; in yaml_emitter_select_scalar_style()
1261 if (!emitter->tag_data.handle && !emitter->tag_data.suffix) in yaml_emitter_process_tag()
1264 if (emitter->tag_data.handle) in yaml_emitter_process_tag()
1269 if (emitter->tag_data.suffix) { in yaml_emitter_process_tag()
1459 emitter->tag_data.handle_length = in yaml_emitter_analyze_tag()
1468 emitter->tag_data.suffix = string.start; in yaml_emitter_analyze_tag()
1684 emitter->tag_data.handle = NULL; in yaml_emitter_analyze_event()
1685 emitter->tag_data.handle_length = 0; in yaml_emitter_analyze_event()
1686 emitter->tag_data.suffix = NULL; in yaml_emitter_analyze_event()
[all …]
/optee_benchmark/libyaml/include/
A Dyaml.h1708 } tag_data; member

Completed in 9 milliseconds