Searched refs:rs (Results 1 – 3 of 3) sorted by relevance
17 const jint rs = env->GetJavaVM(&m_jvm); in JniCallback() local18 if(rs != JNI_OK) { in JniCallback()
42 jboolean rs = env->CallBooleanMethod(jcfds, add_mid, jcfd); in build_column_family_descriptor_list() local43 if (env->ExceptionCheck() || rs == JNI_FALSE) { in build_column_family_descriptor_list()
147 const jint rs = env->ThrowNew(jclazz, msg.c_str()); in ThrowNew() local148 if(rs != JNI_OK) { in ThrowNew()808 const jint rs = env->Throw(rocksdb_exception); in ThrowNew() local809 if(rs != JNI_OK) { in ThrowNew()901 const jint rs = env->Throw(rocksdb_exception); in ThrowNew() local902 if(rs != JNI_OK) { in ThrowNew()3958 jboolean rs = in getBackupInfo() local3960 if(env->ExceptionCheck() || rs == JNI_FALSE) { in getBackupInfo()