Lines Matching refs:data
183 yaml_free(node.data.scalar.value); in yaml_emitter_delete_document_and_anchors()
187 STACK_DEL(emitter, node.data.sequence.items); in yaml_emitter_delete_document_and_anchors()
190 STACK_DEL(emitter, node.data.mapping.pairs); in yaml_emitter_delete_document_and_anchors()
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()
224 for (pair = node->data.mapping.pairs.start; in yaml_emitter_anchor_node()
225 pair < node->data.mapping.pairs.top; pair ++) { in yaml_emitter_anchor_node()
327 SCALAR_EVENT_INIT(event, anchor, node->tag, node->data.scalar.value, in yaml_emitter_dump_scalar()
328 node->data.scalar.length, plain_implicit, quoted_implicit, in yaml_emitter_dump_scalar()
329 node->data.scalar.style, mark, mark); in yaml_emitter_dump_scalar()
350 node->data.sequence.style, mark, mark); in yaml_emitter_dump_sequence()
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()
380 node->data.mapping.style, mark, mark); in yaml_emitter_dump_mapping()
383 for (pair = node->data.mapping.pairs.start; in yaml_emitter_dump_mapping()
384 pair < node->data.mapping.pairs.top; pair ++) { in yaml_emitter_dump_mapping()