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

/macosx-10.9.5/tcl-102/tcl_ext/tdom/tdom/generic/
H A Ddomxpath.h178 int xpathMatches (ast steps, domNode * exprContext, domNode *nodeToMatch,
H A Ddomxslt.c1829 rc = xpathMatches (kinfo->matchAst, kinfo->node, node, &(xs->cbs),
1832 TRACE1("xpathMatches had errors '%s' \n", *errMsg);
3757 rc = xpathMatches (t_from, actionNode, node, &(xs->cbs),
3768 rc = xpathMatches (t_count, actionNode, node, &(xs->cbs),
3785 rc = xpathMatches (t_count, actionNode, node, &(xs->cbs),
3798 rc = xpathMatches (t_from, actionNode, node, &(xs->cbs),
3803 rc = xpathMatches (t_count, actionNode, node, &(xs->cbs),
3821 rc = xpathMatches (t_count, actionNode, node, &(xs->cbs),
3836 rc = xpathMatches (t_from, actionNode, node, &(xs->cbs),
3841 rc = xpathMatches (t_coun
[all...]
H A Ddomxpath.c5274 | xpathMatches
5277 int xpathMatches ( function
5296 TRACE1("xpathMatches type=%d \n", step->type);
5312 rc = xpathMatches (step->child, exprContext, nodeToMatch, cbs,
5517 rc = xpathMatches (step->next, exprContext, nodeToMatch,
5557 rc = xpathMatches (step->child, exprContext, child, cbs, errMsg);
5670 rc = xpathMatches (childSteps->child, exprContext,
5703 fprintf(stderr, "wrong type %d for xpathMatches \n", step->type);

Completed in 181 milliseconds