Home | History | Annotate | Download | only in native

Lines Matching defs:blobs

74     struct hbl *blobs;		/* SQLite3 blob handles */
843 while ((bl = h->blobs)) {
844 h->blobs = bl->next;
1116 h->blobs = 0;
2550 blp = &h->blobs;
4415 bl->next = h->blobs;
4416 h->blobs = bl;