Home
last modified time | relevance | path

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

/freebsd/contrib/libyaml/src/
H A Dloader.c56 yaml_parser_load_document(yaml_parser_t *parser, yaml_event_t *event);
118 if (!yaml_parser_load_document(parser, &event)) goto error; in yaml_parser_load()
185 yaml_parser_load_document(yaml_parser_t *parser, yaml_event_t *event) in yaml_parser_load_document() function