Searched refs:throwIfNull (Results 1 – 1 of 1) sorted by relevance
888 static SSL_CTX* to_SSL_CTX(JNIEnv* env, jlong ssl_ctx_address, bool throwIfNull) { in to_SSL_CTX() argument890 if ((ssl_ctx == NULL) && throwIfNull) { in to_SSL_CTX()897 static SSL* to_SSL(JNIEnv* env, jlong ssl_address, bool throwIfNull) { in to_SSL() argument899 if ((ssl == NULL) && throwIfNull) { in to_SSL()906 static SSL_SESSION* to_SSL_SESSION(JNIEnv* env, jlong ssl_session_address, bool throwIfNull) { in to_SSL_SESSION() argument909 if ((ssl_session == NULL) && throwIfNull) { in to_SSL_SESSION()916 static SSL_CIPHER* to_SSL_CIPHER(JNIEnv* env, jlong ssl_cipher_address, bool throwIfNull) { in to_SSL_CIPHER() argument919 if ((ssl_cipher == NULL) && throwIfNull) { in to_SSL_CIPHER()