Home
last modified time | relevance | path

Searched refs:maxLineLength (Results 1 – 3 of 3) sorted by relevance

/external/apache-http/android/src/android/net/http/
DAndroidHttpClientConnection.java68 private int maxLineLength; field in AndroidHttpClientConnection
113 maxLineLength = params.getIntParameter( in bind()
344 if (maxLineLength > 0 && in parseResponseHeader()
346 maxLineLength) { in parseResponseHeader()
/external/conscrypt/openjdk-integ-tests/src/test/java/org/conscrypt/java/security/cert/
DCertificateFactoryTest.java289 int maxLineLength = VALID_CERTIFICATE_PEM_DATA.length; in test_generateCertificate_AnyLineLength_Success() local
294 while (lineLength < (maxLineLength - 4)) { in test_generateCertificate_AnyLineLength_Success()
302 if (offset >= maxLineLength) { in test_generateCertificate_AnyLineLength_Success()
/external/conscrypt/repackaged/openjdk-integ-tests/src/test/java/com/android/org/conscrypt/java/security/cert/
DCertificateFactoryTest.java292 int maxLineLength = VALID_CERTIFICATE_PEM_DATA.length; in test_generateCertificate_AnyLineLength_Success() local
297 while (lineLength < (maxLineLength - 4)) { in test_generateCertificate_AnyLineLength_Success()
305 if (offset >= maxLineLength) { in test_generateCertificate_AnyLineLength_Success()