Home
last modified time | relevance | path

Searched refs:fts5BufferAppendVarint (Results 1 – 2 of 2) sorted by relevance

/sqlite-3.40.0/ext/fts5/
H A Dfts5_index.c1199 fts5BufferAppendVarint(&p->rc, &buf, pLvl->nMerge); in fts5StructureWrite()
1200 fts5BufferAppendVarint(&p->rc, &buf, pLvl->nSeg); in fts5StructureWrite()
4043 fts5BufferAppendVarint(&p->rc, &pPage->buf, nPrefix); in fts5WriteAppendTerm()
4048 fts5BufferAppendVarint(&p->rc, &pPage->buf, nTerm - nPrefix); in fts5WriteAppendTerm()
4087 fts5BufferAppendVarint(&p->rc, &pPage->buf, iRowid); in fts5WriteAppendRowid()
4090 fts5BufferAppendVarint(&p->rc, &pPage->buf, in fts5WriteAppendRowid()
4243 fts5BufferAppendVarint(&p->rc, &buf, pSeg->term.n); in fts5TrimSegments()
4252 fts5BufferAppendVarint(&p->rc, &buf, 4); in fts5TrimSegments()
4383 fts5BufferAppendVarint(&p->rc, &writer.writer.buf, 0); in fts5IndexMergeLevel()
4391 fts5BufferAppendVarint(&p->rc, &writer.writer.buf, nPos); in fts5IndexMergeLevel()
[all …]
H A Dfts5Int.h289 #define fts5BufferAppendVarint(a,b,c) sqlite3Fts5BufferAppendVarint(a,b,(i64)c) macro