Home
last modified time | relevance | path

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

/dports/net/libyang/libyang-1.0.240/src/
H A Dtree_schema.c3889 lys_features_change(const struct lys_module *module, const char *name, int op, int skip_checks) in lys_features_change() function
3994 return lys_features_change(module, feature, 1, 0); in lys_features_enable()
4002 return lys_features_change(module, feature, 0, 0); in lys_features_disable()
4010 return lys_features_change(module, feature, 1, 1); in lys_features_enable_force()
4018 return lys_features_change(module, feature, 0, 1); in lys_features_disable_force()