Home | History | Annotate | Download | only in sqlite

Lines Matching full:varint

352 +/* Return true if a varint can safely be read from pData/nData. */
380 + unsigned nCur = 0; /* Byte offset within current varint. */
721 + * cost of 16-bit offset, 32-bit page number, and one varint
759 + /* Each cell is a 4-byte integer page number and a varint rowid
771 + * a varint. Check could be identical to leaf check (or even a
1372 + /* B-tree leaf cells lead with varint record size, varint rowid and
1373 + * varint header size.