Lines Matching refs:first
102 yaml_event_t *event, int first);
114 yaml_event_t *event, int first);
118 yaml_event_t *event, int first);
126 yaml_event_t *event, int first);
130 yaml_event_t *event, int first);
552 yaml_event_t *event, int first) in yaml_emitter_emit_document_start() argument
586 if (!first || emitter->canonical) { in yaml_emitter_emit_document_start()
730 yaml_event_t *event, int first) in yaml_emitter_emit_flow_sequence_item() argument
732 if (first) in yaml_emitter_emit_flow_sequence_item()
745 if (emitter->canonical && !first) { in yaml_emitter_emit_flow_sequence_item()
758 if (!first) { in yaml_emitter_emit_flow_sequence_item()
779 yaml_event_t *event, int first) in yaml_emitter_emit_flow_mapping_key() argument
781 if (first) in yaml_emitter_emit_flow_mapping_key()
794 if (emitter->canonical && !first) { in yaml_emitter_emit_flow_mapping_key()
807 if (!first) { in yaml_emitter_emit_flow_mapping_key()
867 yaml_event_t *event, int first) in yaml_emitter_emit_block_sequence_item() argument
869 if (first) in yaml_emitter_emit_block_sequence_item()
901 yaml_event_t *event, int first) in yaml_emitter_emit_block_mapping_key() argument
903 if (first) in yaml_emitter_emit_block_mapping_key()