Home | History | Annotate | Download | only in ports

Lines Matching refs:srcSize

1992     size_t srcSize = CFDataGetLength(srcData);
1993 if (offset >= srcSize) {
1997 if ((offset + length) > srcSize) {
1998 length = srcSize - offset;