Lines Matching refs:jint
168 v.i = (jint) err; in seterr()
179 v.i = (jint) err; in setvmerr()
190 v.i = (jint) err; in setstmterr()
394 jint len = (*env)->GetArrayLength(env, bytes); in trans2iso()
466 (jint) count) in busyhandler()
492 ret = (*env)->CallBooleanMethod(env, h->bh, mid, 0, (jint) count) in busyhandler3()
532 jint i; in callback()
892 Java_SQLite_Database__1busy_1timeout(JNIEnv *env, jobject obj, jint ms) in Java_SQLite_Database__1busy_1timeout()
1052 Java_SQLite_Database__1open4(JNIEnv *env, jobject obj, jstring file, jint mode, in Java_SQLite_Database__1open4()
1266 Java_SQLite_Database__1open(JNIEnv *env, jobject obj, jstring file, jint mode) in Java_SQLite_Database__1open()
1856 jint nargs, jobject fi) in mkfunc_common()
1953 jstring name, jint nargs, jobject fi) in Java_SQLite_Database__1create_1aggregate()
1960 jstring name, jint nargs, jobject fi) in Java_SQLite_Database__1create_1function()
1967 jstring name, jint type) in Java_SQLite_Database__1function_1type()
2003 JNIEXPORT jint JNICALL
2007 jint r = 0; in Java_SQLite_FunctionContext_count()
2012 r = (jint) sqlite3_aggregate_count((sqlite3_context *) f->sf); in Java_SQLite_FunctionContext_count()
2014 r = (jint) sqlite_aggregate_count((sqlite_func *) f->sf); in Java_SQLite_FunctionContext_count()
2018 r = (jint) sqlite_aggregate_count((sqlite_func *) f->sf); in Java_SQLite_FunctionContext_count()
2021 r = (jint) sqlite3_aggregate_count((sqlite3_context *) f->sf); in Java_SQLite_FunctionContext_count()
2112 Java_SQLite_FunctionContext_set_1result__I(JNIEnv *env, jobject obj, jint i) in Java_SQLite_FunctionContext_set_1result__I()
2228 jint n) in Java_SQLite_FunctionContext_set_1result_1zeroblob()
2246 Java_SQLite_Database_error_1string(JNIEnv *env, jclass c, jint err) in Java_SQLite_Database_error_1string()
2308 jint i = what; in doauth()
3397 Java_SQLite_Database__1progress_1handler(JNIEnv *env, jobject obj, jint n, in Java_SQLite_Database__1progress_1handler()
3723 Java_SQLite_Stmt_bind__II(JNIEnv *env, jobject obj, jint pos, jint val) in Java_SQLite_Stmt_bind__II()
3750 Java_SQLite_Stmt_bind__IJ(JNIEnv *env, jobject obj, jint pos, jlong val) in Java_SQLite_Stmt_bind__IJ()
3777 Java_SQLite_Stmt_bind__ID(JNIEnv *env, jobject obj, jint pos, jdouble val) in Java_SQLite_Stmt_bind__ID()
3804 Java_SQLite_Stmt_bind__I_3B(JNIEnv *env, jobject obj, jint pos, jbyteArray val) in Java_SQLite_Stmt_bind__I_3B()
3812 jint len; in Java_SQLite_Stmt_bind__I_3B()
3854 jint pos, jstring val) in Java_SQLite_Stmt_bind__ILjava_lang_String_2()
3913 Java_SQLite_Stmt_bind__I(JNIEnv *env, jobject obj, jint pos) in Java_SQLite_Stmt_bind__I()
3940 Java_SQLite_Stmt_bind_1zeroblob(JNIEnv *env, jobject obj, jint pos, jint len) in Java_SQLite_Stmt_bind_1zeroblob()
3966 JNIEXPORT jint JNICALL
3983 Java_SQLite_Stmt_bind_1parameter_1name(JNIEnv *env, jobject obj, jint pos) in Java_SQLite_Stmt_bind_1parameter_1name()
4009 JNIEXPORT jint JNICALL
4040 JNIEXPORT jint JNICALL
4041 Java_SQLite_Stmt_column_1int(JNIEnv *env, jobject obj, jint col) in Java_SQLite_Stmt_column_1int()
4063 Java_SQLite_Stmt_column_1long(JNIEnv *env, jobject obj, jint col) in Java_SQLite_Stmt_column_1long()
4085 Java_SQLite_Stmt_column_1double(JNIEnv *env, jobject obj, jint col) in Java_SQLite_Stmt_column_1double()
4107 Java_SQLite_Stmt_column_1bytes(JNIEnv *env, jobject obj, jint col) in Java_SQLite_Stmt_column_1bytes()
4144 Java_SQLite_Stmt_column_1string(JNIEnv *env, jobject obj, jint col) in Java_SQLite_Stmt_column_1string()
4180 JNIEXPORT jint JNICALL
4181 Java_SQLite_Stmt_column_1type(JNIEnv *env, jobject obj, jint col) in Java_SQLite_Stmt_column_1type()
4202 JNIEXPORT jint JNICALL
4219 Java_SQLite_Stmt_column_1table_1name(JNIEnv *env, jobject obj, jint col) in Java_SQLite_Stmt_column_1table_1name()
4246 Java_SQLite_Stmt_column_1database_1name(JNIEnv *env, jobject obj, jint col) in Java_SQLite_Stmt_column_1database_1name()
4273 Java_SQLite_Stmt_column_1decltype(JNIEnv *env, jobject obj, jint col) in Java_SQLite_Stmt_column_1decltype()
4300 Java_SQLite_Stmt_column_1origin_1name(JNIEnv *env, jobject obj, jint col) in Java_SQLite_Stmt_column_1origin_1name()
4326 JNIEXPORT jint JNICALL
4327 Java_SQLite_Stmt_status(JNIEnv *env, jobject obj, jint op, jboolean flg) in Java_SQLite_Stmt_status()
4329 jint count = 0; in Java_SQLite_Stmt_status()
4432 JNIEXPORT jint JNICALL
4433 Java_SQLite_Blob_write(JNIEnv *env , jobject obj, jbyteArray b, jint off, in Java_SQLite_Blob_write()
4434 jint pos, jint len) in Java_SQLite_Blob_write()
4473 JNIEXPORT jint JNICALL
4474 Java_SQLite_Blob_read(JNIEnv *env , jobject obj, jbyteArray b, jint off, in Java_SQLite_Blob_read()
4475 jint pos, jint len) in Java_SQLite_Blob_read()
4757 Java_SQLite_Backup__1step(JNIEnv *env, jobject obj, jint n) in Java_SQLite_Backup__1step()
4790 JNIEXPORT jint JNICALL
4793 jint result = 0; in Java_SQLite_Backup__1remaining()
4808 JNIEXPORT jint JNICALL
4811 jint result = 0; in Java_SQLite_Backup__1pagecount()
4887 JNIEXPORT jint JNICALL
4888 Java_SQLite_Database__1status(JNIEnv *env, jclass cls, jint op, in Java_SQLite_Database__1status()
4891 jint ret = SQLITE_ERROR; in Java_SQLite_Database__1status()
4894 jint jdata[2]; in Java_SQLite_Database__1status()
4907 JNIEXPORT jint JNICALL
4908 Java_SQLite_Database__1db_1status(JNIEnv *env, jobject obj, jint op, in Java_SQLite_Database__1db_1status()
4911 jint ret = SQLITE_ERROR; in Java_SQLite_Database__1db_1status()
4915 jint jdata[2]; in Java_SQLite_Database__1db_1status()
5000 JNIEXPORT jint JNICALL