Home | History | Annotate | Download | only in ports

Lines Matching refs:srcSize

1813     size_t srcSize = CFDataGetLength(srcData);
1814 if (offset >= srcSize) {
1817 if (length > srcSize - offset) {
1818 length = srcSize - offset;