Searched refs:xmlExcC14NVisibleNsStackFind (Results 1 - 1 of 1) sorted by relevance

/external/libxml2/
H A Dc14n.c88 static int xmlExcC14NVisibleNsStackFind (xmlC14NVisibleNsStackPtr cur,
447 xmlExcC14NVisibleNsStackFind(xmlC14NVisibleNsStackPtr cur, xmlNsPtr ns, xmlC14NCtxPtr ctx) { function
782 if(!xmlExcC14NVisibleNsStackFind(ctx->ns_rendered, ns, ctx)) {
803 already_rendered = xmlExcC14NVisibleNsStackFind(ctx->ns_rendered, attr->ns, ctx);
825 already_rendered = xmlExcC14NVisibleNsStackFind(ctx->ns_rendered, &ns_default, ctx);

Completed in 85 milliseconds