Searched refs:yaml_emitter_write_indicator (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/libyaml/src/ |
| H A D | emitter.c | 223 yaml_emitter_write_indicator(yaml_emitter_t *emitter, 596 if (!yaml_emitter_write_indicator(emitter, "...", 1, 0, 0)) in yaml_emitter_emit_document_start() 605 if (!yaml_emitter_write_indicator(emitter, "%YAML", 1, 0, 0)) in yaml_emitter_emit_document_start() 608 if (!yaml_emitter_write_indicator(emitter, "1.1", 1, 0, 0)) in yaml_emitter_emit_document_start() 612 if (!yaml_emitter_write_indicator(emitter, "1.2", 1, 0, 0)) in yaml_emitter_emit_document_start() 625 if (!yaml_emitter_write_indicator(emitter, "%TAG", 1, 0, 0)) in yaml_emitter_emit_document_start() 645 if (!yaml_emitter_write_indicator(emitter, "---", 1, 0, 0)) in yaml_emitter_emit_document_start() 668 if (!yaml_emitter_write_indicator(emitter, "...", 1, 0, 0)) in yaml_emitter_emit_document_start() 713 if (!yaml_emitter_write_indicator(emitter, "...", 1, 0, 0)) in yaml_emitter_emit_document_end() 751 if (!yaml_emitter_write_indicator(emitter, "[", 1, 1, 0)) in yaml_emitter_emit_flow_sequence_item() [all …]
|