Searched refs:sqlite3GetVarint (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_stat.c328 iOff += sqlite3GetVarint(&aData[iOff], &dummy);
H A DsqliteInt.h2897 u8 sqlite3GetVarint(const unsigned char *, u64 *);
2920 #define getVarint sqlite3GetVarint
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c11257 SQLITE_PRIVATE u8 sqlite3GetVarint(const unsigned char *, u64 *);
11280 #define getVarint sqlite3GetVarint
20887 ** Bitmasks used by sqlite3GetVarint(). These precomputed constants
20903 SQLITE_PRIVATE u8 sqlite3GetVarint(const unsigned char *p, u64 *v){ function
21132 n = sqlite3GetVarint(p, &v64);
21177 ** slow) general-purpose sqlite3GetVarint() routine to extract the
21184 n = sqlite3GetVarint(p, &v64);
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c11834 SQLITE_PRIVATE u8 sqlite3GetVarint(const unsigned char *, u64 *);
11857 #define getVarint sqlite3GetVarint
21703 ** Bitmasks used by sqlite3GetVarint(). These precomputed constants
21719 SQLITE_PRIVATE u8 sqlite3GetVarint(const unsigned char *p, u64 *v){ function
21948 n = sqlite3GetVarint(p, &v64);
21993 ** slow) general-purpose sqlite3GetVarint() routine to extract the
22000 n = sqlite3GetVarint(p, &v64);
[all...]
/external/sqlite/dist/
H A Dsqlite3.c11834 SQLITE_PRIVATE u8 sqlite3GetVarint(const unsigned char *, u64 *);
11857 #define getVarint sqlite3GetVarint
21703 ** Bitmasks used by sqlite3GetVarint(). These precomputed constants
21719 SQLITE_PRIVATE u8 sqlite3GetVarint(const unsigned char *p, u64 *v){ function
21948 n = sqlite3GetVarint(p, &v64);
21993 ** slow) general-purpose sqlite3GetVarint() routine to extract the
22000 n = sqlite3GetVarint(p, &v64);
[all...]

Completed in 1038 milliseconds