Home
last modified time | relevance | path

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

/dports/net/libyang/libyang-1.0.240/src/
H A Dtree_data.h625 struct lyd_node *lyd_parse_fd(struct ly_ctx *ctx, int fd, LYD_FORMAT format, int options, ...);
H A Dlibyang.h.in706 * - lyd_parse_fd()
879 * - lyd_parse_fd()
H A Dtree_data.c1082 lyd_parse_fd(struct ly_ctx *ctx, int fd, LYD_FORMAT format, int options, ...) in lyd_parse_fd() function
/dports/net/libyang/libyang-1.0.240/swig/cpp/src/
H A DLibyang.cpp206 new_node = lyd_parse_fd(ctx, fd, format, options, NULL); in parse_data_fd()
/dports/net/libyang/libyang-1.0.240/tests/api/
H A Dtest_tree_data.c381 root = lyd_parse_fd(ctx, fd, in_format, LYD_OPT_NOSIBLINGS | LYD_OPT_STRICT); in test_lyd_parse_fd()
/dports/net/libyang/libyang-1.0.240/
H A Dlibyang.dump1144 'lyd_parse_fd' => 1,