Home | History | Annotate | Download | only in jni

Lines Matching defs:numArgs

63     jfieldID numArgs;
265 jint numArgs = env->GetIntField(functionObj, gSQLiteCustomFunctionClassInfo.numArgs);
270 int err = sqlite3_create_function_v2(connection->db, name, numArgs, SQLITE_UTF16,
870 gSQLiteCustomFunctionClassInfo.numArgs = GetFieldIDOrDie(env, clazz, "numArgs", "I");