Lines Matching refs:getVarint32
11851 ** x = getVarint32( A, B );
11855 #define getVarint32(A,B) (u8)((*(A)<(u8)0x80) ? ((B) = (u32)*(A)),1 : sqlite3GetVarint32((A), (u32 *)&(B)))
21885 ** A MACRO version, getVarint32, is provided which inlines the
21896 #ifndef getVarint32
50273 n += getVarint32(&pCell[n], nPayload);
50281 n += getVarint32(&pCell[n], nPayload);
50355 pIter += getVarint32(pIter, nSize);
50366 pIter += getVarint32(pIter, nSize);
53912 pCell += getVarint32(pCell, dummy);
62415 idx = getVarint32(aKey, szHdr);
62421 idx += getVarint32(&aKey[idx], serial_type);
62480 idx1 = getVarint32(aKey1, szHdr1);
62487 idx1 += getVarint32( aKey1+idx1, serial_type1 );
62585 (void)getVarint32((u8*)m.z, szHdr);
62594 (void)getVarint32((u8*)&m.z[szHdr-1], typeRowid);
67071 /* sqlite3BtreeParseCellPtr() uses getVarint32() to extract the
67146 u.an.szHdr = getVarint32((u8*)u.an.zData, u.an.offset);
71820 iOff = getVarint32(pIter->aAlloc, nRec);