Home
last modified time | relevance | path

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

/external/libxml2/
Dc14n.c615 int already_rendered; in xmlC14NProcessNamespacesAxis() local
638 already_rendered = xmlC14NVisibleNsStackFind(ctx->ns_rendered, ns); in xmlC14NProcessNamespacesAxis()
642 if(!already_rendered) { in xmlC14NProcessNamespacesAxis()
720 int already_rendered; in xmlExcC14NProcessNamespacesAxis() local
767 already_rendered = xmlC14NVisibleNsStackFind(ctx->ns_rendered, ns); in xmlExcC14NProcessNamespacesAxis()
771 if(!already_rendered) { in xmlExcC14NProcessNamespacesAxis()
811 already_rendered = xmlExcC14NVisibleNsStackFind(ctx->ns_rendered, attr->ns, ctx); in xmlExcC14NProcessNamespacesAxis()
813 if(!already_rendered && visible) { in xmlExcC14NProcessNamespacesAxis()
833 already_rendered = xmlExcC14NVisibleNsStackFind(ctx->ns_rendered, &ns_default, ctx); in xmlExcC14NProcessNamespacesAxis()
834 if(!already_rendered) { in xmlExcC14NProcessNamespacesAxis()