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

/external/javasqlite/src/main/native/
H A Dsqlite_jni.c77 struct hbk *backups; /* SQLite3 backup handles */
125 typedef struct hbk { struct
126 struct hbk *next; /* next blob handle */
129 } hbk; typedef in typeref:struct:hbk
783 hbk *bk;
4641 hbk *bk;
4697 bk = malloc(sizeof (hbk));
4720 hbk *bk = gethbk(env, obj);
4727 hbk *bkc, **bkp;
4761 hbk *b
[all...]

Completed in 47 milliseconds