Home
last modified time | relevance | path

Searched refs:filterOp (Results 1 – 1 of 1) sorted by relevance

/reactos/sdk/lib/3rdparty/libxml2/
H A Dxpath.c11631 xmlXPathStepOpPtr filterOp; in xmlXPathNodeSetFilter() local
11652 filterOp = &ctxt->comp->steps[filterOpIndex]; in xmlXPathNodeSetFilter()
11673 res = xmlXPathCompOpEvalToBoolean(ctxt, filterOp, 1); in xmlXPathNodeSetFilter()
11764 xmlXPathStepOpPtr filterOp; in xmlXPathLocationSetFilter() local
11776 filterOp = &ctxt->comp->steps[filterOpIndex]; in xmlXPathLocationSetFilter()
11797 res = xmlXPathCompOpEvalToBoolean(ctxt, filterOp, 1); in xmlXPathLocationSetFilter()