Lines Matching refs:sqlite3GetVarint
10998 SQLITE_PRIVATE u8 sqlite3GetVarint(const unsigned char *, u64 *);
11021 #define getVarint sqlite3GetVarint
20584 ** Bitmasks used by sqlite3GetVarint(). These precomputed constants
20600 SQLITE_PRIVATE u8 sqlite3GetVarint(const unsigned char *p, u64 *v){
20829 n = sqlite3GetVarint(p, &v64);
20874 ** slow) general-purpose sqlite3GetVarint() routine to extract the
20881 n = sqlite3GetVarint(p, &v64);