Searched refs:Blob (Results 1 – 9 of 9) sorted by relevance
126 typedef struct Blob Blob; typedef127 struct Blob { struct128 Blob *pNext; /* Next in a list */ argument155 Blob *pFirstSql; /* First SQL script */512 Blob head; in blobListLoadFromDb()513 Blob *p; in blobListLoadFromDb()531 Blob *pNew = safe_realloc(0, sizeof(*pNew)+sz ); in blobListLoadFromDb()549 static void blobListFree(Blob *p){ in blobListFree()550 Blob *pNext; in blobListFree()2224 g.pFirstDb = safe_realloc(0, sizeof(Blob)); in main()[all …]
54 4 { # Blob value.
147 # Blob was opened for read-only access - writing returns an error.156 # Blob was opened for read/write access - writing succeeds
73 # $data Blob containing the entire contents of a WAL.
509 # Blob
479 # Blob
3682 typedef struct Blob Blob; typedef3691 struct Blob { struct3704 Blob block; /* Current block image */3738 Blob term; /* Current term */3752 static void blobGrowBuffer(Blob *pBlob, int nMin, int *pRc){ in blobGrowBuffer()3888 Blob *pBlk = &pNode->block; in fts3IncrmergePush()4138 Blob *pBlock = &pWriter->aNodeWriter[1].block; in fts3IncrmergeRelease()4673 Blob root = {0,0,0}; /* New root page image */ in fts3TruncateSegment()4802 static int fts3IncrmergeHintStore(Fts3Table *p, Blob *pHint){ in fts3IncrmergeHintStore()4826 static int fts3IncrmergeHintLoad(Fts3Table *p, Blob *pHint){ in fts3IncrmergeHintLoad()[all …]
561 const blob = new Blob([ev.buffer],
402 return new Blob(ar);