Home | History | Annotate | Download | only in native

Lines Matching refs:jint

16   (JNIEnv *, jobject, jstring, jint);
96 (JNIEnv *, jobject, jint);
128 (JNIEnv *, jobject, jstring, jint, jobject);
136 (JNIEnv *, jobject, jstring, jint, jobject);
144 (JNIEnv *, jobject, jstring, jint);
160 (JNIEnv *, jclass, jint);
232 (JNIEnv *, jobject, jint, jobject);
318 (JNIEnv *, jobject, jint);
350 (JNIEnv *, jobject, jint);
357 JNIEXPORT jint JNICALL Java_SQLite_FunctionContext_count
425 (JNIEnv *, jobject, jint, jint);
433 (JNIEnv *, jobject, jint, jlong);
441 (JNIEnv *, jobject, jint, jdouble);
449 (JNIEnv *, jobject, jint, jbyteArray);
457 (JNIEnv *, jobject, jint, jstring);
465 (JNIEnv *, jobject, jint);
473 (JNIEnv *, jobject, jint, jint);
480 JNIEXPORT jint JNICALL Java_SQLite_Stmt_bind_1parameter_1count
489 (JNIEnv *, jobject, jint);
496 JNIEXPORT jint JNICALL Java_SQLite_Stmt_bind_1parameter_1index
504 JNIEXPORT jint JNICALL Java_SQLite_Stmt_column_1int
505 (JNIEnv *, jobject, jint);
513 (JNIEnv *, jobject, jint);
521 (JNIEnv *, jobject, jint);
529 (JNIEnv *, jobject, jint);
537 (JNIEnv *, jobject, jint);
544 JNIEXPORT jint JNICALL Java_SQLite_Stmt_column_1type
545 (JNIEnv *, jobject, jint);
552 JNIEXPORT jint JNICALL Java_SQLite_Stmt_column_1count
561 (JNIEnv *, jobject, jint);
569 (JNIEnv *, jobject, jint);
577 (JNIEnv *, jobject, jint);
585 (JNIEnv *, jobject, jint);
627 JNIEXPORT jint JNICALL Java_SQLite_Blob_write
628 (JNIEnv *, jobject, jbyteArray, jint, jint, jint);
635 JNIEXPORT jint JNICALL Java_SQLite_Blob_read
636 (JNIEnv *, jobject, jbyteArray, jint, jint, jint);