Searched refs:lasttext (Results 1 - 2 of 2) sorted by relevance

/external/libxslt/libxslt/
H A Dtransform.c668 if (ctxt->lasttext == target->content) {
683 ctxt->lasttext = newbuf;
691 ctxt->lasttext = target->content;
733 ctxt->lasttext = NULL;
785 ctxt->lasttext = copy->content;
791 ctxt->lasttext = NULL;
841 ctxt->lasttext = NULL;
882 ctxt->lasttext = copy->content;
938 ctxt->lasttext = copy->content;
946 * MAYBE TODO: Maybe we should reset the ctxt->lasttext her
[all...]
H A DxsltInternals.h1745 const xmlChar *lasttext; /* last text node content */ member in struct:_xsltTransformContext

Completed in 62 milliseconds