Lines Matching defs:Blob
35679 /* 77 */ "Blob" OpHelp("r[P2]=P4 (len=P1)"),
86827 ** The input pBlob is guaranteed to be a Blob that is not marked
86848 /* It is possible to have a Blob value that has some non-zero content
91721 /* Opcode: Blob P1 P2 * P4 *
157634 /* The Bloom filter is a Blob held in a register. Initialize it
179542 sqlite3_blob *pSegments; /* Blob handle open on %_segments table */
181673 char *zBlob = 0; /* Blob read from %_segments table */
191087 char **paBlob, /* OUT: Blob data in malloc'd buffer */
191861 char *zRoot, /* Blob value for "root" field */
193569 typedef struct Blob Blob;
193578 struct Blob {
193590 Blob key; /* Last key written to the current block */
193591 Blob block; /* Current block image */
193625 Blob term; /* Current term */
193639 static void blobGrowBuffer(Blob *pBlob, int nMin, int *pRc){
193775 Blob *pBlk = &pNode->block;
193847 Blob *pNode, /* Current node image to append to */
193848 Blob *pPrev, /* Buffer containing previous term written */
194025 Blob *pBlock = &pWriter->aNodeWriter[1].block;
194475 static void fts3StartNode(Blob *pNode, int iHeight, sqlite3_int64 iChild){
194497 Blob *pNew, /* OUT: Write new node image here */
194503 Blob prev = {0, 0, 0}; /* Previous term written to new node */
194560 Blob root = {0,0,0}; /* New root page image */
194561 Blob block = {0,0,0}; /* Buffer used for any other block */
194689 static int fts3IncrmergeHintStore(Fts3Table *p, Blob *pHint){
194713 static int fts3IncrmergeHintLoad(Fts3Table *p, Blob *pHint){
194750 Blob *pHint, /* Hint blob to append to */
194770 static int fts3IncrmergeHintPop(Blob *pHint, i64 *piAbsLevel, int *pnInput){
194808 Blob hint = {0, 0, 0}; /* Hint read from %_stat table */
201124 /* Blob I/O on xxx_node */
215662 ** 0x04: Blob value.
215675 ** Blob values: