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

/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c11572 #define putVarint32(A,B) (u8)(((u32)(B)<(u32)0x80) ? (*(A) = (unsigned char)(B)),1 : sqlite3PutVarint32((A), (B))) macro
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c20140 #define putVarint32(A,B) \ macro
[all...]

Completed in 847 milliseconds