Home | History | Annotate | Download | only in amalgamation

Lines Matching refs:getVarint

11265 #define getVarint    sqlite3GetVarint
48025 n += getVarint(&pCell[n], (u64*)&pInfo->nKey);
51599 getVarint(pCell, (u64*)&nCellKey);
110470 * getVarint().
111569 nRead = getVarint(pCell, &nRecordBytes);
111573 nRead += getVarint(pCell + nRead, &iRowid);
111599 nRecordHeaderRead = getVarint(pCell + nRead, &nRecordHeaderBytes);
111621 nRecordHeaderRead += getVarint(pCursor->pRecordHeader + nRecordHeaderRead,
111688 nRead = getVarint(pRecordHeader, &nRecordHeaderBytes);
111707 nRead += getVarint(pRecordHeader + nRead, &iSerialType);