Searched defs:putVarint32 (Results 1 – 4 of 4) sorted by relevance
2919 #define putVarint32(A,B) (u8)(((u32)(B)<(u32)0x80) ? (*(A) = (unsigned char)(B)),1 : sqlite3PutVar… macro
11264 #define putVarint32(A,B) (u8)(((u32)(B)<(u32)0x80) ? (*(A) = (unsigned char)(B)),1 : sqlite3PutVar… macro
12801 #define putVarint32(A,B) \ macro