Home
last modified time | relevance | path

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

/external/javasqlite/src/main/native/
Dsqlite_jni.c67 struct hfunc *funcs; /* SQLite user defined function handles */
84 typedef struct hfunc { struct
85 struct hfunc *next; /* next function */ argument
95 } hfunc; argument
779 hfunc *f; in doclose()
1693 static hfunc *
1699 return (hfunc *) v.l; in getfunc()
1706 hfunc *f = (hfunc *) sqlite_user_data(sf); in call_common()
1760 hfunc *f = (hfunc *) sqlite_user_data(sf); in call_final()
1782 hfunc *f = (hfunc *) sqlite3_user_data(sf); in call3_common()
[all …]