Home
last modified time | relevance | path

Searched refs:lyext_plugin (Results 1 – 11 of 11) sorted by relevance

/dports/net/libyang/libyang-1.0.240/src/extensions/
H A Dlibyang_ext_test.c235 struct lyext_plugin libyang_ext_test_skipped = {
250 {"ext-def", "2017-01-18", "complex", (struct lyext_plugin*)&libyang_ext_test_p},
251 {"ext-def", "2017-01-18", "complex-arrays", (struct lyext_plugin*)&libyang_ext_test_arrays_p},
252 {"ext-def", "2017-01-18", "complex-mand", (struct lyext_plugin*)&libyang_ext_test_mand_p},
253 {"ext-def", "2017-01-18", "skipped", (struct lyext_plugin*)&libyang_ext_test_skipped},
H A Dnacm.c133 struct lyext_plugin nacm_deny_write = {
144 struct lyext_plugin nacm_deny_all = {
H A Dmetadata.c169 {"ietf-yang-metadata", "2016-08-05", "annotation", (struct lyext_plugin*)&annotation},
H A Dyangdata.c217 {"ietf-restconf", "2017-01-26", "yang-data", (struct lyext_plugin*)&yang_data},
/dports/net/libyang/libyang-1.0.240/src/
H A Dextensions.h178 struct lyext_plugin { struct
220 struct lyext_plugin *plugin; /**< plugin for the extension */
H A Dparser.h279 struct lyext_plugin *ext_get_plugin(const char *name, const char *module, const char *revision);
H A Dplugins.c451 struct lyext_plugin *
H A Dtree_schema.h454 struct lyext_plugin *plugin; /**< pointer to the plugin's data if any */
H A Dlibyang.h.in434 …* - ::lyext_plugin - the plugin for a simple extensions of type #LYEXT_FLAG. The plugin is suppose…
444 * the ::lyext_plugin structure by:
H A Dresolve.c6990 struct lyext_plugin *eplugin; in resolve_unres_schema_item()
/dports/net/libyang/libyang-1.0.240/
H A Dlibyang.dump2826 'Name' => 'struct lyext_plugin',
2833 'Name' => 'struct lyext_plugin*',