Home | History | Annotate | Download | only in native

Lines Matching refs:blobs

74   struct hbl *blobs;		/* SQLite3 blob handles */
813 while ((bl = h->blobs)) {
814 h->blobs = bl->next;
1075 h->blobs = 0;
2506 blp = &h->blobs;
4350 bl->next = h->blobs;
4351 h->blobs = bl;