Lines Matching refs:ns_default
660 static xmlNs ns_default; in xmlC14NProcessNamespacesAxis() local
662 memset(&ns_default, 0, sizeof(ns_default)); in xmlC14NProcessNamespacesAxis()
663 if(!xmlC14NVisibleNsStackFind(ctx->ns_rendered, &ns_default)) { in xmlC14NProcessNamespacesAxis()
664 xmlC14NPrintNamespaces(&ns_default, ctx); in xmlC14NProcessNamespacesAxis()
827 static xmlNs ns_default; in xmlExcC14NProcessNamespacesAxis() local
829 memset(&ns_default, 0, sizeof(ns_default)); in xmlExcC14NProcessNamespacesAxis()
831 already_rendered = xmlExcC14NVisibleNsStackFind(ctx->ns_rendered, &ns_default, ctx); in xmlExcC14NProcessNamespacesAxis()
833 xmlC14NPrintNamespaces(&ns_default, ctx); in xmlExcC14NProcessNamespacesAxis()
836 static xmlNs ns_default; in xmlExcC14NProcessNamespacesAxis() local
838 memset(&ns_default, 0, sizeof(ns_default)); in xmlExcC14NProcessNamespacesAxis()
839 if(!xmlC14NVisibleNsStackFind(ctx->ns_rendered, &ns_default)) { in xmlExcC14NProcessNamespacesAxis()
840 xmlC14NPrintNamespaces(&ns_default, ctx); in xmlExcC14NProcessNamespacesAxis()