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

/macosx-10.10.1/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c11568 ** x = putVarint32( A, B );
11572 #define putVarint32(A,B) (u8)(((u32)(B)<(u32)0x80) ? (*(A) = (unsigned char)(B)),1 : sqlite3PutVarint32((A), (B))) macro
21246 ** the common case of small integers. A MACRO version, putVarint32,
21252 #ifndef putVarint32
[all...]

Completed in 323 milliseconds