Home
last modified time | relevance | path

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

/external/libxml2/
Dc14n.c99 static int xmlC14NProcessNodeList(xmlC14NCtxPtr ctx, xmlNodePtr cur);
1490 ret = xmlC14NProcessNodeList(ctx, cur->children); in xmlC14NProcessElementNode()
1671 ret = xmlC14NProcessNodeList(ctx, cur->children); in xmlC14NProcessNode()
1720 xmlC14NProcessNodeList(xmlC14NCtxPtr ctx, xmlNodePtr cur) in xmlC14NProcessNodeList() function
1928 ret = xmlC14NProcessNodeList(ctx, doc->children); in xmlC14NExecute()