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