Searched refs:pNodeSet (Results 1 – 1 of 1) sorted by relevance
157 xmlNodeSetPtr pNodeSet = xmlXPathPopNodeSet(ctxt); in xforms_minFunction() local161 for (int i = 0; i < xmlXPathNodeSetGetLength(pNodeSet); i++) in xforms_minFunction()163 nNumber = xmlXPathCastNodeToNumber(xmlXPathNodeSetItem(pNodeSet, i)); in xforms_minFunction()180 xmlNodeSetPtr pNodeSet = xmlXPathPopNodeSet(ctxt); in xforms_maxFunction() local184 for (int i = 0; i < xmlXPathNodeSetGetLength(pNodeSet); i++) in xforms_maxFunction()186 nNumber = xmlXPathCastNodeToNumber(xmlXPathNodeSetItem(pNodeSet, i)); in xforms_maxFunction()202 xmlNodeSetPtr pNodeSet = xmlXPathPopNodeSet(ctxt); in xforms_countNonEmptyFunction() local206 for (int i = 0; i < xmlXPathNodeSetGetLength(pNodeSet); i++) in xforms_countNonEmptyFunction()208 aString = xmlXPathCastNodeToString(xmlXPathNodeSetItem(pNodeSet, i)); in xforms_countNonEmptyFunction()
Completed in 15 milliseconds