OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:contextVariable
(Results
1 - 2
of
2
) sorted by null
/external/libxslt/libxslt/
variables.c
48
#define XSLT_TCTXT_VARIABLE(c) ((xsltStackElemPtr) (c)->
contextVariable
)
130
if (ctxt->
contextVariable
!= NULL) {
168
if ((ctxt->
contextVariable
!= NULL) &&
827
xsltStackElemPtr oldVar = ctxt->
contextVariable
;
895
ctxt->
contextVariable
= variable;
904
ctxt->
contextVariable
= oldVar;
940
xsltStackElemPtr oldVar = ctxt->
contextVariable
;
967
ctxt->
contextVariable
= variable;
975
ctxt->
contextVariable
= oldVar;
[
all
...]
xsltInternals.h
[
all
...]
Completed in 27 milliseconds