Home
last modified time | relevance | path

Searched refs:isagg (Results 1 – 1 of 1) sorted by relevance

/external/javasqlite/src/main/native/
Dsqlite_jni.c1855 mkfunc_common(JNIEnv *env, int isagg, jobject obj, jstring name, in mkfunc_common() argument
1903 isagg ? NULL : call3_func, in mkfunc_common()
1904 isagg ? call3_step : NULL, in mkfunc_common()
1905 isagg ? call3_final : NULL); in mkfunc_common()
1908 if (isagg) { in mkfunc_common()
1922 if (isagg) { in mkfunc_common()
1937 isagg ? NULL : call3_func, in mkfunc_common()
1938 isagg ? call3_step : NULL, in mkfunc_common()
1939 isagg ? call3_final : NULL); in mkfunc_common()