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

/freebsd-10.1-release/contrib/libyaml/tests/
H A Drun-loader.c42 if (!yaml_parser_load(&parser, &document)) {
H A Dexample-reformatter-alt.c91 if (!yaml_parser_load(&parser, &document))
H A Drun-dumper.c260 if (!yaml_parser_load(&parser, &document)) {
291 assert(yaml_parser_load(&parser, &document) || print_output(argv[number], buffer, written, count));
/freebsd-10.1-release/contrib/libyaml/src/
H A Dloader.c9 yaml_parser_load(yaml_parser_t *parser, yaml_document_t *document);
67 yaml_parser_load(yaml_parser_t *parser, yaml_document_t *document) function
/freebsd-10.1-release/contrib/libyaml/include/
H A Dyaml.h1392 * calls of yaml_parser_parse() or yaml_parser_load(). Doing this will break
1416 * calls of yaml_parser_scan() or yaml_parser_load(). Doing this will break the
1440 * An application must not alternate the calls of yaml_parser_load() with the
1451 yaml_parser_load(yaml_parser_t *parser, yaml_document_t *document);
1939 * The documen object may be generated using the yaml_parser_load() function

Completed in 91 milliseconds