Home | History | Annotate | Download | only in dist

Lines Matching defs: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
50301 n += getVarint32(&pCell[n], nPayload);
50309 n += getVarint32(&pCell[n], nPayload);
50383 pIter += getVarint32(pIter, nSize);
50394 pIter += getVarint32(pIter, nSize);
53940 pCell += getVarint32(pCell, dummy);
62443 idx = getVarint32(aKey, szHdr);
62449 idx += getVarint32(&aKey[idx], serial_type);
62508 idx1 = getVarint32(aKey1, szHdr1);
62515 idx1 += getVarint32( aKey1+idx1, serial_type1 );
62613 (void)getVarint32((u8*)m.z, szHdr);
62622 (void)getVarint32((u8*)&m.z[szHdr-1], typeRowid);
67099 /* sqlite3BtreeParseCellPtr() uses getVarint32() to extract the
67174 u.an.szHdr = getVarint32((u8*)u.an.zData, u.an.offset);
71848 iOff = getVarint32(pIter->aAlloc, nRec);