Home
last modified time | relevance | path

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

/external/libxslt/libxslt/
Dtransform.c670 if (ctxt->lasttuse + len >= ctxt->lasttsize) { in xsltAddTextString()
686 memcpy(&(target->content[ctxt->lasttuse]), string, len); in xsltAddTextString()
687 ctxt->lasttuse += len; in xsltAddTextString()
688 target->content[ctxt->lasttuse] = 0; in xsltAddTextString()
694 ctxt->lasttuse = len; in xsltAddTextString()
787 ctxt->lasttuse = len; in xsltCopyTextString()
884 ctxt->lasttuse = len; in xsltCopyText()
940 ctxt->lasttuse = len; in xsltCopyText()
DxsltInternals.h1747 unsigned int lasttuse; /* last text node use */ member