Home
last modified time | relevance | path

Searched refs:Blob (Results 1 – 9 of 9) sorted by relevance

/sqlite-3.40.0/test/
H A Dfuzzcheck.c126 typedef struct Blob Blob; typedef
127 struct Blob { struct
128 Blob *pNext; /* Next in a list */ argument
155 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 …]
H A Dfuzz3.test54 4 { # Blob value.
H A De_blobopen.test147 # Blob was opened for read-only access - writing returns an error.
156 # Blob was opened for read/write access - writing succeeds
H A Dwalcksum.test73 # $data Blob containing the entire contents of a WAL.
H A Dcapi3.test509 # Blob
H A Dcapi3c.test479 # Blob
/sqlite-3.40.0/ext/fts3/
H A Dfts3_write.c3682 typedef struct Blob Blob; typedef
3691 struct Blob { struct
3704 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 …]
/sqlite-3.40.0/ext/wasm/fiddle/
H A Dfiddle.js561 const blob = new Blob([ev.buffer],
/sqlite-3.40.0/ext/wasm/
H A Dbatch-runner.js402 return new Blob(ar);