Home | History | Annotate | Download | only in Plugins

Lines Matching full:datalength

1847                 unsigned dataLength = [postData length] - location;
1855 dataLength = min<unsigned>([contentLength intValue], dataLength);
1862 postData = [postData subdataWithRange:NSMakeRange(location, dataLength)];