Searched refs:document_to (Results 1 – 1 of 1) sorted by relevance
/optee_benchmark/libyaml/tests/ |
A D | run-dumper.c | 15 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() 31 if (!yaml_document_add_scalar(document_to, node->tag, in copy_document() 36 if (!yaml_document_add_sequence(document_to, node->tag, in copy_document() 40 if (!yaml_document_add_mapping(document_to, node->tag, in copy_document() 55 if (!yaml_document_append_sequence_item(document_to, in copy_document() 63 if (!yaml_document_append_mapping_pair(document_to, in copy_document() 75 yaml_document_delete(document_to); in copy_document()
|
Completed in 2 milliseconds