Home
last modified time | relevance | path

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

/freebsd/contrib/libyaml/tests/
H A Drun-loader.c42 if (!yaml_parser_load(&parser, &document)) { in main()
H A Drun-dumper.c263 if (!yaml_parser_load(&parser, &document)) { in main()
294 …assert(yaml_parser_load(&parser, &document) || print_output(argv[number], buffer, written, count)); in main()
H A Dexample-reformatter-alt.c91 if (!yaml_parser_load(&parser, &document)) in main()
/freebsd/contrib/libyaml/src/
H A Dloader.c9 yaml_parser_load(yaml_parser_t *parser, yaml_document_t *document);
87 yaml_parser_load(yaml_parser_t *parser, yaml_document_t *document) in yaml_parser_load() function
/freebsd/contrib/libyaml/include/
H A Dyaml.h1457 yaml_parser_load(yaml_parser_t *parser, yaml_document_t *document);