Lines Matching refs:sourceOffset
8676 jbyteArray sourceJava, jint sourceOffset, in NativeCrypto_ENGINE_SSL_write_BIO_heap() argument
8702 if (ARRAY_OFFSET_LENGTH_INVALID(source, sourceOffset, sourceLength)) { in NativeCrypto_ENGINE_SSL_write_BIO_heap()
8706 ssl, sourceOffset, sourceLength, source.size()); in NativeCrypto_ENGINE_SSL_write_BIO_heap()
8729 int result = BIO_write(bio, reinterpret_cast<const char*>(source.get()) + sourceOffset, in NativeCrypto_ENGINE_SSL_write_BIO_heap()
8735 ssl, bio, source.get(), sourceOffset, sourceLength, shc, result); in NativeCrypto_ENGINE_SSL_write_BIO_heap()
8736 JNI_TRACE_PACKET_DATA(ssl, 'O', reinterpret_cast<const char*>(source.get()) + sourceOffset, in NativeCrypto_ENGINE_SSL_write_BIO_heap()
8896 jbyteArray sourceJava, jint sourceOffset, in NativeCrypto_ENGINE_SSL_write_heap() argument
8913 if (ARRAY_OFFSET_LENGTH_INVALID(source, sourceOffset, sourceLength)) { in NativeCrypto_ENGINE_SSL_write_heap()
8917 ssl, sourceOffset, sourceLength, source.size()); in NativeCrypto_ENGINE_SSL_write_heap()
8940 int result = SSL_write(ssl, reinterpret_cast<const char*>(source.get()) + sourceOffset, in NativeCrypto_ENGINE_SSL_write_heap()
8946 ssl, source.get(), sourceOffset, sourceLength, shc, result); in NativeCrypto_ENGINE_SSL_write_heap()