OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:localRVT
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/libxslt/libxslt/
variables.c
180
RVT->next = (xmlNodePtr) ctxt->
localRVT
;
181
if (ctxt->
localRVT
!= NULL)
182
ctxt->
localRVT
->prev = (xmlNodePtr) RVT;
183
ctxt->
localRVT
= RVT;
419
cur = ctxt->
localRVT
;
429
ctxt->
localRVT
= NULL;
[
all
...]
transform.c
[
all
...]
xsltInternals.h
[
all
...]
Completed in 69 milliseconds