Searched refs:prightResult (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/tcl-102/tcl_ext/tdom/tdom/generic/
H A Ddomxpath.c3841 xpathResultSet *pleftResult, *prightResult, tResult; local
4664 prightResult = &rightResult;
4667 prightResult = &leftResult;
4669 switch (prightResult->type) {
4676 rsPrint(prightResult);
4680 for (j=0; j < prightResult->nr_nodes; j++) {
4681 rightStr = xpathFuncStringForNode (prightResult->nodes[j]);
4694 if (step->type == Equal) res = (prightResult->intvalue != 0);
4695 else res = (prightResult->intvalue == 0);
4699 dRight = xpathFuncNumber (prightResult,
[all...]

Completed in 84 milliseconds