Home | History | Annotate | Download | only in Hosted

Lines Matching full:datalength

590                     unsigned dataLength = [httpBody length] - location;
598 dataLength = min(static_cast<unsigned>([contentLength intValue]), dataLength);
605 httpBody = [httpBody subdataWithRange:NSMakeRange(location, dataLength)];