Home
last modified time | relevance | path

Searched defs:lys_ident (Results 1 – 2 of 2) sorted by relevance

/dports/net/libyang/libyang-1.0.240/src/
H A Dtree_schema.h2080 struct lys_ident { struct
2096 struct lys_ident **base; /**< array of pointers to the base identities */ argument
2097 struct ly_set *der; /**< set of backlinks to the derived identities */
H A Dprinter.c492 void (*clb_print_identity)(struct lyout*, const struct lys_ident*, int*), in lys_print_target()