Home
last modified time | relevance | path

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

/dports/net/libyang/libyang-1.0.240/tests/api/
H A Dtest_libyang.c1088 path = ly_path_data2schema(ctx, "/a:f/g/h"); in test_ly_log_options()
1101 path = ly_path_data2schema(ctx, "/fgh:f/g/h"); in test_ly_log_options()
1131 schema_path = ly_path_data2schema(ctx, "/a:x/con/lef"); in test_ly_path_data2schema()
1135 schema_path = ly_path_data2schema(ctx, "/a:*"); in test_ly_path_data2schema()
1139 schema_path = ly_path_data2schema(ctx, "/a:*//*"); in test_ly_path_data2schema()
1143 schema_path = ly_path_data2schema(ctx, "/a:x//."); in test_ly_path_data2schema()
1147 schema_path = ly_path_data2schema(ctx, "/a:x[bar-leaf='aa']//."); in test_ly_path_data2schema()
1151 schema_path = ly_path_data2schema(ctx, "/a:x/bar-gggg"); in test_ly_path_data2schema()
1155 schema_path = ly_path_data2schema(ctx, "/a:x/bar-gggg | /a:x"); in test_ly_path_data2schema()
1159 schema_path = ly_path_data2schema(ctx, "/a:x/bar-gggg and ( /a:x/bar-gggg or /a:x)"); in test_ly_path_data2schema()
/dports/net/libyang/libyang-1.0.240/tests/data/
H A Dtest_yang_data.c220 st->str2 = ly_path_data2schema(st->ctx,str); in test_path_yangdata()
/dports/net/libyang/libyang-1.0.240/src/
H A Dcommon.c1196 ly_path_data2schema(struct ly_ctx *ctx, const char *data_path) in ly_path_data2schema() function
H A Dlibyang.h.in968 * - ly_path_data2schema()
1584 * it is possible to transform data paths into schema paths using ly_path_data2schema().
1674 char *ly_path_data2schema(struct ly_ctx *ctx, const char *data_path);
/dports/net/libyang/libyang-1.0.240/
H A Dlibyang.dump41 'ShortName' => 'ly_path_data2schema',
1090 'ly_path_data2schema' => 1,