Home
last modified time | relevance | path

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

/dports/net/libyang/libyang-1.0.240/tests/data/
H A Dtest_must_1.1.c151 st->dt2 = lyd_new_path(NULL, st->ctx, "/must-inout:rpc1/d", "0", 0, LYD_PATH_OPT_OUTPUT); in test_inout()
156 …node = lyd_new_path(st->dt2, st->ctx, "/must-inout:rpc1/d", "6", 0, LYD_PATH_OPT_OUTPUT | LYD_PATH… in test_inout()
H A Dtest_defaults.c435 …dt = lyd_new_path(NULL, st->ctx, "/defaults:rpc1/outleaf2[.='hai']", NULL, 0, LYD_PATH_OPT_OUTPUT); in test_rpc_output_default()
449 st->dt = lyd_new_path(NULL, st->ctx, "/defaults:rpc1", NULL, 0, LYD_PATH_OPT_OUTPUT); in test_rpc_output_default()
/dports/net/libyang/libyang-1.0.240/tests/api/
H A Dtest_tree_data.c678 root = lyd_new_path(NULL, ctx, "/a:rpc1/rpc-container", NULL, 0, LYD_PATH_OPT_OUTPUT); in test_lyd_new_path()
682 node = lyd_new_path(root->child, NULL, "output-leaf3", "cc", 0, LYD_PATH_OPT_OUTPUT); in test_lyd_new_path()
686 node = lyd_new_path(root, NULL, "/a:rpc1/output-leaf1", "aa", 0, LYD_PATH_OPT_OUTPUT); in test_lyd_new_path()
691 node = lyd_new_path(root, NULL, "/a:rpc1/output-leaf2", "bb", 0, LYD_PATH_OPT_OUTPUT); in test_lyd_new_path()
/dports/net/libyang/libyang-1.0.240/src/
H A Dtree_data.h857 #define LYD_PATH_OPT_OUTPUT 0x04 /**< Changes the behavior to ignoring RPC/action input schema no… macro
H A Dtree_data.c2050 if (options & LYD_PATH_OPT_OUTPUT) { in lyd_new_path()
2173 …} while (sparent && (sparent->nodetype != ((options & LYD_PATH_OPT_OUTPUT) ? LYS_OUTPUT : LYS_INPU… in lyd_new_path()
8330 options = LYD_PATH_OPT_OUTPUT; in lyd_find_path_hash_based()
H A Dresolve.c2639 if (options & LYD_PATH_OPT_OUTPUT) { in resolve_partial_json_data_nodeid()
2727 if (options & LYD_PATH_OPT_OUTPUT) { in resolve_partial_json_data_nodeid()