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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c11820 ** x = putVarint32( A, B );
11824 #define putVarint32(A,B) (u8)(((u32)(B)<(u32)0x80) ? (*(A) = (unsigned char)(B)),1 : sqlite3PutVarint32((A), (B))) macro
21621 ** the common case of small integers. A MACRO version, putVarint32,
21627 #ifndef putVarint32
[all...]

Completed in 228 milliseconds