sqlite3PutVarint 11240 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3PutVarint(unsigned char*, u64); sqlite3PutVarint 11266 third_party/sqlite/amalgamation/sqlite3.c #define putVarint sqlite3PutVarint sqlite3PutVarint 20868 third_party/sqlite/amalgamation/sqlite3.c return sqlite3PutVarint(p, v); sqlite3PutVarint 2895 third_party/sqlite/src/src/sqliteInt.h int sqlite3PutVarint(unsigned char*, u64); sqlite3PutVarint 2921 third_party/sqlite/src/src/sqliteInt.h #define putVarint sqlite3PutVarint sqlite3PutVarint 648 third_party/sqlite/src/src/util.c return sqlite3PutVarint(p, v);