Home
last modified time | relevance | path

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

/external/libxml2/
Dc14n.c607 int already_rendered; in xmlC14NProcessNamespacesAxis() local
630 already_rendered = xmlC14NVisibleNsStackFind(ctx->ns_rendered, ns); in xmlC14NProcessNamespacesAxis()
634 if(!already_rendered) { in xmlC14NProcessNamespacesAxis()
712 int already_rendered; in xmlExcC14NProcessNamespacesAxis() local
759 already_rendered = xmlC14NVisibleNsStackFind(ctx->ns_rendered, ns); in xmlExcC14NProcessNamespacesAxis()
763 if(!already_rendered) { in xmlExcC14NProcessNamespacesAxis()
803 already_rendered = xmlExcC14NVisibleNsStackFind(ctx->ns_rendered, attr->ns, ctx); in xmlExcC14NProcessNamespacesAxis()
805 if(!already_rendered && visible) { in xmlExcC14NProcessNamespacesAxis()
825 already_rendered = xmlExcC14NVisibleNsStackFind(ctx->ns_rendered, &ns_default, ctx); in xmlExcC14NProcessNamespacesAxis()
826 if(!already_rendered) { in xmlExcC14NProcessNamespacesAxis()