Home | History | Annotate | Download | only in utils

Lines Matching refs:child

314 	xml_node_t *child;
316 xml_node_for_each_child(ctx, child, node) {
317 xml_node_for_each_check(ctx, child);
318 lname = xml_node_get_localname(ctx, child);
320 return child;
387 xml_node_t *child;
409 child = get_first_child_node(ctx, node, "Node");
410 if (child) {
412 tnds_to_mo_iter(ctx, root, child, nodename);
416 tnds_to_mo_iter(ctx, root, child, new_uri);
461 xml_node_t *body, *child;
466 xml_node_for_each_child(ctx, child, body) {
467 xml_node_for_each_check(ctx, child);
468 return child;