Home
last modified time | relevance | path

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

/src/contrib/libyaml/tests/
H A Drun-loader.c47 done = (!yaml_document_get_root_node(&document)); in main()
H A Drun-dumper.c268 done = (!yaml_document_get_root_node(&document)); in main()
295 done = (!yaml_document_get_root_node(&document)); in main()
H A Dexample-reformatter-alt.c96 if (!yaml_document_get_root_node(&document)) { in main()
/src/contrib/libyaml/include/
H A Dyaml.h881 yaml_document_get_root_node(yaml_document_t *document);
/src/contrib/libyaml/src/
H A Dapi.c1180 yaml_document_get_root_node(yaml_document_t *document) in yaml_document_get_root_node() function