Lines Matching defs:copy
4 // copy of this software and associated documentation files (the
6 // without limitation the rights to use, copy, modify, merge, publish,
71 int* copy) {
73 *copy = 0;
519 size_t copy = buf.len > len ? len : buf.len;
520 memcpy(buf.base, data, copy);
521 buf.len = copy;
522 wrap->OnStreamRead(copy, buf);
524 data += copy;
525 len -= copy;
1023 // don't copy data if there there is one buffer with data