BTREE_BLOBKEY    65509 third_party/sqlite/amalgamation/sqlite3.c       rc = sqlite3BtreeCreateTable(u.ax.pCx->pBt, &pgno, BTREE_BLOBKEY);
BTREE_BLOBKEY    67022 third_party/sqlite/amalgamation/sqlite3.c     u.bt.flags = BTREE_BLOBKEY;
BTREE_BLOBKEY    3149 third_party/sqlite/src/src/vdbe.c       rc = sqlite3BtreeCreateTable(pCx->pBt, &pgno, BTREE_BLOBKEY); 
BTREE_BLOBKEY    4618 third_party/sqlite/src/src/vdbe.c     flags = BTREE_BLOBKEY;