Home
last modified time | relevance | path

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

/reactos/sdk/lib/3rdparty/libxml2/
H A Dc14n.c613 int already_rendered; in xmlC14NProcessNamespacesAxis() local
636 already_rendered = xmlC14NVisibleNsStackFind(ctx->ns_rendered, ns); in xmlC14NProcessNamespacesAxis()
640 if(!already_rendered) { in xmlC14NProcessNamespacesAxis()
718 int already_rendered; in xmlExcC14NProcessNamespacesAxis() local
765 already_rendered = xmlC14NVisibleNsStackFind(ctx->ns_rendered, ns); in xmlExcC14NProcessNamespacesAxis()
769 if(!already_rendered) { in xmlExcC14NProcessNamespacesAxis()
809 already_rendered = xmlExcC14NVisibleNsStackFind(ctx->ns_rendered, attr->ns, ctx); in xmlExcC14NProcessNamespacesAxis()
811 if(!already_rendered && visible) { in xmlExcC14NProcessNamespacesAxis()
831 already_rendered = xmlExcC14NVisibleNsStackFind(ctx->ns_rendered, &ns_default, ctx); in xmlExcC14NProcessNamespacesAxis()
832 if(!already_rendered) { in xmlExcC14NProcessNamespacesAxis()