Searched refs:sqlite3Fts5BufferAppendVarint (Results 1 – 5 of 5) sorted by relevance
| /sqlite-3.40.0/ext/fts5/ |
| H A D | fts5_storage.c | 514 sqlite3Fts5BufferAppendVarint(&rc, &buf, p->nTotalRow); in fts5StorageSaveTotals() 516 sqlite3Fts5BufferAppendVarint(&rc, &buf, p->aTotalSize[i]); in fts5StorageSaveTotals() 636 sqlite3Fts5BufferAppendVarint(&rc, &buf, ctx.szCol); in sqlite3Fts5StorageRebuild() 762 sqlite3Fts5BufferAppendVarint(&rc, &buf, ctx.szCol); in sqlite3Fts5StorageIndexInsert()
|
| H A D | fts5Int.h | 278 void sqlite3Fts5BufferAppendVarint(int*, Fts5Buffer*, i64); 289 #define fts5BufferAppendVarint(a,b,c) sqlite3Fts5BufferAppendVarint(a,b,(i64)c)
|
| H A D | fts5_buffer.c | 42 void sqlite3Fts5BufferAppendVarint(int *pRc, Fts5Buffer *pBuf, i64 iVal){ in sqlite3Fts5BufferAppendVarint() function
|
| H A D | fts5_index.c | 3857 sqlite3Fts5BufferAppendVarint(&p->rc, &pDlidx->buf, 0); in fts5WriteBtreeNoTerm() 3908 sqlite3Fts5BufferAppendVarint(&p->rc, &pDlidx[1].buf, 0); in fts5WriteDlidxAppend() 3909 sqlite3Fts5BufferAppendVarint(&p->rc, &pDlidx[1].buf, pDlidx->pgno); in fts5WriteDlidxAppend() 3910 sqlite3Fts5BufferAppendVarint(&p->rc, &pDlidx[1].buf, iFirst); in fts5WriteDlidxAppend() 3927 sqlite3Fts5BufferAppendVarint(&p->rc, &pDlidx->buf, !bDone); in fts5WriteDlidxAppend() 3928 sqlite3Fts5BufferAppendVarint(&p->rc, &pDlidx->buf, iPgno); in fts5WriteDlidxAppend() 3932 sqlite3Fts5BufferAppendVarint(&p->rc, &pDlidx->buf, iVal); in fts5WriteDlidxAppend()
|
| H A D | fts5_main.c | 2428 sqlite3Fts5BufferAppendVarint(&rc, &val, nByte); in fts5PoslistBlob() 2447 sqlite3Fts5BufferAppendVarint(&rc, &val, nByte); in fts5PoslistBlob()
|