Lines Matching refs:hbl
74 struct hbl *blobs; /* SQLite3 blob handles */
115 typedef struct hbl { struct
116 struct hbl *next; /* next blob handle */ argument
119 } hbl; argument
780 hbl *bl; in doclose()
2543 hbl *bl = gethbl(env, obj); in doblobfinal()
2548 hbl *blc, **blp; in doblobfinal()
4357 hbl *bl; in Java_SQLite_Database__1open_1blob()
4409 bl = malloc(sizeof (hbl)); in Java_SQLite_Database__1open_1blob()
4437 hbl *bl = gethbl(env, obj); in Java_SQLite_Blob_write()
4478 hbl *bl = gethbl(env, obj); in Java_SQLite_Blob_read()