Home
last modified time | relevance | path

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

/optee_benchmark/libyaml/tests/
A Drun-dumper.c15 int copy_document(yaml_document_t *document_to, yaml_document_t *document_from) in copy_document() argument
21 if (!yaml_document_initialize(document_to, document_from->version_directive, in copy_document()
22 document_from->tag_directives.start, in copy_document()
23 document_from->tag_directives.end, in copy_document()
24 document_from->start_implicit, document_from->end_implicit)) in copy_document()
27 for (node = document_from->nodes.start; in copy_document()
28 node < document_from->nodes.top; node ++) { in copy_document()
49 for (node = document_from->nodes.start; in copy_document()
50 node < document_from->nodes.top; node ++) { in copy_document()
56 node - document_from->nodes.start + 1, in copy_document()
[all …]

Completed in 2 milliseconds