Home
last modified time | relevance | path

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

/dports/net/libyang/libyang-1.0.240/src/
H A Dparser.h279 struct lyext_plugin *ext_get_plugin(const char *name, const char *module, const char *revision);
H A Dplugins.c452 ext_get_plugin(const char *name, const char *module, const char *revision) in ext_get_plugin() function
H A Dparser_yang_bis.c3748 …ext->plugin = ext_get_plugin(ext->name, ext->module->name, ext->module->rev ? ext->module->rev[0].… in yyparse()
H A Dyang.y.in886 …ext->plugin = ext_get_plugin(ext->name, ext->module->name, ext->module->rev ? ext->module->rev[0].…
H A Dparser_yin.c1758 …ext->plugin = ext_get_plugin(ext->name, ext->module->name, ext->module->rev ? ext->module->rev[0].… in fill_yin_extension()