OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:xpathCtxt
(Results
1 - 3
of
3
) sorted by null
/external/libxslt/libxslt/
xsltutils.c
1001
oldPos = ctxt->
xpathCtxt
->proximityPosition;
1002
oldSize = ctxt->
xpathCtxt
->contextSize;
1003
oldNsNr = ctxt->
xpathCtxt
->nsNr;
1004
oldNamespaces = ctxt->
xpathCtxt
->namespaces;
1007
ctxt->
xpathCtxt
->contextSize = len;
1008
ctxt->
xpathCtxt
->proximityPosition = i + 1;
1010
ctxt->
xpathCtxt
->node = ctxt->node;
1013
ctxt->
xpathCtxt
->namespaces = comp->inScopeNs->list;
1014
ctxt->
xpathCtxt
->nsNr = comp->inScopeNs->xpathNumber;
1016
ctxt->
xpathCtxt
->namespaces = NULL
[
all
...]
xsltInternals.h
[
all
...]
/external/libxml2/
xmlschemas.c
833
void *
xpathCtxt
;
[
all
...]
Completed in 184 milliseconds