Searched refs:maxLineLength (Results 1 – 3 of 3) sorted by relevance
68 private int maxLineLength; field in AndroidHttpClientConnection113 maxLineLength = params.getIntParameter( in bind()344 if (maxLineLength > 0 && in parseResponseHeader()346 maxLineLength) { in parseResponseHeader()
289 int maxLineLength = VALID_CERTIFICATE_PEM_DATA.length; in test_generateCertificate_AnyLineLength_Success() local294 while (lineLength < (maxLineLength - 4)) { in test_generateCertificate_AnyLineLength_Success()302 if (offset >= maxLineLength) { in test_generateCertificate_AnyLineLength_Success()
292 int maxLineLength = VALID_CERTIFICATE_PEM_DATA.length; in test_generateCertificate_AnyLineLength_Success() local297 while (lineLength < (maxLineLength - 4)) { in test_generateCertificate_AnyLineLength_Success()305 if (offset >= maxLineLength) { in test_generateCertificate_AnyLineLength_Success()