Home
last modified time | relevance | path

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

/optee_benchmark/libyaml/src/
A Ddumper.c210 yaml_node_item_t *item; in yaml_emitter_anchor_node() local
218 for (item = node->data.sequence.items.start; in yaml_emitter_anchor_node()
219 item < node->data.sequence.items.top; item ++) { in yaml_emitter_anchor_node()
220 yaml_emitter_anchor_node(emitter, *item); in yaml_emitter_anchor_node()
347 yaml_node_item_t *item; in yaml_emitter_dump_sequence() local
353 for (item = node->data.sequence.items.start; in yaml_emitter_dump_sequence()
354 item < node->data.sequence.items.top; item ++) { in yaml_emitter_dump_sequence()
355 if (!yaml_emitter_dump_node(emitter, *item)) return 0; in yaml_emitter_dump_sequence()
A Dapi.c1335 int sequence, int item) in yaml_document_append_sequence_item() argument
1347 assert(item > 0 && document->nodes.start + item <= document->nodes.top); in yaml_document_append_sequence_item()
1351 document->nodes.start[sequence-1].data.sequence.items, item)) in yaml_document_append_sequence_item()
/optee_benchmark/libyaml/tests/
A Drun-dumper.c18 yaml_node_item_t *item; in copy_document() local
53 for (item = node->data.sequence.items.start; in copy_document()
54 item < node->data.sequence.items.top; item ++) { in copy_document()
57 *item)) goto error; in copy_document()
/optee_benchmark/libyaml/include/
A Dyaml.h946 int sequence, int item);

Completed in 11 milliseconds