Home | History | Annotate | Download | only in jni

Lines Matching defs:numArgs

60     jfieldID numArgs;
251 jint numArgs = env->GetIntField(functionObj, gSQLiteCustomFunctionClassInfo.numArgs);
256 int err = sqlite3_create_function_v2(connection->db, name, numArgs, SQLITE_UTF16,
866 GET_FIELD_ID(gSQLiteCustomFunctionClassInfo.numArgs, clazz,
867 "numArgs", "I");