Home
last modified time | relevance | path

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

/dports/net/libyang/libyang-1.0.240/src/
H A Dplugin_config.h.in39 … if (!tmp->module && !tmp->revision && !tmp->name && !tmp->store_clb && !tmp->free_clb) break;
52 … if (!tmp->module && !tmp->revision && !tmp->name && !tmp->store_clb && !tmp->free_clb) break;
H A Duser_types.h70 lytype_store_clb store_clb; /**< Callback used for storing values of this type. */ member
H A Dplugins.c613 if (p->store_clb(mod->ctx, type_name, value_str, value, &err_msg)) { in lytype_store()