Home | History | Annotate | Download | only in jni

Lines Matching defs:numArgs

61     jfieldID numArgs;
252 jint numArgs = env->GetIntField(functionObj, gSQLiteCustomFunctionClassInfo.numArgs);
257 int err = sqlite3_create_function_v2(connection->db, name, numArgs, SQLITE_UTF16,
867 GET_FIELD_ID(gSQLiteCustomFunctionClassInfo.numArgs, clazz,
868 "numArgs", "I");