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

/external/javasqlite/src/main/native/
H A Dsqlite_jni.c75 struct hbl *blobs; /* SQLite3 blob handles */
116 typedef struct hbl { struct
117 struct hbl *next; /* next blob handle */
120 } hbl; typedef in typeref:struct:hbl
781 hbl *bl;
2544 hbl *bl = gethbl(env, obj);
2549 hbl *blc, **blp;
4358 hbl *bl;
4410 bl = malloc(sizeof (hbl));
4438 hbl *b
[all...]

Completed in 69 milliseconds