Lines Matching refs:ns_default
648 static xmlNs ns_default; in xmlC14NProcessNamespacesAxis() local
650 memset(&ns_default, 0, sizeof(ns_default)); in xmlC14NProcessNamespacesAxis()
651 if(!xmlC14NVisibleNsStackFind(ctx->ns_rendered, &ns_default)) { in xmlC14NProcessNamespacesAxis()
652 xmlC14NPrintNamespaces(&ns_default, ctx); in xmlC14NProcessNamespacesAxis()
815 static xmlNs ns_default; in xmlExcC14NProcessNamespacesAxis() local
817 memset(&ns_default, 0, sizeof(ns_default)); in xmlExcC14NProcessNamespacesAxis()
819 already_rendered = xmlExcC14NVisibleNsStackFind(ctx->ns_rendered, &ns_default, ctx); in xmlExcC14NProcessNamespacesAxis()
821 xmlC14NPrintNamespaces(&ns_default, ctx); in xmlExcC14NProcessNamespacesAxis()
824 static xmlNs ns_default; in xmlExcC14NProcessNamespacesAxis() local
826 memset(&ns_default, 0, sizeof(ns_default)); in xmlExcC14NProcessNamespacesAxis()
827 if(!xmlC14NVisibleNsStackFind(ctx->ns_rendered, &ns_default)) { in xmlExcC14NProcessNamespacesAxis()
828 xmlC14NPrintNamespaces(&ns_default, ctx); in xmlExcC14NProcessNamespacesAxis()