Home
last modified time | relevance | path

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

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