HomeSort by relevance Sort by last modified time
    Searched refs:tmpRVT (Results 1 - 3 of 3) sorted by null

  /external/libxslt/libxslt/
variables.c 136 RVT->next = (xmlNodePtr) ctxt->tmpRVT;
137 if (ctxt->tmpRVT != NULL)
138 ctxt->tmpRVT->prev = (xmlNodePtr) RVT;
139 ctxt->tmpRVT = RVT;
433 cur = ctxt->tmpRVT;
443 ctxt->tmpRVT = NULL;
    [all...]
xsltInternals.h     [all...]
transform.c     [all...]

Completed in 96 milliseconds