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

  /external/libxslt/libxslt/
transform.c 670 if (ctxt->lasttuse + len >= ctxt->lasttsize) {
686 memcpy(&(target->content[ctxt->lasttuse]), string, len);
687 ctxt->lasttuse += len;
688 target->content[ctxt->lasttuse] = 0;
694 ctxt->lasttuse = len;
787 ctxt->lasttuse = len;
884 ctxt->lasttuse = len;
940 ctxt->lasttuse = len;
    [all...]
xsltInternals.h 1747 unsigned int lasttuse; \/* last text node use *\/ member in struct:_xsltTransformContext
    [all...]

Completed in 58 milliseconds