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

  /external/libxslt/libxslt/
variables.c 394 RVT->next = (xmlNodePtr) ctxt->persistRVT;
395 if (ctxt->persistRVT != NULL)
396 ctxt->persistRVT->prev = (xmlNodePtr) RVT;
397 ctxt->persistRVT = RVT;
447 cur = ctxt->persistRVT;
457 ctxt->persistRVT = NULL;
    [all...]
xsltInternals.h     [all...]

Completed in 180 milliseconds