Home
last modified time | relevance | path

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

/dports/net/libyang/libyang-1.0.240/src/
H A Dparser_yin.c385 restr->dsc = read_yin_subnode(ctx, child, "text"); in read_restr_substmt()
397 restr->ref = read_yin_subnode(ctx, child, "text"); in read_restr_substmt()
1903 rev->dsc = read_yin_subnode(ctx, child, "text"); in fill_yin_revision()
1916 rev->ref = read_yin_subnode(ctx, child, "text"); in fill_yin_revision()
2175 dev->dsc = read_yin_subnode(ctx, child, "text"); in fill_yin_deviation()
2187 dev->ref = read_yin_subnode(ctx, child, "text"); in fill_yin_deviation()
3318 rfn->dsc = read_yin_subnode(ctx, sub, "text"); in fill_yin_refine()
3332 rfn->ref = read_yin_subnode(ctx, sub, "text"); in fill_yin_refine()
3909 node->dsc = read_yin_subnode(ctx, sub, "text"); in read_yin_common()
3923 node->ref = read_yin_subnode(ctx, sub, "text"); in read_yin_common()
[all …]