Home
last modified time | relevance | path

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

/external/libxml2/
Dc14n.c604 int already_rendered; in xmlC14NProcessNamespacesAxis() local
627 already_rendered = xmlC14NVisibleNsStackFind(ctx->ns_rendered, ns); in xmlC14NProcessNamespacesAxis()
631 if(!already_rendered) { in xmlC14NProcessNamespacesAxis()
709 int already_rendered; in xmlExcC14NProcessNamespacesAxis() local
756 already_rendered = xmlC14NVisibleNsStackFind(ctx->ns_rendered, ns); in xmlExcC14NProcessNamespacesAxis()
760 if(!already_rendered) { in xmlExcC14NProcessNamespacesAxis()
800 already_rendered = xmlExcC14NVisibleNsStackFind(ctx->ns_rendered, attr->ns, ctx); in xmlExcC14NProcessNamespacesAxis()
802 if(!already_rendered && visible) { in xmlExcC14NProcessNamespacesAxis()
822 already_rendered = xmlExcC14NVisibleNsStackFind(ctx->ns_rendered, &ns_default, ctx); in xmlExcC14NProcessNamespacesAxis()
823 if(!already_rendered) { in xmlExcC14NProcessNamespacesAxis()