Home
last modified time | relevance | path

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

/dports/net/libyang/libyang-1.0.240/src/
H A Dresolve.h194 int resolve_unique(struct lys_node *parent, const char *uniq_str_path, uint8_t *trg_type);
H A Dresolve.c3731 resolve_unique(struct lys_node *parent, const char *uniq_str_path, uint8_t *trg_type) in resolve_unique() argument
3737 …rc = resolve_descendant_schema_nodeid(uniq_str_path, *lys_child(parent, LYS_LEAF), LYS_LEAF, 1, &l… in resolve_unique()
3740 LOGVAL(ctx, LYE_INARG, LY_VLOG_LYS, parent, uniq_str_path, "unique"); in resolve_unique()
3742 … LOGVAL(ctx, LYE_INCHAR, LY_VLOG_PREV, NULL, uniq_str_path[rc - 1], &uniq_str_path[rc - 1]); in resolve_unique()
3748 LOGVAL(ctx, LYE_INARG, LY_VLOG_LYS, parent, uniq_str_path, "unique"); in resolve_unique()
3755 LOGVAL(ctx, LYE_INARG, LY_VLOG_LYS, parent, uniq_str_path, "unique"); in resolve_unique()
3769 LOGVAL(ctx, LYE_INARG, LY_VLOG_LYS, parent, uniq_str_path, "unique"); in resolve_unique()
3772uniq_str_path, *trg_type == 1 ? "false" : "true", *trg_type == 1 ? "true" : "false"); in resolve_unique()