Lines Matching refs:fts5BufferAppendVarint
241700 #define fts5BufferAppendVarint(a,b,c) sqlite3Fts5BufferAppendVarint(a,b,(i64)c) macro
251531 fts5BufferAppendVarint(&p->rc, &buf, pLvl->nMerge);
251532 fts5BufferAppendVarint(&p->rc, &buf, pLvl->nSeg);
251537 fts5BufferAppendVarint(&p->rc, &buf, pSeg->iSegid);
251538 fts5BufferAppendVarint(&p->rc, &buf, pSeg->pgnoFirst);
251539 fts5BufferAppendVarint(&p->rc, &buf, pSeg->pgnoLast);
251541 fts5BufferAppendVarint(&p->rc, &buf, pSeg->iOrigin1);
251542 fts5BufferAppendVarint(&p->rc, &buf, pSeg->iOrigin2);
251543 fts5BufferAppendVarint(&p->rc, &buf, pSeg->nPgTombstone);
251544 fts5BufferAppendVarint(&p->rc, &buf, pSeg->nEntryTombstone);
251545 fts5BufferAppendVarint(&p->rc, &buf, pSeg->nEntry);
254601 fts5BufferAppendVarint(&p->rc, &pPage->buf, nPrefix);
254606 fts5BufferAppendVarint(&p->rc, &pPage->buf, nTerm - nPrefix);
254645 fts5BufferAppendVarint(&p->rc, &pPage->buf, iRowid);
254648 fts5BufferAppendVarint(&p->rc, &pPage->buf,
254801 fts5BufferAppendVarint(&p->rc, &buf, pSeg->term.n);
254810 fts5BufferAppendVarint(&p->rc, &buf, 4);
254816 fts5BufferAppendVarint(&p->rc, &buf, buf.n - 1 - nDiff - 4);
254947 fts5BufferAppendVarint(&p->rc, &writer.writer.buf, 0);
254949 fts5BufferAppendVarint(&p->rc, &writer.writer.buf, 0);
254955 fts5BufferAppendVarint(&p->rc, &writer.writer.buf, nPos);
255807 fts5BufferAppendVarint(&p->rc, pBuf, nPos*2);
256044 fts5BufferAppendVarint(&p->rc, pBuf, iDelta);