getVarint32      11263 third_party/sqlite/amalgamation/sqlite3.c #define getVarint32(A,B)  (u8)((*(A)<(u8)0x80) ? ((B) = (u32)*(A)),1 : sqlite3GetVarint32((A), (u32 *)&(B)))
getVarint32       145 third_party/sqlite/src/ext/fts1/fts1.c static int getVarint32(const char *p, int *pi){
getVarint32        75 third_party/sqlite/src/ext/fts1/fulltext.c static int getVarint32(const char *p, int *pi){
getVarint32       481 third_party/sqlite/src/ext/fts2/fts2.c static int getVarint32(const char* p, int *pi){
getVarint32      2918 third_party/sqlite/src/src/sqliteInt.h #define getVarint32(A,B)  (u8)((*(A)<(u8)0x80) ? ((B) = (u32)*(A)),1 : sqlite3GetVarint32((A), (u32 *)&(B)))