Home
last modified time | relevance | path

Searched refs:sqlite3Fts5BufferAppendVarint (Results 1 – 5 of 5) sorted by relevance

/sqlite-3.40.0/ext/fts5/
H A Dfts5_storage.c514 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 Dfts5Int.h278 void sqlite3Fts5BufferAppendVarint(int*, Fts5Buffer*, i64);
289 #define fts5BufferAppendVarint(a,b,c) sqlite3Fts5BufferAppendVarint(a,b,(i64)c)
H A Dfts5_buffer.c42 void sqlite3Fts5BufferAppendVarint(int *pRc, Fts5Buffer *pBuf, i64 iVal){ in sqlite3Fts5BufferAppendVarint() function
H A Dfts5_index.c3857 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 Dfts5_main.c2428 sqlite3Fts5BufferAppendVarint(&rc, &val, nByte); in fts5PoslistBlob()
2447 sqlite3Fts5BufferAppendVarint(&rc, &val, nByte); in fts5PoslistBlob()