Home
last modified time | relevance | path

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

/freebsd/contrib/libyaml/src/
H A Dparser.c669 MAPPING_START_EVENT_INIT(*event, anchor, tag, implicit, in yaml_parser_parse_node()
683 MAPPING_START_EVENT_INIT(*event, anchor, tag, implicit, in yaml_parser_parse_node()
981 MAPPING_START_EVENT_INIT(*event, NULL, NULL, in yaml_parser_parse_flow_sequence_entry()
H A Ddumper.c379 MAPPING_START_EVENT_INIT(event, anchor, node->tag, implicit, in yaml_emitter_dump_mapping()
H A Dyaml_private.h596 #define MAPPING_START_EVENT_INIT(event,event_anchor,event_tag, \ macro
H A Dapi.c952 MAPPING_START_EVENT_INIT(*event, anchor_copy, tag_copy, in yaml_mapping_start_event_initialize()