Lines Matching refs:tocopy
1818 unsigned int tocopy; local
1829 tocopy=*inputlen;
1831 tocopy=4;
1833 if (tocopy>text->needsize)
1834 tocopy=text->needsize;
1836 memcpy(text->sizebuf+4-text->needsize, *input, tocopy);
1837 text->needsize-=tocopy;
1839 *input+=tocopy;
1840 *inputlen-=tocopy;
2173 unsigned int tocopy; local
2182 tocopy = *inputlen;
2184 tocopy = 4;
2186 if (tocopy > text->needsize)
2187 tocopy = text->needsize;
2189 memcpy(text->sizebuf + 4 - text->needsize, *input, tocopy);
2190 text->needsize -= tocopy;
2192 *input += tocopy;
2193 *inputlen -= tocopy;