Home
last modified time | relevance | path

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

/external/libxml2/
Dc14n.c97 static int xmlC14NProcessNodeList(xmlC14NCtxPtr ctx, xmlNodePtr cur);
1482 ret = xmlC14NProcessNodeList(ctx, cur->children); in xmlC14NProcessElementNode()
1663 ret = xmlC14NProcessNodeList(ctx, cur->children); in xmlC14NProcessNode()
1712 xmlC14NProcessNodeList(xmlC14NCtxPtr ctx, xmlNodePtr cur) in xmlC14NProcessNodeList() function
1920 ret = xmlC14NProcessNodeList(ctx, doc->children); in xmlC14NExecute()