Home
last modified time | relevance | path

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

/external/libxslt/libxslt/
Dtransform.c668 if (ctxt->lasttext == target->content) { in xsltAddTextString()
683 ctxt->lasttext = newbuf; in xsltAddTextString()
691 ctxt->lasttext = target->content; in xsltAddTextString()
733 ctxt->lasttext = NULL; in xsltCopyTextString()
785 ctxt->lasttext = copy->content; in xsltCopyTextString()
791 ctxt->lasttext = NULL; in xsltCopyTextString()
841 ctxt->lasttext = NULL; in xsltCopyText()
882 ctxt->lasttext = copy->content; in xsltCopyText()
938 ctxt->lasttext = copy->content; in xsltCopyText()
DxsltInternals.h1745 const xmlChar *lasttext; /* last text node content */ member