Searched refs:getVarint32 (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c11567 ** x = getVarint32( A, B );
11571 #define getVarint32(A,B) (u8)((*(A)<(u8)0x80) ? ((B) = (u32)*(A)),1 : sqlite3GetVarint32((A), (u32 *)&(B))) macro
21449 ** A MACRO version, getVarint32, is provided which inlines the
21460 #ifndef getVarint32
[all...]

Completed in 403 milliseconds