Searched defs:hfunc (Results 1 - 1 of 1) sorted by relevance

/external/javasqlite/src/main/native/
H A Dsqlite_jni.c66 struct hfunc *funcs; /* SQLite user defined function handles */
83 typedef struct hfunc { struct
84 struct hfunc *next; /* next function */
94 } hfunc; typedef in typeref:struct:hfunc
778 hfunc *f;
1692 static hfunc *
1698 return (hfunc *) v.l;
1705 hfunc *f = (hfunc *) sqlite_user_data(sf);
1759 hfunc *
[all...]

Completed in 43 milliseconds