Home | History | Annotate | Download | only in plugins

Lines Matching defs:dataLength

1262                 unsigned dataLength = buffer.size() - location;
1270 dataLength = min(contentLength.toInt(), (int)dataLength);
1274 postDataLength = dataLength;