Searched refs:xmlC14NProcessNodeList (Results 1 – 1 of 1) sorted by relevance
99 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() function1928 ret = xmlC14NProcessNodeList(ctx, doc->children); in xmlC14NExecute()