Home
last modified time | relevance | path

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

/dports/net/libyang/libyang-1.0.240/swig/cpp/src/
H A DLibyang.cpp47 ctx = ly_ctx_new_ylpath(search_dir, path, format, options); in Context()
/dports/net/libyang/libyang-1.0.240/tools/lint/
H A Dmain_ni.c616 …ctx = ly_ctx_new_ylpath(searchpaths ? (const char*)searchpaths->set.g[0] : NULL, ylpath, ylformat,… in main_ni()
H A Dcommands.c1367 ctx_new = ly_ctx_new_ylpath(searchpaths ? searchpaths[0] : NULL, ylpath, format, 0); in cmd_clear()
/dports/net/libyang/libyang-1.0.240/
H A Dlibyang.dump764 'ShortName' => 'ly_ctx_new_ylpath',
1063 'ly_ctx_new_ylpath' => 1,
/dports/net/libyang/libyang-1.0.240/src/
H A Dcontext.c313 ly_ctx_new_ylpath(const char *search_dir, const char *path, LYD_FORMAT format, int options) in ly_ctx_new_ylpath() function
H A Dlibyang.h.in1197 struct ly_ctx *ly_ctx_new_ylpath(const char *search_dir, const char *path, LYD_FORMAT format, int o…
1203 …* as path to a file holding the data, use ly_ctx_new_ylpath(). Both functions extend functionality…