Home
last modified time | relevance | path

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

/optee_benchmark/libyaml/tests/
A Drun-emitter.c15 int copy_event(yaml_event_t *event_to, yaml_event_t *event_from) in copy_event() argument
17 switch (event_from->type) in copy_event()
21 event_from->data.stream_start.encoding); in copy_event()
39 event_from->data.alias.anchor); in copy_event()
43 event_from->data.scalar.anchor, in copy_event()
44 event_from->data.scalar.tag, in copy_event()
45 event_from->data.scalar.value, in copy_event()
46 event_from->data.scalar.length, in copy_event()
49 event_from->data.scalar.style); in copy_event()
54 event_from->data.sequence_start.tag, in copy_event()
[all …]

Completed in 2 milliseconds