Home
last modified time | relevance | path

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

/dports/net/libyang/libyang-1.0.240/src/
H A Dxpath.c367 cast_string_recursive(struct lyd_node *node, struct lys_module *local_mod, int fake_cont, enum lyxp… in cast_string_recursive() function
401 … if (cast_string_recursive(child, local_mod, 0, root_type, indent + 1, str, used, size)) { in cast_string_recursive()
529 if (cast_string_recursive(node, local_mod, fake_cont, root_type, 0, &str, &used, &size)) { in cast_string_elem()