Searched refs:ns_default (Results 1 – 3 of 3) sorted by relevance
/external/libxml2/ |
D | c14n.c | 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() [all …]
|
/external/libxml2/fuzz/ |
D | xpath.dict | 15 ns_default=" xmlns='a'"
|
D | xml.dict | 12 ns_default=" xmlns='a'"
|