Searched refs:lasttsize (Results 1 – 2 of 2) sorted by relevance
670 if (ctxt->lasttuse + len >= ctxt->lasttsize) { in xsltAddTextString()674 size = ctxt->lasttsize + len + 100; in xsltAddTextString()682 ctxt->lasttsize = size; in xsltAddTextString()693 ctxt->lasttsize = len; in xsltAddTextString()786 ctxt->lasttsize = len; in xsltCopyTextString()883 ctxt->lasttsize = len; in xsltCopyText()939 ctxt->lasttsize = len; in xsltCopyText()
1746 unsigned int lasttsize; /* last text node size */ member