HomeSort by relevance Sort by last modified time
    Searched full:protolength (Results 1 - 2 of 2) sorted by null

  /external/apache-http/src/org/apache/http/message/
BasicLineParser.java 140 final int protolength = protoname.length(); local
150 if (i + protolength + 4 > indexTo) {
158 for (int j=0; ok && (j<protolength); j++) {
162 ok = (buffer.charAt(i+protolength) == '/');
170 i += protolength+1;
236 final int protolength = protoname.length(); local
238 if (buffer.length() < protolength+4)
244 index = buffer.length() -4 -protolength;
254 if (index + protolength + 4 > buffer.length())
260 for (int j=0; ok && (j<protolength); j++)
    [all...]
  /prebuilts/tools/common/http-client/
httpcore-4.1.jar 

Completed in 354 milliseconds