Home
last modified time | relevance | path

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

/third_party/libxml2/include/libxml/
Dxpath.h316 int contextSize; /* the context size */ member
/third_party/libxml2/
Dxpointer.c1012 ctxt->context->contextSize = 1; in xmlXPtrEvalXPtrPart()
2882 ctxt->context->contextSize = 0; in xmlXPtrEvalRangePredicate()
2908 ctxt->context->contextSize = oldset->locNr; in xmlXPtrEvalRangePredicate()
2942 ctxt->context->contextSize = -1; in xmlXPtrEvalRangePredicate()
Dxpath.c6124 ret->contextSize = -1; in xmlXPathNewContext()
8481 if (ctxt->context->contextSize >= 0) { in xmlXPathLastFunction()
8484 (double) ctxt->context->contextSize)); in xmlXPathLastFunction()
8487 "last() : %d\n", ctxt->context->contextSize); in xmlXPathLastFunction()
11651 oldcs = xpctxt->contextSize; in xmlXPathNodeSetFilter()
11655 xpctxt->contextSize = set->nodeNr; in xmlXPathNodeSetFilter()
11739 xpctxt->contextSize = oldcs; in xmlXPathNodeSetFilter()
11775 oldcs = xpctxt->contextSize; in xmlXPathLocationSetFilter()
11779 xpctxt->contextSize = locset->locNr; in xmlXPathLocationSetFilter()
11857 xpctxt->contextSize = oldcs; in xmlXPathLocationSetFilter()
[all …]
/third_party/libxml2/os400/libxmlrpg/
Dxpath.rpgle331 d contextSize like(xmlCint) The context size
/third_party/chromium/patch/
D0001-cve.patch135776 xpctxt->contextSize = oldcs;
138836 * Recompute contextSize and proximityPosition.
138847 oldCS = ctxt->xpathCtxt->contextSize;
139008 - ctxt->xpathCtxt->contextSize = len;