getVarint        48025 third_party/sqlite/amalgamation/sqlite3.c     n += getVarint(&pCell[n], (u64*)&pInfo->nKey);
getVarint        51599 third_party/sqlite/amalgamation/sqlite3.c         getVarint(pCell, (u64*)&nCellKey);
getVarint        111569 third_party/sqlite/amalgamation/sqlite3.c   nRead = getVarint(pCell, &nRecordBytes);
getVarint        111573 third_party/sqlite/amalgamation/sqlite3.c   nRead += getVarint(pCell + nRead, &iRowid);
getVarint        111599 third_party/sqlite/amalgamation/sqlite3.c   nRecordHeaderRead = getVarint(pCell + nRead, &nRecordHeaderBytes);
getVarint        111621 third_party/sqlite/amalgamation/sqlite3.c     nRecordHeaderRead += getVarint(pCursor->pRecordHeader + nRecordHeaderRead,
getVarint        111688 third_party/sqlite/amalgamation/sqlite3.c   nRead = getVarint(pRecordHeader, &nRecordHeaderBytes);
getVarint        111707 third_party/sqlite/amalgamation/sqlite3.c     nRead += getVarint(pRecordHeader + nRead, &iSerialType);
getVarint         147 third_party/sqlite/src/ext/fts1/fts1.c  int ret = getVarint(p, &i);
getVarint         400 third_party/sqlite/src/ext/fts1/fts1.c   getVarint(pReader->p, &ret);
getVarint         410 third_party/sqlite/src/ext/fts1/fts1.c   pReader->p += getVarint(pReader->p, &ret);
getVarint          77 third_party/sqlite/src/ext/fts1/fulltext.c  int ret = getVarint(p, &i);
getVarint         232 third_party/sqlite/src/ext/fts1/fulltext.c   getVarint(pReader->p, &ret);
getVarint         240 third_party/sqlite/src/ext/fts1/fulltext.c   pReader->p += getVarint(pReader->p, &ret);
getVarint         684 third_party/sqlite/src/ext/fts2/fts2.c   int n = getVarint(pReader->pData, &iDummy);
getVarint         765 third_party/sqlite/src/ext/fts2/fts2.c     int n = getVarint(pData, &iDocidDelta);
getVarint        4336 third_party/sqlite/src/ext/fts2/fts2.c   n = getVarint(pData, &iBlockid);
getVarint         906 third_party/sqlite/src/src/btree.c     n += getVarint(&pCell[n], (u64*)&pInfo->nKey);
getVarint        4480 third_party/sqlite/src/src/btree.c         getVarint(pCell, (u64*)&nCellKey);
getVarint        1323 third_party/sqlite/src/src/recover.c   nRead = getVarint(pCell, &nRecordBytes);
getVarint        1327 third_party/sqlite/src/src/recover.c   nRead += getVarint(pCell + nRead, &iRowid);
getVarint        1353 third_party/sqlite/src/src/recover.c   nRecordHeaderRead = getVarint(pCell + nRead, &nRecordHeaderBytes);
getVarint        1375 third_party/sqlite/src/src/recover.c     nRecordHeaderRead += getVarint(pCursor->pRecordHeader + nRecordHeaderRead,
getVarint        1442 third_party/sqlite/src/src/recover.c   nRead = getVarint(pRecordHeader, &nRecordHeaderBytes);
getVarint        1461 third_party/sqlite/src/src/recover.c     nRead += getVarint(pRecordHeader + nRead, &iSerialType);
getVarint         468 third_party/sqlite/src/src/test3.c     n2 = getVarint(zBuf, &out);
getVarint         502 third_party/sqlite/src/src/test3.c       getVarint(zBuf, &out);