Home
last modified time | relevance | path

Searched refs:yaml_node_item_t (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/libyaml/src/
H A Dloader.c420 yaml_node_item_t *start; in yaml_parser_load_sequence()
421 yaml_node_item_t *end; in yaml_parser_load_sequence()
422 yaml_node_item_t *top; in yaml_parser_load_sequence()
435 if (!STACK_INIT(parser, items, yaml_node_item_t*)) goto error; in yaml_parser_load_sequence()
H A Ddumper.c210 yaml_node_item_t *item; in yaml_emitter_anchor_node()
347 yaml_node_item_t *item; in yaml_emitter_dump_sequence()
H A Dapi.c1254 yaml_node_item_t *start; in yaml_document_add_sequence()
1255 yaml_node_item_t *end; in yaml_document_add_sequence()
1256 yaml_node_item_t *top; in yaml_document_add_sequence()
1270 if (!STACK_INIT(&context, items, yaml_node_item_t*)) goto error; in yaml_document_add_sequence()
/freebsd/contrib/libyaml/include/
H A Dyaml.h708 typedef int yaml_node_item_t; typedef
745 yaml_node_item_t *start;
747 yaml_node_item_t *end;
749 yaml_node_item_t *top;
/freebsd/contrib/libyaml/tests/
H A Drun-dumper.c18 yaml_node_item_t *item; in copy_document()